Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Nixon authored Jan 11, 2021
1 parent aa2be1e commit 8bedae3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@
Trata-se do primeiro exemplo simples, utilizando a lib NLTK e a funçao de reflections, responsavel pelo tratamento de linguagem natural, onde é realizado o teste com a nltk.chat.eliza.demo().



### Chatbot com Python e NLTK para pesquisar documentos.

Segundo exemplo, realizando o scrapy de uma pagina da wikipedia, com o beautifulsoup, carregando e fazendo o pré-processamento aplicantado as técnicas.



- Lower transform
- Tokenizer
- Stop_words remove
Expand All @@ -22,9 +19,10 @@ Segundo exemplo, realizando o scrapy de uma pagina da wikipedia, com o beautiful
- Calculo do TF-IDF (Term frequency - inverse document frequency)
- Calculo de similaridade dos cosenos

### Pré-requisito



* Voce deve ter instalado a versao 6.1.4 do Jupyter Notebook ou superior
* Voce deve ter instalado a versao 3.8 do Python ou superior



Expand Down

0 comments on commit 8bedae3

Please sign in to comment.