IEMLdev/ieml

Useless condition

hadware opened this issue · 2 comments

elif len(p) == 3:

I think this condition was used for closed propositions (now commented out), but can now be remove.

I agree ! but look at the dev branch, it is the one that is up to date and used in other application. I will soon merge it to master. In dev, you will see two parsers in
ieml/ieml/lexicon/grammar/parser/ : the parser2 folder contains the parser for the lexical level with the new grammar

Ah right sorry