public class YagoEntityExactMatcherFactory extends Object
YagoEntityExactMatcherFactory.YagoEntityExactMatcher
from provided resource folder or default.Modifier and Type | Class and Description |
---|---|
static class |
YagoEntityExactMatcherFactory.YagoEntityExactMatcher
The class that will extract unique Entities from a given list of tokens.
|
Constructor and Description |
---|
YagoEntityExactMatcherFactory() |
Modifier and Type | Method and Description |
---|---|
static YagoEntityExactMatcherFactory.YagoEntityExactMatcher |
getMatcher()
Build a
YagoEntityExactMatcherFactory.YagoEntityExactMatcher from the default YagoEntity folder
path. |
static YagoEntityExactMatcherFactory.YagoEntityExactMatcher |
getMatcher(String yagoEntityFolderPath)
Build a
YagoEntityExactMatcherFactory.YagoEntityExactMatcher from the provided resource path. |
public YagoEntityExactMatcherFactory()
public static YagoEntityExactMatcherFactory.YagoEntityExactMatcher getMatcher()
YagoEntityExactMatcherFactory.YagoEntityExactMatcher
from the default YagoEntity folder
path. See EntityExtractionResourceBuilder
for details on
constructing this folder.public static YagoEntityExactMatcherFactory.YagoEntityExactMatcher getMatcher(String yagoEntityFolderPath)
YagoEntityExactMatcherFactory.YagoEntityExactMatcher
from the provided resource path.
See EntityExtractionResourceBuilder
for details on constructing
this folder.yagoEntityFolderPath
- YagoEntityExactMatcherFactory.YagoEntityExactMatcher