petermr/CEVOpen

Problem with dictionary creation using text file and amidict command

sasujadhav1 opened this issue · 0 comments

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.