Skip to content

LucasMota10/Natural-Language-Processing-Tomorrow

Repository files navigation

Natural-Language-Processing-Tomorrow

Projects made in Natural Language Processing course at the Tomorrow Research and Training Center in UFBA Professor: Marlo Souza

1. Morphological Analyzer:

- This code performs the morphological analysis of the given text (string of characters) and returns a list of items, each containing: the textual form of the token, its grammatical   class and inflections (gender, number, tense, etc.).

- NOUN: Gênero (Gender) e Número (Number)
- ADJ: Gênero (Gender) e Número (Number)
- VERB: Gênero (Gender), Pessoa (Person), Tempo (Tense)  e Forma Verbal (VerbForm)
- PRON: Gênero (Gender) e Número (Number), Tipo (PronType)
- DET: Gênero (Gender) e Número (Number)  

2. Retrieval of an Article from the "Código de Defesa do Consumidor" based on semantic similarity:

- This algorithm uses SentenceTransformer to measure the similarity between user input and the description of articles in the "Código de Defesa do Consumidor"
- To execute the code it is necessary to load the "dados_cdc.csv" that was attached to the code

About

Projects made in Natural Language Processing course at the project Tomorrow in UFBA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors