public interface NERecogniser
isAvailable()
,
getEntityTypes()
and recognise( String )
Modifier and Type | Field and Description |
---|---|
static String |
DATE |
static String |
LOCATION |
static String |
MISCELLANEOUS |
static String |
MONEY |
static String |
ORGANIZATION |
static String |
PERCENT |
static String |
PERSON |
static String |
TIME |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getEntityTypes()
gets a set of entity types whose names are recognisable by this
|
boolean |
isAvailable()
checks if this Named Entity recogniser is available for service
|
Map<String,Set<String>> |
recognise(String text)
call for name recognition action from text
|
static final String LOCATION
static final String PERSON
static final String ORGANIZATION
static final String MISCELLANEOUS
static final String TIME
static final String DATE
static final String PERCENT
static final String MONEY
boolean isAvailable()
Set<String> getEntityTypes()
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.