I am trying to get a classifier working for our server but when I run the following command it gives an error message.
./iwtrainclassifier -db /local/apps/metatagger/conf/Taxonomies -db_home . -script /local/apps/metatagger/conf/classify.script.example /tmp/Root.xml
ERROR: Failed to open index '/local/apps/metatagger/conf/Taxonomies_lexicon': Db
:

pen: No such file or directory
Should the database name (Taxonomies) correspond to an existing vocab(Which I have as Taxonomy_therapy currently)? For example should I have used Taxonomy_therapy instead of Taxonomies?
Also what does the <uid> tag in the xml "root" file relate to. For example should the uid in the following line relate to a specific term in my vocabulary?
<trainingset>
<document>
<metadata>
<docid>/tmp/infect disease.txt</docid>
<uid>iwovsponsor::2</uid>
</metadata>
<file>/tmp/infect disease.txt</file>
</document>