← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 267: import APermissibleAnalyser to alfanous-import.Transformer

 

------------------------------------------------------------
revno: 267
git commit: 116050c33e192bb286902e4867185567d260f561
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Wed 2012-06-13 23:12:59 +0100
message:
  import APermissibleAnalyser to alfanous-import.Transformer
modified:
  src/alfanous-import/Transformer.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-import/Transformer.py'
--- src/alfanous-import/Transformer.py	2012-06-08 03:35:20 +0000
+++ src/alfanous-import/Transformer.py	2012-06-13 22:12:59 +0000
@@ -23,7 +23,7 @@
 @license: AGPL
 
 
-@todo: reorganize the importer module ,keep it free of un-needed resources
+TODO reorganize the importer module ,keep it free of un-needed resources
 '''
 
 ## attention : these libraries will be pickled in the indexes
@@ -43,7 +43,7 @@
 
 from alfanous.main import QuranicSearchEngine
 from alfanous.Indexing import QseDocIndex
-from alfanous.TextProcessing import QStandardAnalyzer, QDiacAnalyzer, QArabicSymbolsFilter, QUthmaniDiacAnalyzer, QUthmaniAnalyzer
+from alfanous.TextProcessing import QStandardAnalyzer, QDiacAnalyzer, QArabicSymbolsFilter, QUthmaniDiacAnalyzer, QUthmaniAnalyzer, APermissibleAnalyzer
 from alfanous.Exceptions import  Ta7rif
 from alfanous.Support.ar_ctype import strip_tashkeel
 from alfanous.Searching import QReader