Skip to content
View oewntk's full-sized avatar

Block or report oewntk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
oewntk/README.md

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

Popular repositories Loading

  1. project project Public

    Top level of OEWN builder project

    Shell 2 1

  2. model model Public

    OEWN builder project, OEWN core model module

    Kotlin 2

  3. oewn-core oewn-core Public

    Python core library to handle OEWN load and save

    Python 2

  4. towndb towndb Public

    OEWN builder project, export to WNDB module

    Kotlin 1

  5. tosql tosql Public

    OEWN builder project, SQL output module

    HTML 1

  6. toser toser Public

    OEWN builder project, serializing module

    Kotlin 1