Skip to content

A Natural Language Processing Library for Python

License

Notifications You must be signed in to change notification settings

diegoquiroz/Fer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures Final Project

This is my final project of Data Structures course in Anáhuac University. In this course i've learned how to evaluate different datastructures to know which one is the right one to use in a project.

Getting Started

The intention for this "library" is to provide tools to facilitate the processing of data. By now the functionality is very limited, alloing only to:

  • Tokenize texts and files.
  • Correct mispelled words using a tokenized dataset.

Prerequisites

There are not prerrequisites for using this software.

Installing

Since this is not a pip package, is important to know that the only way to implement this code is by cloning it to your projects folder.

git clone https://github.com/diegoquiroz/Fer.git

Now you only need to import the desired clases or methods.

from Fer.Fer import Corrector, tokenize_file

Start processing your texts😉

Used data structures

  • Binary Tree.
  • Array.

Built With

  • Python - Programming Language
  • RegEx - Library to clean datasets.

Authors

  • Diego Quiroz - Initial work - Fer

See also the list of contributors who participated in this project.

License

This project is licensed under the GPLv3 License - see the LICENSE.md file for details

Acknowledgments

  • Thanks to my professor Edgar Fernandez

About

A Natural Language Processing Library for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages