This library reads from a model in YAML format and writes it to WNDB format.
Project grind_yaml2wndb
See also model.
See also fromyaml.
See also towndb.
See also oewntk and globalwordnet/english-wordnet.
This library reads from the OEWN distribution YAML files and other YAML files that contain extra data.
This output conforms to the WNDB(5WN) format (and is to be found in the wndb directory).
grind.sh [YAML] [YAML2] [WNDB]
grinds the WNDB database
grind1.sh [YAML] [YAML2] [POS] [OFS]
partially grinds the WNDB database and output line at offset of data.{noun|verb|adj|adv}
where
[YAML] directory where OEWN distribution YAML files are
[YAML2] directory where extra YAML files are
[WNDB] directory where WNDB files are output
[POS] n|v|a|r
[OFS] offset
<groupId>io.github.oewntk</groupId>
<artifactId>yaml2wndb</artifactId>
<version>2.2.2</version>