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

Fix order of words in merged nodes. #8

Closed Ezibenroc closed 9 years ago

Ezibenroc commented 9 years ago

Modifies the word list. This is actually a list of words of the form 'foo-3', transform it into a list of tuples of the form ('foo',3). Then, keep these words in a good order.