#v002-String-Tools:
####String Tokenizer Take a string and output structures of:
- Words
- Sentences
- Line Endings
- Paragraphs
####String Lexical Parser Output data gleaned from strings:
- Names
- Places
- Organizations
- Nouns
- Verbs
- Adjectives
- Adverbs
- Pronouns
- Particles
####String Markov Generator Generate new strings from input strings and keywords.
Trim character sets from strings
Replace sets of sub strings within a string from a string of structures... yeah.