Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/winkjs/wink-lexicon
English lexicon useful in NLP/NLU
https://github.com/winkjs/wink-lexicon
english-lexicon nlp nlu wink wink-lexicon wordnet
Last synced: 11 days ago
JSON representation
English lexicon useful in NLP/NLU
- Host: GitHub
- URL: https://github.com/winkjs/wink-lexicon
- Owner: winkjs
- License: mit
- Created: 2017-11-30T14:39:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-04T13:20:34.000Z (over 1 year ago)
- Last Synced: 2024-10-28T23:11:33.526Z (22 days ago)
- Topics: english-lexicon, nlp, nlu, wink, wink-lexicon, wordnet
- Language: JavaScript
- Homepage:
- Size: 1.77 MB
- Stars: 15
- Watchers: 6
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wink-lexicon
English lexicon useful in NLP/NLU
### [![Build Status](https://api.travis-ci.com/winkjs/wink-lexicon.svg?branch=master)](https://travis-ci.org/winkjs/wink-lexicon) [![Coverage Status](https://coveralls.io/repos/github/winkjs/wink-lexicon/badge.svg?branch=master)](https://coveralls.io/github/winkjs/wink-lexicon?branch=master) [![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/winkjs/Lobby)
[](http://winkjs.org/)
The **`wink-lexicon`** is useful in NLP and NLU. It is an internal package of [wink](http://winkjs.org/) and is being used by the following wink packages:
1. [**`wink-ner`**](http://winkjs.org/wink-ner/) — Language agnostic named entity recognizer
2. [**`wink-pos-tagger`**](http://winkjs.org/wink-pos-tagger/) — English Part-of-speech (POS) tagger
Use wink-nlp if your are looking for an integrated NLP package✨
WinkNLP is a developer friendly JavaScript library for Natural Language Processing. Designed specifically to make development of NLP solutions easier and faster, winkNLP is optimized for the right balance of performance and accuracy. The package can handle large amount of raw text at speeds over 525,000 tokens/second for the entire NLP pipeline.### Installation
Use [npm](https://www.npmjs.com/package/wink-lexicon) to install:
npm install wink-lexicon --save
### Documentation
Work-in-progress, please stand by!### Need Help?
If you spot a bug and the same has not yet been reported, raise a new [issue](https://github.com/winkjs/wink-lexicon/issues) or consider fixing it and sending a pull request.
### About wink
[Wink](http://winkjs.org/) is a family of open source packages for **Statistical Analysis**, **Natural Language Processing** and **Machine Learning** in NodeJS. The code is **thoroughly documented** for easy human comprehension and has a **test coverage of ~100%** for reliability to build production grade solutions.### Copyright & License
**wink-lexicon** is copyright 2017-23 [GRAYPE Systems Private Limited](http://graype.in/).
It is licensed under the terms of the MIT License.
#### Acknowledgement
This also includes **data derived** from [WordNet](http://wordnet.princeton.edu/wordnet/license/) © Princeton University and [fnTBL](http://www.cs.jhu.edu/~rflorian/fntbl/license.html) © Johns Hopkins Whiting School of Engineering.