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

Quotation bug #52

Closed Ezibenroc closed 9 years ago

Ezibenroc commented 9 years ago

Fix the bug of the wrong parsing of Stanford CoreNLP for sentences with long text in quotations (see #51).

yhamoudi commented 9 years ago

Seems good. Is it normal that What is "bla of "blu"? returns something strange, and not What is "bla ?

Ezibenroc commented 9 years ago

Fixed: we now raise an exception.