A B C D E F G H I J L M N O P R S T U V W _

I

indexDocument(Document) - Method in class uk.ac.shef.dcs.oak.jate.core.feature.indexer.GlobalIndex
Given a document, index it and return its id.
indexDocument(Document) - Method in class uk.ac.shef.dcs.oak.jate.core.feature.indexer.GlobalIndexMem
Given a document, return its id.
indexDocWithTermsCanonical(Document, Set<String>) - Method in class uk.ac.shef.dcs.oak.jate.core.feature.indexer.GlobalIndex
Given a document d which contains a set of terms (canonical form), index the binary relation "document contains term canonical"
indexDocWithTermsCanonical(int, Set<Integer>) - Method in class uk.ac.shef.dcs.oak.jate.core.feature.indexer.GlobalIndex
Given a document with id d which contains a set of terms (canonical form), index the binary relation "document contains term canonical"
indexDocWithTermsCanonical(Document, Set<String>) - Method in class uk.ac.shef.dcs.oak.jate.core.feature.indexer.GlobalIndexMem
Given a document d which contains a set of terms (canonical form), index the binary relation "document contains term canonical"
indexDocWithTermsCanonical(int, Set<Integer>) - Method in class uk.ac.shef.dcs.oak.jate.core.feature.indexer.GlobalIndexMem
Given a document with id d which contains a set of terms (canonical form), index the binary relation "document contains term canonical"
indexTermCanonical(String) - Method in class uk.ac.shef.dcs.oak.jate.core.feature.indexer.GlobalIndex
Given a candidate term's canonical form, index it and return its id.
indexTermCanonical(String) - Method in class uk.ac.shef.dcs.oak.jate.core.feature.indexer.GlobalIndexMem
Given a candidate term's canonical form, return its id.
indexTermCanonicalInDoc(String, Document) - Method in class uk.ac.shef.dcs.oak.jate.core.feature.indexer.GlobalIndex
Given a candidate term's canonical form t found in document d, index the binary relation "t found_in d"
indexTermCanonicalInDoc(int, int) - Method in class uk.ac.shef.dcs.oak.jate.core.feature.indexer.GlobalIndex
Given a candidate term's canonical form id t found in document with id d, index the binary relation "t found_in d"
indexTermCanonicalInDoc(String, Document) - Method in class uk.ac.shef.dcs.oak.jate.core.feature.indexer.GlobalIndexMem
Given a candidate term's canonical form t found in document d, index the binary relation "t found_in d"
indexTermCanonicalInDoc(int, int) - Method in class uk.ac.shef.dcs.oak.jate.core.feature.indexer.GlobalIndexMem
Given a candidate term's canonical form id t found in document with id d, index the binary relation "t found_in d"
indexTermVariant(String) - Method in class uk.ac.shef.dcs.oak.jate.core.feature.indexer.GlobalIndex
Given a candidate term variant, index it and return its id.
indexTermVariant(String) - Method in class uk.ac.shef.dcs.oak.jate.core.feature.indexer.GlobalIndexMem
Given a candidate term variant, index it and return its id.
indexTermWithVariant(Map<String, Set<String>>) - Method in class uk.ac.shef.dcs.oak.jate.core.feature.indexer.GlobalIndex
Given a map containing [term canonical form - term variant forms], index the mapping
indexTermWithVariant(Map<String, Set<String>>) - Method in class uk.ac.shef.dcs.oak.jate.core.feature.indexer.GlobalIndexMem
Given a map containing [term canonical form - term variant forms], index the mapping, plus the mapping from term variant to term canonical
isIgnoringDigits() - Method in class uk.ac.shef.dcs.oak.jate.JATEProperties
 
isStopWord(String) - Method in class uk.ac.shef.dcs.oak.jate.util.control.StopList
 
iterator() - Method in class uk.ac.shef.dcs.oak.jate.model.CorpusImpl
 

A B C D E F G H I J L M N O P R S T U V W _