View source: R/cchunker_parser.R
Parse the lexical items in a string without spaces using a lexicon. NOTE: this is a R implementation of the algorithm suggested by Generic Human at StackExchange for Python. Kudos to him! See: https://stackoverflow.com/questions/8870261/how-to-split-text-without-spaces-into-list-of-words/11642687#11642687
1 |
lexicon |
The lexicon, see lexicon |
str |
The string to be parsed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.