Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 1.28 KB

TOOLS.md

File metadata and controls

18 lines (9 loc) · 1.28 KB

Tools for Working with Open English Wordnet

English Wordnet Editor

This tool is a command-line editor for English Wordnet. It allows you to add, delete, and modify synsets, words, and relations in English Wordnet. It is written in Python and uses the nltk library to interact with Wordnet. The tool is available on GitHub at https://github.com/jmccrae/ewe

WN Python Library

This is a Python library for working with Wordnet. It provides a simple interface for querying Wordnet and accessing synsets, words, and relations. The library is available on GitHub at https://github.com/goodmami/wn

OEWN-CORE Python Library

This is a Python core IO library for Open English Wordnet. It provides a simple, stripped-down OEWN model, loaded from YAML, that can be saved to the same format. Extension supports XML for loading and saving. The library is available on GitHub at https://github.com/oewntk/oewn-core

OEWNTK Kotlin Library

This is a Kotlin library for Open English Wordnet. It provides a (JVM) OEWN model and a number of modules for loading or saving it notably to WNDB, SQL (Sqlite and MySql) and JSON formats. The library is available on GitHub at https://github.com/oewntk/oewntk. Binaries are available on Maven Central.