- AcronymAnnotator - Class in de.julielab.jcore.ae.acronymtagger.main
-
Finds fullforms for acronyms using the Schwartz/Hearst algorithm if no fullform was found, then the acronym can be
looked in an -->AcronymList
- AcronymAnnotator() - Constructor for class de.julielab.jcore.ae.acronymtagger.main.AcronymAnnotator
-
- AcronymEntry - Class in de.julielab.jcore.ae.acronymtagger.entries
-
a part of an Acronym: an Acronym contains shortform + AcronymEntry
an AcronymEntry contains all fullforms to the shortform
plus information about them (information is saved in a FullformEntry)
- AcronymEntry(String) - Constructor for class de.julielab.jcore.ae.acronymtagger.entries.AcronymEntry
-
adds only a fullform (no further information) to the internal
fullformList
- AcronymEntry(String, int, Set<String>, Set<String>) - Constructor for class de.julielab.jcore.ae.acronymtagger.entries.AcronymEntry
-
adds a fullform with all information to the internal fullformList
- AcronymEntry(String, FullformEntry) - Constructor for class de.julielab.jcore.ae.acronymtagger.entries.AcronymEntry
-
adds a fullform with all information in the FullformEntry to the internal
fullformList
- addFullform(String, FullformEntry) - Method in class de.julielab.jcore.ae.acronymtagger.entries.AcronymEntry
-