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

NounDB & JSON #133

Closed Ezibenroc closed 9 years ago

Ezibenroc commented 9 years ago

See #132

Allow to load and save in JSON format (in addition of pickle format).

yhamoudi commented 9 years ago

Here it is for *.txt format.

Do we agree to replace nounificationManual.json by nounificationManual.txt (you can obtain nounificationManual.txt just by doing a n.save(nounificationManual.txt)) ?

yhamoudi commented 9 years ago

And I tried to respect the coding conventions :innocent: I've made a txt class (i'm not sure that the name is good, but after we use json and pickle), i don't know if there is a better way to do.

Ezibenroc commented 9 years ago

Do we agree to replace nounificationManual.json by nounificationManual.txt

Yes.

i'm not sure that the name is good

No we should choose a better name, which begins by a capital letter. TextIO?

yhamoudi commented 9 years ago

TextStream ?

Ezibenroc commented 9 years ago

This is not a stream :)

yhamoudi commented 9 years ago

it's I/O streams.

Ezibenroc commented 9 years ago

You can merge if you are ok.