Daniel Howe
Daniel Howe
@Real-John-Cheung need to sync with java
seems to me we should standardi[sz]e on a single spelling, either UK or US, but it does open a can of worms when alternate spellings are queried.
fixed, will commit
simplest way is to get a handle to lexicon's `data` object and manually add the entry: ```js let lexData = RiTa.lexicon().data; lexData["palpate"] = ["p-ae1-l p-ey1-t", "vb"]; ``` or if you...
You can try this tool: http://www.speech.cs.cmu.edu/tools/lextool.html Note that here is a tradeoff between package-size and lexicon coverage. We are often trying to reduce the size of the lexicon, rather than...
how did you generate the list above ? some of those seem strange or possibly incorrect
@Real-John-Cheung status on this?
great, let me know if there were any issues or questions..
@Real-John-Cheung this seems problematic to me: ```js RiTa.isStem(RiTa.stem("change")) // returns false ```
@Real-John-Cheung status?