songotsti
songotsti copied to clipboard
Add add_words() function
Let users define their own words
it should accept: string, character vector, and text file (one word per line).
approach:
- assign a hidden worker
- use JiebaR functionalities to add word to the worker
Added the function, which accepts string and char vector. Still need to expand to detect text file