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

"Who is the fourth president of the United States?" #95

Closed Ezibenroc closed 9 years ago

Ezibenroc commented 9 years ago

Who is the fourth president of the United States? produces first(sort((United States,president,?),"default"))

The returned value is the same as:

Who is the first president of the United States? produces first(sort((United States,president,?),"default"))

I don't know what is the expected returned value. I think we cannot describe it with the actual datamodel, since there is no operator for other ordinals than First and Last, and there is no operator for list difference.

yhamoudi commented 9 years ago

open a bug on the documentation repository

yhamoudi commented 9 years ago

Still considered here: https://github.com/ProjetPP/PPP-QuestionParsing-Grammatical/issues/56