# PYGRAPENLP licensing

These are the license details, copyright notice, and disclaimer for PYGRAPENLP.
PYGRAPENLP is an open-source Python package that enables the usage of GRAPENLP in
Python code. For more information on GRAPENLP visit
https://github.com/GrapeNLP/grapenlp-core.

## Copyright notice

> Copyright (C) 2004-2018 Javier Miguel Sastre Martínez <javier.sastre@telefonica.net>  
> All rights reserved.
> 
> This library is free software; you can redistribute it and/or modify it
> under the terms of the GNU Lesser General Public License as published by
> the Free Software Foundation; either version 2.1 of the License, or (at
> your option) any later version.
> 
> This library is distributed in the hope that it will be useful, but WITHOUT
> ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
> FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
> details.
> 
> You should have received a copy of the GNU Lesser General Public License
> along with this library; if not, write to the Free Software Foundation, 
> Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.

## Third-party libraries

This package does not make use of any other libraries than GRAPENLP, and implicitly
those used by GRAPENLP itself (Unitex). For more information on GRAPENLP visit
https://github.com/GrapeNLP/grapenlp-core

---

[LGPLv2.1]:       http://opensource.org/licenses/lgpl-2.1
