petermr / CEVOpen

Contentmining of Open phytochemical literature for medicinal activities
26 stars 19 forks source link

Problem with dictionary creation using text file and amidict command #98

Closed sasujadhav1 closed 2 years ago

sasujadhav1 commented 2 years ago

I want to create dictionary using txt file and amidict command.

txt file https://raw.githubusercontent.com/sasujadhav1/Files/main/city.txt

I used following commands (different attempts)

amidict -v --dictionary city --directory geoLocation --input city.txt create --informat list --outformats xml

amidict --dictionary city --directory geoLocation --input city.txt create --informat list --outformats xml

It creates dictionary however upon testing with minicorpus it doesnt give dictionary name in full data table (indicating dictionary is not working).

full data table https://github.com/sasujadhav1/Files/blob/main/city%20full.dataTables.html

Any help will be deeply appreciated. Thank you.