Daniel Howe
Daniel Howe
`hasWord(word, opts)` should return true if the word is in the dictionary OR it is a derivation of a dictionary word, unless opts.noDerivations is set to true `isStem(word)` should return...
isStem() now available via `RiTa.lexicon().isStem(word)`
For 1, "chang" is in fact the correct stem (note that stems are NOT the same as base forms for verbs) For 2, we need to accept stems in the...
@Real-John-Cheung status?
great, lets make that next priority
lets also try to use it in the editor, so that we only have to update one place
yes the 2nd is what I was planning -- so that we can use it on observable: > > We're happy to host 3rd party module repos inside the highlightjs...
@Real-John-Cheung what do we have to do to get this working in observable ? see this ticket: https://observablehq.com/@bryangingechen/highlightjs-for-lean
done, I think ? need test
any further discussion/thinking on supporting basic classes (color, vector, font) outside of the p5 context ?