|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
Analyzer interface is responsible for analyzing part of the
document.ContractionFinder class searches for contractions in a given
sentence and then expands them to their primitive form.ComponentFactory from a configuration file.
LanguageConfiguration
Model
Pipe
Document class contains a text given by the user and also
its sentences separately in a list.LanguageConfiguration from a InputStream, which
remains opened.
InitializationException class is responsible for throwing
the exceptions, while opening files and locating streams, and then for showing its corresponding error messages.LanguageConfigurationUtil class is responsible for
identifying the language to be used.NameFinder class searches for subsequent proper nouns in the
document sentences and gathers each of these sets in one word.analyzer package is responsible for analyzing a given text, identifying its sentences, words and classifying them.config package is responsible for the language configuration.text package stores informations of a document's text in its classes.impl package is responsible for storing the tokens in each sentence and analyzing them.util package is responsible for printing text and its analysis.Pipe class contains a sequence of analyzers.POSTagger class analyzes each token of a sentence and
classifies it grammatically. SentenceDetector class gets all the sentences in the document text and store them in a list of sentences.Sentence class contains the position of the sentence in the
text and the list of word in it.TextUtils class deals with the code prints.Token interface is responsible for obtaining each component
of a tokenTokenImpl class represents a token, which is a word, its
lemma, its morphological posTag and the position of it in the sentence.Tokenizer class separates every word in a given sentence and allocates them in a
list of tokens.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||