Changeset 157:aa28bbe9592e
- Timestamp:
- 08/18/07 10:11:42 (11 months ago)
- Files:
-
- 16 added
- 1 modified
-
classifier/README.txt (added)
-
classifier/__init__.py (added)
-
classifier/bayes.py (added)
-
classifier/classifier.py (added)
-
classifier/doc/storage.txt (added)
-
classifier/settings.py (added)
-
classifier/storage.py (added)
-
classifier/tests/test_docs.py (added)
-
classifier/tokenizer/__init__.py (added)
-
classifier/tokenizer/filters.py (added)
-
classifier/tokenizer/normalized.fr.txt (added)
-
classifier/tokenizer/normalized.txt (added)
-
classifier/tokenizer/stopwords.fr.txt (added)
-
classifier/tokenizer/stopwords.txt (added)
-
classifier/tokenizer/tests.py (added)
-
classifier/tokenizer/tokenizer.txt (added)
-
neighbors/config.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
neighbors/config.py
r133 r157 1 1 2 db = 'postgres://chainon :chainon@localhost/chainon'2 db = 'postgres://chainon_fr:chainon_fr@localhost/chainon_fr' 3 3 4 4 tag_retriever = 'select label from items_tag'
