← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 396: Update src/alfanous/QueryProcessing.py

 

------------------------------------------------------------
revno: 396
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Mon 2012-10-15 14:16:42 +0200
message:
  Update src/alfanous/QueryProcessing.py
  
  Disable importing Antonyms dictionary #76
modified:
  src/alfanous/QueryProcessing.py


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'src/alfanous/QueryProcessing.py'
--- src/alfanous/QueryProcessing.py	2012-08-16 17:25:20 +0000
+++ src/alfanous/QueryProcessing.py	2012-10-15 12:16:42 +0000
@@ -35,7 +35,7 @@
 
 from alfanous.dynamic_resources.synonymes_dyn import syndict
 from alfanous.dynamic_resources.arabicnames_dyn import ara2eng_names
-from alfanous.dynamic_resources.antonymes_dyn import antdict
+#from alfanous.dynamic_resources.antonymes_dyn import antdict
 from alfanous.dynamic_resources.word_props_dyn import worddict
 from alfanous.dynamic_resources.derivations_dyn import derivedict