IEMLdev / ieml

IEML semantic language - a meaning-representation system based on semantic primitives and a regular grammar. Basic semantic relationships between concepts are automatically computed from syntactic similarities.
https://dev.intlekt.io/
GNU General Public License v3.0
53 stars 6 forks source link

Useless condition #54

Open hadware opened 5 years ago

hadware commented 5 years ago

https://github.com/IEMLdev/ieml/blob/ac1f9ee54f290a746db6e15396694de1b0f79352/ieml/grammar/parser/parser.py#L131

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

ogrergo commented 5 years ago

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

hadware commented 5 years ago

Ah right sorry