uk.ac.shef.dcs.oak.jate.core.feature.indexer
Class GlobalIndexBuilderMem

java.lang.Object
  extended by uk.ac.shef.dcs.oak.jate.core.feature.indexer.GlobalIndexBuilderMem
All Implemented Interfaces:
GlobalIndexBuilder

public class GlobalIndexBuilderMem
extends java.lang.Object
implements GlobalIndexBuilder

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

GlobalIndexBuilderMem

public GlobalIndexBuilderMem()

GlobalIndexBuilderMem

public GlobalIndexBuilderMem(boolean textunit2DocMap,
                             boolean doc2TextunitMap)
creates an instance

Parameters:
textunit2DocMap - true if should create information of textunit-document binary relation
doc2TextunitMap - true if should create information of document-textunit binary relation
Method Detail

build

public GlobalIndexMem build(Corpus c,
                            CandidateTermExtractor extractor)
                     throws JATEException
Build a GlobalIndexMem from a corpus, using the specified text unit extractor

Specified by:
build in interface GlobalIndexBuilder
Parameters:
c -
extractor -
Returns:
Throws:
JATEException