OTTAA-Project / Realiser

Repository for OTTAA's realiser algorithm, previously known as NLG, used for the OTTAA Labs option on the app.
GNU General Public License v3.0
0 stars 0 forks source link

list of DEFINITIVES #2

Closed lopezjuanma96 closed 1 year ago

lopezjuanma96 commented 2 years ago

create list of things that are definitive:

lopezjuanma96 commented 2 years ago

genders are raising problems with articles, we might create a new key for articles that define which article forces a specific GENDER and PERSON and which article to assign for nouns that don't have one. Another option could be reviewing words elements that have more than one word (splitting in spaces) and try to separate them as much as we can with our database, so if a NOUN token is "la plaza"+"yo" try to split it into "la"+"plaza"+"yo"

lopezjuanma96 commented 2 years ago

solved article detection and used the same database path for assigning automatic articles