Skip to content

vanzay/text-analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

text-analyser

Usage

Language detection

Language language = LanguageDetector.detect(DICTIONARIES_PATH, text);

Index building

List<Entry> entries = TextIndex.getEntries(text)

Vocabulary building

Dictionary dictionary = Dictionary.open(DICTIONARIES_PATH, language);
Vocabulary vocabulary = new Vocabulary(language, dictionary);
vocabulary.process(text);
dictionary.close();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published