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

dependency problem with SUBJ and NOUN #7

Closed lopezjuanma96 closed 1 year ago

lopezjuanma96 commented 1 year ago

since they are different word types, specific rules apply separately, then the unidirectional search works different for each one. Then, after the pasting/tokenization and managing metadata, we will test changing the type of all NOUN to SUBJ (unless it's been transformed to another type, for example a preposition transforming it to OBJ)

lopezjuanma96 commented 1 year ago

this fix might be temporary, we must test if it raises any problem in the future

lopezjuanma96 commented 1 year ago

this last commit was meant for issue #3