Name Last Update
..
.gitignore Loading commit data...
Makefile Loading commit data...
README Loading commit data...
compile_dictionary.sh Loading commit data...
createDictionaries.sh Loading commit data...
options_creator.py Loading commit data...
polimorf_lemmatizer.bin Loading commit data...
polimorf_lemmatizer.py Loading commit data...
prepareDictionary.sh Loading commit data...
restart_services.sh Loading commit data...
to_lower_case.py Loading commit data...

README

This is the Dictionary Creator.

It is used to compile dictionaries for the DictionaryAnnotator service. It makes use of the DictionaryCreator module, located in cored.

In order to upload your dictionary to use with DictionaryAnnotator, follow these steps:

1. Upload your dictionary in text format (one entry per line) into this directory.
2. Give a meaningful name to your dictionary file. The name of the file (without extension) will be used as an option name of the DictionaryAnnotator. E.g. when you upload a file names.txt, the DictionaryAnnotator will have an option "useNames".
3. run make clean && make
4. Restart the Multiservice (scripts/runAll.sh). Alternatively, you can only restart the DictionaryAnnotatorService and MultiserviceDemo.