|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.man.entitytagger.matching.Matcher
uk.ac.man.entitytagger.networking.SimpleClientMatcher
public class SimpleClientMatcher
Nested Class Summary |
---|
Nested classes/interfaces inherited from class uk.ac.man.entitytagger.matching.Matcher |
---|
Matcher.Disambiguation |
Field Summary | |
---|---|
private java.lang.String[] |
hosts
|
private int[] |
ports
|
private java.util.Random |
rand
|
Constructor Summary | |
---|---|
SimpleClientMatcher(java.lang.String str)
|
|
SimpleClientMatcher(java.lang.String[] hosts,
int[] ports)
|
Method Summary | |
---|---|
java.util.List<Mention> |
match(java.lang.String text,
Document doc)
Search a given text for mentions |
int |
size()
|
Methods inherited from class uk.ac.man.entitytagger.matching.Matcher |
---|
combineMatches, detectEnumerations, disambiguate, isValidMatch, match, match, match, performAcronymResolution |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String[] hosts
private int[] ports
private java.util.Random rand
Constructor Detail |
---|
public SimpleClientMatcher(java.lang.String[] hosts, int[] ports)
public SimpleClientMatcher(java.lang.String str)
Method Detail |
---|
public java.util.List<Mention> match(java.lang.String text, Document doc)
Matcher
match
in class Matcher
doc
- the document associated to the text, may be null
public int size()
size
in class Matcher
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |