Is it possible to overwrite a word in the lexicon?
For example, the word "includes" does not change tense correctly:
{
PresentTense: "includs",
PastTense: "includded",
Gerund: "includding",
Infinitive: "includ",
FutureTense: "will includ"
}
I'd like to be able to overwrite this behavior with a custom word in the lexicon so it will translate properly.
hey Doug, good catch.
Yep, changing the lexicon should be a straightforward thing. That conjugation looks like a bug, I'm happy to fix it.
thanks
Thanks!
Is there a reference somewhere of the shape of all the words in the lexicon and how to overwrite them? It's not clear how I would overwrite each tense.
yeah, there's not a good resource for that. You can look at the lexicon-generation here or print-out the whole lexicon with
nlp.world().words
cheers
include is fixed in 13.3.0