Open Source Text Processing Project: tagger

tagger: A Python module for extracting relevant tags from text documents

Project Website: None

Github Link:

Description

Module for extracting tags from text documents.

Extracting tags from a text document involves at least three steps: splitting the document into words, grouping together variants of the same word, and ranking them according to their relevance. These three tasks are carried out respectively by the Reader, Stemmer and Rater classes, and their work is put together by the Tagger class.


Leave a Reply

Your email address will not be published. Required fields are marked *