|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Function | |
---|---|
martin.common | |
uk.ac.man.entitytagger.doc | |
uk.ac.man.entitytagger.matching |
Uses of Function in martin.common |
---|
Fields in martin.common declared as Function | |
---|---|
private Function<V> |
CacheMap.factory
|
Constructors in martin.common with parameters of type Function | |
---|---|
CacheMap(long maxSize,
Function<V> factory,
java.util.logging.Logger logger)
|
Uses of Function in uk.ac.man.entitytagger.doc |
---|
Methods in uk.ac.man.entitytagger.doc with parameters of type Function | |
---|---|
java.lang.StringBuffer |
TaggedDocument.toHTML(boolean link,
Function<Pair<java.lang.String>> alternativeTagFunction)
|
static java.lang.StringBuffer |
TaggedDocument.toHTML(java.lang.String text,
java.util.List<Mention> matches,
TaggedDocument.Format format,
boolean link,
Function<Pair<java.lang.String>> alternativeTagFunction)
Converts a document text, with given NER mentions, to e.g. |
Uses of Function in uk.ac.man.entitytagger.matching |
---|
Methods in uk.ac.man.entitytagger.matching with parameters of type Function | |
---|---|
static void |
MatchOperations.runHTML(Matcher matcher,
DocumentIterator documents,
int numThreads,
java.io.File htmlFile,
int report,
java.util.logging.Logger logger,
TaggedDocument.Format format,
boolean link,
Function<Pair<java.lang.String>> alternativeTagFunction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |