Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 2.81 KB

README.md

File metadata and controls

63 lines (45 loc) · 2.81 KB

OEWNTK

Maven Central

Open English Wordnet toolkit

This project will group all toolkit repos that will provide suppliers and consumers of Open English Wordnet models.

Dataflow

Dataflow

Modules

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

Suppliers: YAML,XML,WNDB,serialized

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

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

Data

  • OEWN data in WNDB format
  • OEWN data in JSON format
  • OEWN data in Sqlite3 format
  • OEWN data in MySQL format