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

Add memcached support. #81

Closed progval closed 9 years ago

progval commented 9 years ago

Uses a good caching server instead of the naive LRU algorithm.

Ezibenroc commented 9 years ago

run_deep_test.py fails, with this kind of things:

WARNING:root:[Errno 111] Connection refused
self.assertEqual(len(answer), 1)
AssertionError: 0 != 1

If I put the adress of the server as it was before (http://localhost:8080 instead of http://localhost:8899), it works.

progval commented 9 years ago

Sorry, I did not mean to commit that.