Changeset 226:7bbf27312bd7 for xap
- Timestamp:
- 03/21/08 18:51:08 (4 months ago)
- Location:
- xap/tags/0.1.5
- Files:
-
- 21 copied
-
COPYING.txt (copied) (copied from xap/trunk/COPYING.txt)
-
HISTORY.txt (copied) (copied from xap/trunk/HISTORY.txt) (1 diff)
-
README.txt (copied) (copied from xap/trunk/README.txt)
-
VERSION.txt (copied) (copied from xap/trunk/VERSION.txt) (1 diff)
-
__init__.py (copied) (copied from xap/trunk/__init__.py)
-
doc/indexer.txt (copied) (copied from xap/trunk/doc/indexer.txt)
-
indexer.py (copied) (copied from xap/trunk/indexer.py)
-
model.py (copied) (copied from xap/trunk/model.py)
-
run.py (copied) (copied from xap/trunk/run.py)
-
searcher.py (copied) (copied from xap/trunk/searcher.py)
-
settings.py (copied) (copied from xap/trunk/settings.py)
-
tests/test_docs.py (copied) (copied from xap/trunk/tests/test_docs.py)
-
tokenizer/__init__.py (copied) (copied from xap/trunk/tokenizer/__init__.py)
-
tokenizer/filters.py (copied) (copied from xap/trunk/tokenizer/filters.py)
-
tokenizer/normalized.fr.txt (copied) (copied from xap/trunk/tokenizer/normalized.fr.txt)
-
tokenizer/normalized.txt (copied) (copied from xap/trunk/tokenizer/normalized.txt)
-
tokenizer/stopwords.fr.txt (copied) (copied from xap/trunk/tokenizer/stopwords.fr.txt)
-
tokenizer/stopwords.txt (copied) (copied from xap/trunk/tokenizer/stopwords.txt)
-
tokenizer/tests.py (copied) (copied from xap/trunk/tokenizer/tests.py)
-
tokenizer/tokenizer.txt (copied) (copied from xap/trunk/tokenizer/tokenizer.txt)
-
xapindexer.py (copied) (copied from xap/trunk/xapindexer.py)
Legend:
- Unmodified
- Added
- Removed
-
xap/tags/0.1.5/HISTORY.txt
r220 r226 28 28 - Add some functionnality in API for use stemmings tools 29 29 - Bug fix in tests 30 31 0.1.5 32 ----- 33 34 - Fix some problems with encoding, the tokenizer need now unicode data and 35 database connector return unicode data. -
xap/tags/0.1.5/VERSION.txt
r220 r226 1 0.1. 41 0.1.5 2 2
