|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.man.entitytagger.matching.matchers.ConcurrentMatcher.MatchProblem
public class ConcurrentMatcher.MatchProblem
Field Summary | |
---|---|
private Document |
doc
|
private Matcher |
matcher
|
Constructor Summary | |
---|---|
ConcurrentMatcher.MatchProblem(Matcher matcher,
Document doc)
|
Method Summary | |
---|---|
TaggedDocument |
compute()
This is the method called by the master threads, and should contain the code that should be computed concurrently. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Matcher matcher
private Document doc
Constructor Detail |
---|
public ConcurrentMatcher.MatchProblem(Matcher matcher, Document doc)
Method Detail |
---|
public TaggedDocument compute()
Problem
compute
in interface Problem<TaggedDocument>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |