Skip to content

Commit

Permalink
ADD: Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhon Freddy Puentes committed Feb 18, 2021
1 parent 8cbfc20 commit 4e9accf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

<p align="center">
<a href="https://test.pypi.org/project/spanlp/">
<img src="https://img.shields.io/badge/version-v0.0.5-green"/>
<img src="https://img.shields.io/badge/version-v1.0.1-green"/>
</a>
<a href="https://test.pypi.org/project/spanlp/">
<img src="https://img.shields.io/badge/status-beta--stable-blue"/>
<img src="https://img.shields.io/badge/status-stable-blue"/>
</a>
<a href="https://test.pypi.org/project/spanlp/">
<img src="https://img.shields.io/badge/release-v0.0.5-brightgreen"/>
<img src="https://img.shields.io/badge/release-v1.0.1-brightgreen"/>
</a>
<a href="https://test.pypi.org/project/spanlp/">
<img src="https://img.shields.io/badge/test--pypi-v0.0.5-yellow"/>
<img src="https://img.shields.io/badge/test--pypi-v0.0.6-yellow"/>
</a>
<a href="https://test.pypi.org/project/spanlp/">
<img src="https://img.shields.io/badge/license-MIT-brightgreen"/>
Expand All @@ -30,8 +30,6 @@
</p>
</p>

⚡⚡ **Nuevo Release v0.0.5** ⚡⚡ Implementación de 28 algoritmos de limpieza y pre-procesamiento de datos

<hr>

## Indice
Expand All @@ -43,7 +41,7 @@
- [Funcionamiento](#funcionamiento)
- [Uso básico](#uso-basico)
- [Uso avanzado](#uso-avanzado)
- [Pre-procesamiento de datos](#preprocesamiento-de-texto) ⚡⚡ **Nuevo v0.0.5** ⚡⚡
- [Pre-procesamiento de datos](#preprocesamiento-de-texto)
- [Beta Testing](#beta-testing)
- [Reportar un bug](#reportar-un-bug)
- [Contribuidorxs](#contribuidorxs)
Expand Down Expand Up @@ -105,12 +103,14 @@ Incluye:


## Instalación
**Nota:** Esta versión se encuentra en Beta. No la use en producción aún.
Te recomiendo que la instales, pruebes y haz doble check sobre los resultados.
Si encuentras algún problema escribeme o puedes crear un issue [aquí](https://github.com/jfreddypuentes/spanlp/issues/new)

Para instalar la última versión use:
```console
pip install -i https://test.pypi.org/simple/ spanlp
pip install spanlp
```

Para instalar una versión específica use (por ejemplo):
```
pip install spanlp==1.0.1
```

## Funcionamiento
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
st.setup(
name='spanlp',
packages=st.find_packages(include=['spanlp', 'spanlp.*']),
version='0.0.4',
version='1.0.1',
description='A fast, robust Python library to check for profanity or offensive language in Spanish strings.'
'It contains all the rude words of Spanish-speaking countries (Argentina, Bolivia, Chile, Colombia, '
'Costa Rica, Cuba, Ecuador, El Salvador, España, Guatemala, Guinea Ecuatorial, Honduras, Mexico, '
Expand All @@ -29,7 +29,7 @@
'Programming Language :: Python',
'Topic :: Software Development',
'Topic :: Scientific/Engineering',
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 5 - Production/Stable',
"Programming Language :: Python :: 3",
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand Down

0 comments on commit 4e9accf

Please sign in to comment.