Skip to content

brenomchd/nlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Natural Language Processing (NLP) Studies

A repository dedicated to studying Natural Language Processing (NLP) using Python and common NLP libraries. It contains practical notebooks exploring fundamental text processing techniques and language modeling approaches.

Repository Structure

Tokenization with spaCy

Notebook demonstrating how to use spaCy for text processing and tokenization.

Topics covered:

  • Basic text preprocessing
  • Tokenization
  • Linguistic features available in spaCy
  • Practical NLP examples

N-Gram with NLTK

Notebook exploring N-Gram language models using the NLTK library.

Topics covered:

  • Text tokenization
  • Building n-grams
  • Language modeling basics
  • Practical examples with NLTK

Technologies Used

  • Python
  • Jupyter Notebook
  • spaCy
  • NLTK

Objective

This repository was created to practice fundamental NLP concepts, experiment with popular NLP libraries, and document the learning process through hands-on notebooks.

Author

Breno Machado Barros

About

Practical applications and experiments in Natural Language Processing, covering text preprocessing, embeddings, classification, and language models.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors