Dictionary reader
Jump to navigation
Jump to search
Contents
Reading elements
Reading elements in dictionaries
$ ./dictools dic-reader <action> [-url] <dic>
You can also use a URL as a filename (with -url
before the dictionary filename)
Example:
$ ./dictools dic-reader list-lemmas -url http://xixona.dlsi.ua.es/~ebenimeli/files/mydic.dix
Getting a simple list of elements
List of paradigms
$ ./dictools dic-reader list-paradigms <dic>
List of lemmas
$ ./dictools dic-reader list-lemmas <dic>
List of definitions
$ ./dictools dic-reader list-definitions <dic>
List pairs
$ ./dictools dic-reader list-pairs <bil-dic>