Harium / suneidesis

A project to represent knowledge
MIT License
2 stars 1 forks source link

Improve NLP's word database #63

Closed yuripourre closed 4 years ago

yuripourre commented 4 years ago

For simple models (or well-defined) would be interesting to manage a WordDatabase that would follow the NLP model structure.

I would also suggest to include a WordDatabase manager class where you can query the word in a way that it could retrieve from memory or a true database (and may also save).

Ideally, change the wordId to String