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

force plural on nouns that are naturally plurals #9

Closed lopezjuanma96 closed 1 year ago

lopezjuanma96 commented 1 year ago

If a NOUN token is by itself a plural, there should be a way to force that. Maybe this does not need an extra property (though it coudl be useful) but rather on the gender and person definition of NOUNs and SUBJs, if the gender or word coincides with the plural part of personsPlurals, default to plural

lopezjuanma96 commented 1 year ago

forgot to link the commit e28d8efbe6456c3e02c3425d9bf2f53afd0d85a1 which solved this issue