AbstractEntityRDFExtractor |
|
BasicMentionExtractor |
Extract basic mentions of named entities
|
BasicMentionExtractorFactory |
|
DefaultCandidateFeatureGenerator |
|
DictionaryLinker |
Link entities based on a String -> IRI dictionary
|
DictionaryLinker.Linker |
|
DictionaryLinker.LinkerSerializer |
|
DictionaryLinkerExtractorFactory |
|
DictionaryLinkerRDFExtractor |
Extracts named entities using OpenNLPDocumentParser , linking them to existent entities on a set of pre-given String -> IRI mappings
|
EntityLinker |
Entity linker
|
EntityLinkerExtractorFactory |
|
EntityLinkerRDFExtractor |
Extracts named entities using OpenNLPDocumentParser , linking them to existent entities based on the similarity of their label/ID.
|
IDLabelDistance |
Measures the string distance between the mention and the label/ID of the candidate IRI.
|
MaxRanking |
|
MentionRDFExtractor |
|
MultipleMentionExtractor |
|
NERMentionExtractor |
Generates mentions from sequences of NER tags of the same original span in the same sentence.
|
OpenNLPDocumentParser |
|
OpenNLPMentionFixer |
OpenNLP regularly extracts named entities where the last token is a quotation mark/bracket/dash, e.g.:
|
PopularityScore |
Counts the number of inbound edges for an entity
|
TopThresholdSelector |
Selects the top scoring ranks , given that their score is above the threshold
|
WaldoCandidateGenerator |
Uses Waldo to search for entities that match with the mention.
|