Skip to content

arditdine/albanian-nlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Albanian NLP

The purpose of this project is to build a group of corpus and library for NLP (Natural Language Processing) for Albanian language

Stopwords

In computing, stop words are words which are filtered out before or after processing of natural language data. Read more here: https://en.wikipedia.org/wiki/Stop_words

Stem

In linguistic morphology and information retrieval, stemming is the process of reducing inflected (or sometimes derived) words to their word stem, base or root form—generally a written word form. Read more here: https://en.wikipedia.org/wiki/Stemming

How to use it

from stem import AlbStem

stemmer = AlbStem('albanian')

stemmer.stem("Përshëndetje")

About

This repository is to create a library for NLP in Albanian language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages