This file describes only the [maltparser] and [serel] sections in a coniguration
file. Maybe somebody add something in the future.


[maltparser]
This section has only three parameters:
1) malt_parser_path
2) data_model
3) data_model_localization

The first one is the path to the MaltParser jar file. If you don't have such a
file you may download the archive from the website: 
http://www.maltparser.org/download.html
Should you have any strange java exceptions, just extract the archive and set
the path to the jar as it is, neither move the jar, nor rename it. If you still 
have problems, try with the newest verstion of the MaltParser.

The second one, data_model, is the name of the data model file, but without the
mco extension. You should find a model in the saper/data/ directory.

The third one (and the last one) is the path of the directory where the data 
model is, thus it's localization.

I hope this helps, otherwise you may try to run just the jar 
(i.e. java -jar maltparser-1.8.1.jar -h) and check whether it is problematic.


[serel]
You need to clone the git repository called serel and install it as defined in 
a README, INSTALL or a similar file.

The serel section in the configuration file has two options:
1) models=/home/anaaa/REPOS/serel/models/serel-v2/model.ini
2) only_new=False 
The first one points to the serel directory downloaded from the repository where
you should find models/serel-v2/model.ini.
The second one is the option for some model, check serel wiki (or something 
else) for further information.

However, that's not all. It is recommended to copy Weka to 
models/serel-v2/data/lexcsd/weka-3-6-7 
(i.e. models/serel-v2/data/lexcsd/weka-3-6-7/weka.jar), otherwise serel may not
work correctly. Furthermore, make sure that the file 
models/serel-v2/data/lexcsd/config_base.ini points to the correct Malt jar file,
the model file and the model's localization.
