|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.shef.dcs.oak.jate.core.feature.indexer.GlobalIndexBuilderMem
public class GlobalIndexBuilderMem
Builds a GlobalIndexMem from a corpus
Constructor Summary | |
---|---|
GlobalIndexBuilderMem()
|
|
GlobalIndexBuilderMem(boolean textunit2DocMap,
boolean doc2TextunitMap)
creates an instance |
Method Summary | |
---|---|
GlobalIndexMem |
build(Corpus c,
CandidateTermExtractor extractor)
Build a GlobalIndexMem from a corpus, using the specified text unit extractor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GlobalIndexBuilderMem()
public GlobalIndexBuilderMem(boolean textunit2DocMap, boolean doc2TextunitMap)
textunit2DocMap
- true if should create information of textunit-document binary relationdoc2TextunitMap
- true if should create information of document-textunit binary relationMethod Detail |
---|
public GlobalIndexMem build(Corpus c, CandidateTermExtractor extractor) throws JATEException
build
in interface GlobalIndexBuilder
c
- extractor
-
JATEException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |