Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oarriaga/luvina
High-level Natural Language Processing (NLP) for Python.
https://github.com/oarriaga/luvina
natural-language-processing nlp nltk python spacy
Last synced: 22 days ago
JSON representation
High-level Natural Language Processing (NLP) for Python.
- Host: GitHub
- URL: https://github.com/oarriaga/luvina
- Owner: oarriaga
- Created: 2017-05-31T08:20:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-17T14:36:38.000Z (almost 7 years ago)
- Last Synced: 2024-10-01T14:50:04.269Z (about 1 month ago)
- Topics: natural-language-processing, nlp, nltk, python, spacy
- Language: Python
- Homepage:
- Size: 3.8 MB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Luvina: High-level NLP
Luvina is a high-level Natural Language Processing (NLP) API for Python built on top of [spaCy](https://spacy.io/) and [NLTK](http://www.nltk.org/).## Installation
You can install luvina from PyPI:
```sh
sudo pip install luvina
```You can find more information in the [documentation website](https://oarriaga.github.io/luvina/):