Index

A B C D F G I J L M O P Q R S T U V W 
All Classes and Interfaces|All Packages

T

tagger - package tagger
Contains classes that execute CoreNLP operations necessary for tagging words in source text with appropriate parts of speech
TextAnnotater - Class in tagger
Provided text is converted to CoreDocument object, allowing the CoreNLP library to annotate parts of speech for each word
TextAnnotater(String) - Constructor for class tagger.TextAnnotater
Constructor creates document object upon instantiation with each word and punctuation identified with a part of speech
TextAnnotater(Path) - Constructor for class tagger.TextAnnotater
If a Path has already been instantiated, constructor reads file and calls resulting String constructor
TextAnnotationProperties - Enum Class in tagger
Singleton that determines which properties words should be tagged with.
TextAnnotationProperties() - Constructor for enum class tagger.TextAnnotationProperties
 
TextFileLoader - Class in utility.filehandling
Utility class that operates file loading from other classes to return the text that will be operated on
TextFileLoader() - Constructor for class utility.filehandling.TextFileLoader
 
A B C D F G I J L M O P Q R S T U V W 
All Classes and Interfaces|All Packages