Jay Taylor's notes

back to listing index

ozlo/gown

[web search]
Original source (github.com)
Tags: golang go text natural-language-processing github.com
Clipped on: 2018-08-10
A Go implementation of the WordNet API
Go

README.md

GOWN

A Go implementation of the WordNet API.

This code is stable, and is currently in production at Ozlo.

Requirements

WordNet Files Utilized

index.sense

An index for looking up synsets related to a specific synset.

WordNet Database Files

  • index.noun
  • data.noun
  • index.verb
  • data.verb
  • index.adj
  • data.adj
  • index.adv
  • data.adv

Morphology Exception Lists

  • noun.exc
  • verb.exc
  • adj.exc
  • adv.exc

TODO

  • Support troponyms for verbs. This requires adding a inverse relation for all verb hypernyms.
  • Better support for verb groups. Fully connect words in a verb groups
Press h to open a hovercard with more details.