This project will group all toolkit repos that will provide suppliers and consumers of Open English Wordnet models.
Design is modular: modules do not depend on each other except model and chains. Each model is an independent archive published on Maven Central.
Model
- model : Model
Suppliers: YAML,XML,WNDB,serialized
- fromyaml : Supply model from YAML
- fromxml : Supply model from XML
- fromwndb : Supply model from WNDB
- fromser : Supply model from serialized model
Consumers: WNDB,SQL,serialized
- towndb : Consume model to WNDB
- tosql : Consume model to to SQL
- toser : Consume model to serialized model
- tojson : Consume model to JSON
Supplier-consumer chains: YAML2SQL, YAML2WNDB, YAML2SER, XML2WNDB, WNDB2SER
- grind_wndb2sql : Chain from WNDB supplier to SQL consumer
- grind_wndb2json : Chain from WNDB supplier to JSON consumer
- grind_wndb2wndb : Chain from WNDB supplier to WNDB consumer
- grind_xml2wndb : Chain from XML supplier to WNDB consumer
- grind_yaml2ser : Chain from YAML supplier to SER consumer
- grind_yaml2sql : Chain from YAML supplier to SQL consumer
- grind_yaml2wndb : Chain from YAML supplier to WNDB consumer
- grind_yaml2json : Chain from YAML supplier to JSON consumer
Utils
- parse_wndb : Parse WNDB data
- jwi : Java WordNet Interface
- jwiuse : Java WordNet Interface, API layer
- jwix : Java WordNet Extended Interface
- jwixuse : Java WordNet Extended Interface, API layer