Metadata-Version: 2.1
Name: hpln
Version: 0.6
Summary: Natural Language Processor
Author-email: Henrique Parola <pg50415@alunos.uminho.pt>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Project-URL: Home, https://github.com/LittleLevi05/spln-2223/tree/main/TPC4

# HPLN

Criação de uma **processador de linguagem natural** em Python.

<br>


![enter image description here](https://raw.githubusercontent.com/henriqueparola/spln-2223/main/TPC4/images/banner.png)

```
usage: hpln.py [-h] [--fl] [--pl] [--pag PAG] texto

Processador de linguagem natural

positional arguments:
  texto       Arquivo de texto de entrada

options:
  -h, --help  show this help message and exit
  --fl        Retorna uma frase por linha
  --pl        Retorna uma palavra por linha
  --pag PAG   Retorna o conteúdo da página fornecida
```



