songotsti icon indicating copy to clipboard operation
songotsti copied to clipboard

Add add_words() function

Open justinchuntingho opened this issue 4 years ago • 3 comments

Let users define their own words

justinchuntingho avatar Jul 16 '20 13:07 justinchuntingho

it should accept: string, character vector, and text file (one word per line).

justinchuntingho avatar Jul 16 '20 14:07 justinchuntingho

approach:

  1. assign a hidden worker
  2. use JiebaR functionalities to add word to the worker

justinchuntingho avatar Jul 16 '20 14:07 justinchuntingho

Added the function, which accepts string and char vector. Still need to expand to detect text file

justinchuntingho avatar Jul 17 '20 00:07 justinchuntingho