Jay Taylor's notes
back to listing indexozlo/gown
[web search]
Original source (github.com)
Clipped on: 2018-08-10
A Go implementation of the WordNet API
Go
a year ago
|
|||
2 years ago
|
|||
2 years ago
|
|||
24 days ago
|
|||
a year ago
|
|||
2 years ago
|
|||
a year ago
|
|||
a year ago
|
|||
2 years ago
|
|||
a year ago
|
|||
a year ago
|
|||
a year ago
|
README.md
GOWN
A Go implementation of the WordNet API.
This code is stable, and is currently in production at Ozlo.
Requirements
- WordNet database files https://wordnet.princeton.edu/download/current-version
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.