Metadata-Version: 2.1
Name: iar_inflector
Version: 1.2.2
Summary: A lemma inflector for Spanish language.
Home-page: https://pypi.org/project/iar-inflector/
Author: Iván Arias Rodríguez
Author-email: ivan.arias.rodriguez@gmail.com
License: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: Spanish
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown

# IAR Inflector

The IAR (Iván Arias Rodríguez) Inflector is an inflector for Spanish lemmas. It is able to create all the forms that derive from a given lemma. It also assigns its EAGLES tag to each form.

The creation of this software was supported by the Spanish Ministry of Education, Culture and Sport via a doctoral grant to Iván Arias Rodríguez (FPU16/04039). It has also been funded by research projects TIN2014-52010-R (RedR+Human) and TIN2017-88092 R (CetrO+Spec).

You can install this software with pip :

	pip install iar-inflector

*If you change or adapt a function, change its name (for example add your initial after the name)*

[![License: CC BY-NC-SA 4.0](https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
http://creativecommons.org/licenses/by-nc-sa/4.0/

This code is given as is without warranty of any kind.
In no event shall the authors or copyright holder be liable for any claim damages or other liability.

------------------------------------------

El IAR (Iván Arias Rodríguez) Inflector es un flexionador de lemas de la lengua española. Puede crear todas las formas que derivan de un cierto lema dado. También les asigna su etiqueta EAGLES correspondiente.

La creación de este software fue apoyada por el Ministerio de Educación, Cultura y Deporte de España, a través de una beca doctoral otorgada a Iván Arias Rodríguez (FPU16/04039). También ha sido financiado por los proyectos de investigación TIN2014-52010-R (RedR+Human) y TIN2017-88092 R (CetrO+Spec).

Puedes instalar este software con pip :

	pip install iar-inflector

*Si cambias o adaptas una función, cambia su nombre (por ejemplo añade tus iniciales tras el nombre)*

[![License: CC BY-NC-SA 4.0](https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
Este trabajo se ofrece bajo la licencia Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
http://creativecommons.org/licenses/by-nc-sa/4.0/

Este código se ofrece como es sin ninguna garantía de ningún tipo.
En ningún caso los autores o el titular de los derechos de autor serán responsables de cualquier reclamación por daños y perjuicios u otra responsabilidad.

