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

“how many days in a week?” #139

Open progval opened 9 years ago

progval commented 9 years ago
progval@ganymede:~$ python3 -m ppp_cli "how many days in a week?"

Response (QuestionParsing-Grammatical):
    List:
    * days a week amount
    * days a week quantity
    * days a week number

http://askplatyp.us/?lang=en&q=how+many+days+in+a+week%3F

Ezibenroc commented 9 years ago

The actual version throw an AssertionError, this is strange.

progval commented 9 years ago

Note: this is with an old version, it may have been fixed since

yhamoudi commented 9 years ago

The assertion error is solved by https://github.com/ProjetPP/PPP-QuestionParsing-Grammatical/commit/3f05073643420e7f93ed1bc70ceb379dfeea182d

How many/how much questions are not supported yet (both by the question parsing and the datamodel https://github.com/ProjetPP/Documentation/issues/53)