fnp
/
pylucene.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add --shared
[pylucene.git]
/
samples
/
LuceneInAction
/
KeywordAnalyzerTest.py
1
2
import os, sys, unittest, lucene
3
lucene.initVM()
4
5
sys.path.append(os.path.dirname(os.path.abspath(sys.argv[0])))
6
7
import lia.analysis.keyword.KeywordAnalyzerTest
8
unittest.main(lia.analysis.keyword.KeywordAnalyzerTest)