Difference between revisions of "Dictionary reader"

From Apertium
Jump to navigation Jump to search
m
(→‎Reading elements: URL as a filename)
Line 4: Line 4:
   
 
$ ./dictools dic-reader <action> [-url] <dic>
 
$ ./dictools dic-reader <action> [-url] <dic>
  +
  +
You can also use a URL as a filename (with <code>-url</code> before the dictionary filename)
  +
  +
Example:
  +
  +
$ ./dictools dic-reader list-lemmas -url http://xixona.dlsi.ua.es/~ebenimeli/files/mydic.dix
   
 
== List of paradigms ==
 
== List of paradigms ==

Revision as of 08:21, 4 October 2007

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

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>