A spanish lemmatizer
Project description
Spanish lemmatizer
Read data/LICENSE first
Install it
pip install es-lemmatizer
How to use it:
from es_lemmatizer import lemmatize
import spacy
nlp = spacy.load("es")
nlp.add_pipe(lemmatize, after="tagger")
How to publish:
rm -rf dist
python setup.py clean --all
python setup.py sdist bdist_wheel
twine upload --repository-url https://test.pypi.org/legacy/ --verbose dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
es_lemmatizer-0.2.1.tar.gz
(3.3 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file es_lemmatizer-0.2.1.tar.gz.
File metadata
- Download URL: es_lemmatizer-0.2.1.tar.gz
- Upload date:
- Size: 3.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.0 pkginfo/1.4.2 requests/2.18.2 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f215e275097388c18263a6098cee548e824927423f75c3645ed61d751d2ff17
|
|
| MD5 |
455cf16e9f9d8345fddf304a636392e7
|
|
| BLAKE2b-256 |
017e78162746e909127365bdd39fd676a45b615fac2152c414865f695a50ebf1
|
File details
Details for the file es_lemmatizer-0.2.1-py3-none-any.whl.
File metadata
- Download URL: es_lemmatizer-0.2.1-py3-none-any.whl
- Upload date:
- Size: 3.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.0 pkginfo/1.4.2 requests/2.18.2 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b01c234c0bebc264d490bf849cdb4b53491b21db0cc9533e35b0fcd138001552
|
|
| MD5 |
07aa4a6f468b6220b6547850080b3f6c
|
|
| BLAKE2b-256 |
405d092e431b146bf7af6b816770403f776aebe32e944c44f5efe87c0e23094f
|