ProjetPP / PPP-QuestionParsing-Grammatical

Question Parsing module for the PPP using a grammatical approch
GNU Affero General Public License v3.0
33 stars 11 forks source link

Handle "strange" expressions (802.11, P=NP,...) #118

Open yhamoudi opened 9 years ago

yhamoudi commented 9 years ago

Questions like What is 802.11 or What is P=NP? are poorly parsed because they contain expressions like 802.11 or P=NP.

Possible solution for such cases: apply the algorithm used with quotations:

If someone wants to implement this, please do it in branch reverse_predicates in file preprocessingMerge.py.

Ezibenroc commented 9 years ago

See http://discourse.askplatyp.us/t/expressions-recognition/19