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

A

AbstractValueMapper - class edu.byu.deg.framework.AbstractValueMapper.
This abstract class provides convenience methods for implementing the ValueMapper interface.
AbstractValueMapper() - Constructor for class edu.byu.deg.framework.AbstractValueMapper
 
add(VSMMeasure) - Method in class edu.byu.deg.framework.DSP.VSM.VSMMeasure
 
add(VSMMeasure, VSMMeasure) - Static method in class edu.byu.deg.framework.DSP.VSM.VSMMeasure
 
addDocumentLocation(String) - Method in interface edu.byu.deg.framework.DocumentRetriever
Stores a URI for a document that should be retrieved.
addDocumentLocation(String) - Method in class edu.byu.deg.framework.retriever.DOMRetriever
 
addSubDocument(Node) - Method in class edu.byu.deg.framework.document.DOMDocument
 
addSubDocument(Document) - Method in class edu.byu.deg.framework.document.PlaintextDocument
 
addSubDocuments(ArrayList) - Method in class edu.byu.deg.framework.document.DOMDocument
 
addWord(String) - Method in interface edu.byu.deg.framework.LexiconAccessor
Adds a word to the lexicon
append(String) - Method in class edu.byu.deg.framework.document.PlaintextDocument
 
append(StringBuffer) - Method in class edu.byu.deg.framework.document.PlaintextDocument
 
append(Reader) - Method in class edu.byu.deg.framework.document.PlaintextDocument
 
applyOneMaxNormalization(VSMMeasure) - Method in class edu.byu.deg.framework.DSP.VSM.VSMMeasure
 
axis - Variable in class edu.byu.deg.framework.DSP.VSM.VSMManager
 

C

CHILD_RECORD_THRESHOLD - Static variable in class edu.byu.deg.framework.DSP.VSM.VSMRecordSeparator
 
CombinedHeuristic - class edu.byu.deg.framework.DSP.heuristic.CombinedHeuristic.
 
CombinedHeuristic(Node) - Constructor for class edu.byu.deg.framework.DSP.heuristic.CombinedHeuristic
Creates a new instance of CombinedHeuristic
ContentFilter - interface edu.byu.deg.framework.ContentFilter.
The ContentFilter interface represents a preprocessor for the contents of a Document.
calculateVSM(DOMString, Node) - Method in class edu.byu.deg.framework.DSP.VSM.VSMManager
 
calculateVSM(Node) - Method in class edu.byu.deg.framework.DSP.VSM.VSMManager
 
canMerge(Node, Node) - Method in class edu.byu.deg.framework.DSP.VSM.VSMManager
 
certainty - Static variable in class edu.byu.deg.framework.DSP.heuristic.HighestCountTagHeuristic
 
certainty - Static variable in class edu.byu.deg.framework.DSP.heuristic.IdentifiableTagHeuristic
 
certainty - Static variable in class edu.byu.deg.framework.DSP.heuristic.RepeatingPatternHeuristic
 
certainty - Static variable in class edu.byu.deg.framework.DSP.heuristic.StandardDeviationHeuristic
 
clearDocumentLocations() - Method in interface edu.byu.deg.framework.DocumentRetriever
Resets the list of document URIs.
clearDocumentLocations() - Method in class edu.byu.deg.framework.retriever.DOMRetriever
 
clearInitParameters() - Method in class edu.byu.deg.framework.DataExtractionEngine
Deletes all references to previously stored initialization objects and their keys.
containsInitParameter(Object) - Method in class edu.byu.deg.framework.DataExtractionEngine
Determines whether a particular parameter has been stored in the parameter list.
containsRecord(Node) - Method in class edu.byu.deg.framework.DSP.VSM.VSMManager
 
containsText(Node) - Method in class edu.byu.deg.framework.DSP.heuristic.RepeatingPatternHeuristic
 
cos(VSMMeasure, VSMMeasure, boolean[]) - Static method in class edu.byu.deg.framework.DSP.VSM.VSMMeasure
 
count - Variable in class edu.byu.deg.framework.DSP.heuristic.TagPattern
 
countInitParameters() - Method in class edu.byu.deg.framework.DataExtractionEngine
Returns the number of init parameters passed to the engine; useful for iterating through the list of parameters.
counter - Variable in class edu.byu.deg.framework.DSP.VSM.VSMManager
 
counts - Variable in class edu.byu.deg.framework.DSP.heuristic.TagCounter
 

D

DOMDocument - class edu.byu.deg.framework.document.DOMDocument.
 
DOMDocument(String) - Constructor for class edu.byu.deg.framework.document.DOMDocument
Creates a new instance of DOMDocument
DOMDocument(URI) - Constructor for class edu.byu.deg.framework.document.DOMDocument
 
DOMDocument(Node, Document) - Constructor for class edu.byu.deg.framework.document.DOMDocument
 
DOMRetriever - class edu.byu.deg.framework.retriever.DOMRetriever.
 
DOMRetriever() - Constructor for class edu.byu.deg.framework.retriever.DOMRetriever
Creates a new instance of DOMRetriever
DOMRetriever(String) - Constructor for class edu.byu.deg.framework.retriever.DOMRetriever
 
DOMRetriever.myIterator - class edu.byu.deg.framework.retriever.DOMRetriever.myIterator.
 
DOMRetriever.myIterator() - Constructor for class edu.byu.deg.framework.retriever.DOMRetriever.myIterator
 
DataExtractionEngine - class edu.byu.deg.framework.DataExtractionEngine.
Provides a template for data extraction implementations.
DataExtractionEngine() - Constructor for class edu.byu.deg.framework.DataExtractionEngine
Creates a new DataExtractionEngine instance.
Document - interface edu.byu.deg.framework.Document.
This interface represents documents, which for the purposes of data extraction are units of unstructured or semi-structured data.
DocumentRetriever - interface edu.byu.deg.framework.DocumentRetriever.
Defines an interface for retrieving documents from a specified location.
DocumentStructureParser - interface edu.byu.deg.framework.DocumentStructureParser.
Represents modules that are responsible for breaking down a Document into more manageable chunks for extraction purposes.
DocumentStructureRecognizer - interface edu.byu.deg.framework.DocumentStructureRecognizer.
This class bears the responsibility of choosing a DocumentStructureParser that can transform a single Document into a document tree suitable for extraction.
dimension - Variable in class edu.byu.deg.framework.DSP.VSM.VSMManager
 
doExtraction() - Method in class edu.byu.deg.framework.DataExtractionEngine
Performs the primary task of data extraction.

E

EngineConfigurationException - exception edu.byu.deg.framework.EngineConfigurationException.
 
EngineConfigurationException() - Constructor for class edu.byu.deg.framework.EngineConfigurationException
Creates a new instance of EngineConfigurationException
EngineConfigurationException(String) - Constructor for class edu.byu.deg.framework.EngineConfigurationException
 
EngineConfigurationException(String, Throwable) - Constructor for class edu.byu.deg.framework.EngineConfigurationException
 
EngineConfigurationException(Throwable) - Constructor for class edu.byu.deg.framework.EngineConfigurationException
 
ExtractionPlan - class edu.byu.deg.framework.ExtractionPlan.
This abstract class represents an algorithm that performs the actual extraction process (as opposed to initialization and finalization steps).
ExtractionPlan(DataExtractionEngine) - Constructor for class edu.byu.deg.framework.ExtractionPlan
Creates a new instance of ExtractionPlan
edu.byu.deg.framework - package edu.byu.deg.framework
 
edu.byu.deg.framework.DSP.VSM - package edu.byu.deg.framework.DSP.VSM
 
edu.byu.deg.framework.DSP.fanout - package edu.byu.deg.framework.DSP.fanout
 
edu.byu.deg.framework.DSP.heuristic - package edu.byu.deg.framework.DSP.heuristic
 
edu.byu.deg.framework.document - package edu.byu.deg.framework.document
 
edu.byu.deg.framework.retriever - package edu.byu.deg.framework.retriever
 
emptyignore - Variable in class edu.byu.deg.framework.DSP.VSM.VSMManager
 
engine - Variable in class edu.byu.deg.framework.ExtractionPlan
Reference back to the DataExtractionEngine that created and invoked this extraction plan.
execute() - Method in class edu.byu.deg.framework.ExtractionPlan
Executes the extraction step.

F

FanoutRecordSeparator - class edu.byu.deg.framework.DSP.fanout.FanoutRecordSeparator.
 
FanoutRecordSeparator() - Constructor for class edu.byu.deg.framework.DSP.fanout.FanoutRecordSeparator
 
filterDocument(Document) - Method in interface edu.byu.deg.framework.ContentFilter
Performs preprocessing on the specified Document, returning the filtered content within a Document object.
findContainedEntries(String, boolean) - Method in interface edu.byu.deg.framework.LexiconAccessor
Identifies those entries in the lexicon that appear in the specified string.
findValues(Document) - Method in interface edu.byu.deg.framework.ValueRecognizer
Locates values within the given document for the default ontology.
findValues(Ontology, Document) - Method in interface edu.byu.deg.framework.ValueRecognizer
Locates values within the given document for the specified ontology.
findValues(String, URI) - Method in interface edu.byu.deg.framework.ValueRecognizer
Locates values within the given string for the default ontology.
findValues(Ontology, String, URI) - Method in interface edu.byu.deg.framework.ValueRecognizer
Locates values within the given string for the specified ontology.
first - Variable in class edu.byu.deg.framework.DSP.heuristic.TagPattern
 

G

generateValueMappings() - Method in class edu.byu.deg.framework.AbstractValueMapper
Performs the value mapping process using only information from the current ontology.
generateValueMappings(Document) - Method in class edu.byu.deg.framework.AbstractValueMapper
Performs the value mapping process using the current ontology, focusing only on matches belonging to the specified Document.
generateValueMappings(Ontology) - Method in class edu.byu.deg.framework.AbstractValueMapper
Performs the mapping process using the specified ontology.
generateValueMappings(Ontology, Document) - Method in class edu.byu.deg.framework.AbstractValueMapper
Performs the value mapping process for the specified ontology, using only those matches provided by the ontology that came from the specified document.
generateValueMappings(Ontology, String) - Method in class edu.byu.deg.framework.AbstractValueMapper
Performs the value mapping process on the given ontology, focusing exclusively on those matches that originate from the given URI.
generateValueMappings() - Method in interface edu.byu.deg.framework.ValueMapper
Performs the value mappings on the default ontology and without regard for which document the mapped values belong to.
generateValueMappings(Ontology) - Method in interface edu.byu.deg.framework.ValueMapper
Performs the value mappings on the specified ontology and without regard for which document the mapped values belong to.
generateValueMappings(Document) - Method in interface edu.byu.deg.framework.ValueMapper
Performs the value mappings on the default ontology, but only for those matches that belong to the specified document or its children.
generateValueMappings(Ontology, Document) - Method in interface edu.byu.deg.framework.ValueMapper
Performs the value mappings on the given ontology, but only for those matches that belong to the specified document or its children.
get(int) - Method in class edu.byu.deg.framework.DSP.VSM.VSMMeasure
 
getCertainty(int) - Method in class edu.byu.deg.framework.DSP.heuristic.CombinedHeuristic
 
getCertainty(int) - Method in class edu.byu.deg.framework.DSP.heuristic.HighestCountTagHeuristic
 
getCertainty(int) - Method in class edu.byu.deg.framework.DSP.heuristic.IdentifiableTagHeuristic
 
getCertainty(int) - Method in class edu.byu.deg.framework.DSP.heuristic.RepeatingPatternHeuristic
 
getCertainty(int) - Method in interface edu.byu.deg.framework.DSP.heuristic.SeparationHeuristic
 
getCertainty(int) - Method in class edu.byu.deg.framework.DSP.heuristic.StandardDeviationHeuristic
 
getConfidence() - Method in class edu.byu.deg.framework.document.DOMDocument
 
getContentStream() - Method in interface edu.byu.deg.framework.Document
Returns the contents of the document as a stream in order to avoid size issues.
getContentStream() - Method in class edu.byu.deg.framework.document.DOMDocument
 
getContentStream() - Method in class edu.byu.deg.framework.document.PlaintextDocument
 
getContentString() - Method in interface edu.byu.deg.framework.TextDocument
Returns the contents of the Document as a String.
getContentString() - Method in class edu.byu.deg.framework.document.DOMDocument
 
getContentString() - Method in class edu.byu.deg.framework.document.PlaintextDocument
 
getCos(Node) - Method in class edu.byu.deg.framework.DSP.VSM.VSMManager
 
getCount(Node) - Method in class edu.byu.deg.framework.DSP.VSM.NodeMatchCounter
 
getCount(String) - Method in class edu.byu.deg.framework.DSP.heuristic.TagCounter
 
getDOMString() - Method in class edu.byu.deg.framework.document.DOMDocument
 
getDocumentLocations() - Method in interface edu.byu.deg.framework.DocumentRetriever
Lists the current set of document URIs.
getDocumentLocations() - Method in class edu.byu.deg.framework.retriever.DOMRetriever
 
getDocumentParser(Document) - Method in interface edu.byu.deg.framework.DocumentStructureRecognizer
Determines the DocumentStructureParser that is most suited for the structure of the given Document.
getEntries() - Method in interface edu.byu.deg.framework.LexiconAccessor
Provides access to the list of entries contained in the lexicon.
getIndexOf(String) - Method in class edu.byu.deg.framework.DSP.VSM.VSMManager
 
getInitParameter(Object) - Method in class edu.byu.deg.framework.DataExtractionEngine
Locates and returns an initialization object.
getInt() - Method in class edu.byu.deg.framework.DSP.heuristic.TagCounter.Int
 
getLength(boolean[]) - Method in class edu.byu.deg.framework.DSP.VSM.VSMMeasure
 
getLikelyDocumentParsers(Document) - Method in interface edu.byu.deg.framework.DocumentStructureRecognizer
Returns a list of the available DocumentStructureParsers, ranked in order from best (lowest index in list) to worst (highest index) with respect to the input document.
getLogger() - Static method in class edu.byu.deg.framework.DataExtractionEngine
Returns the Logger associated with the data extraction engine.
getMag(Node) - Method in class edu.byu.deg.framework.DSP.VSM.VSMManager
 
getOntology() - Method in class edu.byu.deg.framework.AbstractValueMapper
Accessor for the default ontology of the mapper.
getOntology() - Method in class edu.byu.deg.framework.DSP.VSM.VSMRecordSeparator
 
getOntology() - Method in interface edu.byu.deg.framework.OntologySubscriber
Accessor for the ontology that the component currently references.
getParentDocument() - Method in class edu.byu.deg.framework.document.DOMDocument
 
getRank(String) - Method in class edu.byu.deg.framework.DSP.heuristic.CombinedHeuristic
 
getRank(String) - Method in class edu.byu.deg.framework.DSP.heuristic.HighestCountTagHeuristic
 
getRank(String) - Method in class edu.byu.deg.framework.DSP.heuristic.IdentifiableTagHeuristic
 
getRank(String) - Method in class edu.byu.deg.framework.DSP.heuristic.RepeatingPatternHeuristic
 
getRank(String) - Method in interface edu.byu.deg.framework.DSP.heuristic.SeparationHeuristic
 
getRank(String) - Method in class edu.byu.deg.framework.DSP.heuristic.StandardDeviationHeuristic
 
getRoot() - Method in class edu.byu.deg.framework.document.DOMDocument
 
getSeparator() - Method in class edu.byu.deg.framework.DSP.heuristic.CombinedHeuristic
 
getSize() - Method in interface edu.byu.deg.framework.LexiconAccessor
Counts the number of entries in the lexicon.
getSubDocument(int) - Method in class edu.byu.deg.framework.document.DOMDocument
 
getSubDocumentCount() - Method in class edu.byu.deg.framework.document.DOMDocument
 
getSubDocuments() - Method in interface edu.byu.deg.framework.Document
Returns an Iterator of Documents that are aggregated by this Document.
getSubDocuments() - Method in class edu.byu.deg.framework.document.DOMDocument
 
getSubDocuments() - Method in class edu.byu.deg.framework.document.PlaintextDocument
 
getTagList(int) - Method in class edu.byu.deg.framework.DSP.heuristic.TagCounter
 
getTagList() - Method in class edu.byu.deg.framework.DSP.heuristic.TagCounter
 
getURI() - Method in interface edu.byu.deg.framework.Document
Returns an identifier for the document; may be relative (particularly if this is a subdocument of another document) or absolute.
getURI() - Method in class edu.byu.deg.framework.document.DOMDocument
 
getURI() - Method in class edu.byu.deg.framework.document.PlaintextDocument
 

H

HighestCountTagHeuristic - class edu.byu.deg.framework.DSP.heuristic.HighestCountTagHeuristic.
 
HighestCountTagHeuristic(TagCounter) - Constructor for class edu.byu.deg.framework.DSP.heuristic.HighestCountTagHeuristic
Creates a new instance of HighestCountTagHeuristic
hasNext() - Method in class edu.byu.deg.framework.retriever.DOMRetriever.myIterator
 

I

IdentifiableTagHeuristic - class edu.byu.deg.framework.DSP.heuristic.IdentifiableTagHeuristic.
 
IdentifiableTagHeuristic(Node) - Constructor for class edu.byu.deg.framework.DSP.heuristic.IdentifiableTagHeuristic
Creates a new instance of IdentifiableTagHeuristic
ignore - Variable in class edu.byu.deg.framework.DSP.VSM.VSMManager
 
inc() - Method in class edu.byu.deg.framework.DSP.heuristic.TagCounter.Int
 
index - Variable in class edu.byu.deg.framework.retriever.DOMRetriever.myIterator
 
initParameters - Variable in class edu.byu.deg.framework.DataExtractionEngine
Contains any objects needed for the initialize method.
initialize() - Method in class edu.byu.deg.framework.DataExtractionEngine
Performs any necessary pre-processing in anticipation of a doExtraction invocation.
initialize() - Method in interface edu.byu.deg.framework.DocumentRetriever
Performs any necessary setup work before documents may be retrieved.
initialize() - Method in class edu.byu.deg.framework.retriever.DOMRetriever
 
integer - Variable in class edu.byu.deg.framework.DSP.heuristic.TagCounter.Int
 
isDocumentSplitable(Node) - Method in class edu.byu.deg.framework.DSP.VSM.VSMManager
 
isSplitable(Node) - Method in class edu.byu.deg.framework.DSP.VSM.VSMManager
 
islengthok - Variable in class edu.byu.deg.framework.DSP.VSM.VSMMeasure
 

L

LOGGER_NAME - Static variable in class edu.byu.deg.framework.DataExtractionEngine
Establishes namespace for the logger.
LexiconAccessor - interface edu.byu.deg.framework.LexiconAccessor.
Defines a standard API for obtaining information from a lexicon.
lastIgnoreArray - Variable in class edu.byu.deg.framework.DSP.VSM.VSMMeasure
 
length - Variable in class edu.byu.deg.framework.DSP.VSM.VSMMeasure
 
load(URL) - Method in interface edu.byu.deg.framework.LexiconAccessor
Causes the contents of the lexicon to be loaded from the lexicon file.
logger - Static variable in class edu.byu.deg.framework.DataExtractionEngine
Logger for producing output via the framework.
lookup(String, String, int) - Method in interface edu.byu.deg.framework.LexiconAccessor
Looks for a string in the lexicon.

M

MIN_CHILDREN_TO_KEEP_ALL - Static variable in class edu.byu.deg.framework.DSP.VSM.VSMRecordSeparator
 
main(String[]) - Static method in class edu.byu.deg.framework.DSP.fanout.FanoutRecordSeparator
 
maxOV - Variable in class edu.byu.deg.framework.DSP.VSM.VSMManager
 

N

NodeMatchCounter - class edu.byu.deg.framework.DSP.VSM.NodeMatchCounter.
 
NodeMatchCounter(OSMXDocument, DOMString, VSMManager) - Constructor for class edu.byu.deg.framework.DSP.VSM.NodeMatchCounter
Creates a new instance of MatchCache
next() - Method in class edu.byu.deg.framework.retriever.DOMRetriever.myIterator
 
normalize(VSMMeasure) - Method in class edu.byu.deg.framework.DSP.VSM.VSMMeasure
 
normalizedOV - Variable in class edu.byu.deg.framework.DSP.VSM.VSMManager
 
num - Variable in class edu.byu.deg.framework.DSP.heuristic.StringDoubleWrapper
 
num - Variable in class edu.byu.deg.framework.DSP.heuristic.StringIntegerWrapper
 

O

OV - Variable in class edu.byu.deg.framework.DSP.VSM.VSMManager
 
Ontology - interface edu.byu.deg.framework.Ontology.
Marker interface to label a class as a representation of an ontology.
OntologySubscriber - interface edu.byu.deg.framework.OntologySubscriber.
Common interface for components of the framework that need to acquire and maintain references to the Ontology used in extraction.
OntologyWriter - class edu.byu.deg.framework.OntologyWriter.
Abstraction for components that are responsible for translating an ontology's structure or instance data into some other format.
OntologyWriter() - Constructor for class edu.byu.deg.framework.OntologyWriter
Creates a new instance of OntologyWriter
OntologyWriter(Ontology) - Constructor for class edu.byu.deg.framework.OntologyWriter
Creates the OntologyWriter with an initial reference to an ontology.
objectsets - Variable in class edu.byu.deg.framework.DSP.VSM.VSMManager
 
ontology - Variable in class edu.byu.deg.framework.AbstractValueMapper
Reference to the ontology used in the value mapping process.
ontology - Variable in class edu.byu.deg.framework.OntologyWriter
Reference to the ontology to be output.
ontologyDoc - Variable in class edu.byu.deg.framework.DSP.VSM.VSMManager
 

P

PlaintextDocument - class edu.byu.deg.framework.document.PlaintextDocument.
 
PlaintextDocument() - Constructor for class edu.byu.deg.framework.document.PlaintextDocument
Creates a new instance of PlaintextDocument
PlanExecutionException - exception edu.byu.deg.framework.PlanExecutionException.
 
PlanExecutionException() - Constructor for class edu.byu.deg.framework.PlanExecutionException
Creates a new instance of PlanExecutionException without detail message.
PlanExecutionException(String) - Constructor for class edu.byu.deg.framework.PlanExecutionException
Constructs an instance of PlanExecutionException with the specified detail message.
PlanExecutionException(String, Throwable) - Constructor for class edu.byu.deg.framework.PlanExecutionException
 
PlanExecutionException(Throwable) - Constructor for class edu.byu.deg.framework.PlanExecutionException
 
parse(Document) - Method in class edu.byu.deg.framework.DSP.VSM.VSMRecordSeparator
 
parse(Document) - Method in class edu.byu.deg.framework.DSP.fanout.FanoutRecordSeparator
 
parse(Document) - Method in interface edu.byu.deg.framework.DocumentStructureParser
Transforms a "flat" document into a document hierarchy based on the input document's structure.

R

RepeatingPatternHeuristic - class edu.byu.deg.framework.DSP.heuristic.RepeatingPatternHeuristic.
 
RepeatingPatternHeuristic(Node, TagCounter) - Constructor for class edu.byu.deg.framework.DSP.heuristic.RepeatingPatternHeuristic
Creates a new instance of RepeatingPatternHeuristic
RetrieverConfigurationException - exception edu.byu.deg.framework.RetrieverConfigurationException.
 
RetrieverConfigurationException() - Constructor for class edu.byu.deg.framework.RetrieverConfigurationException
Creates a new instance of RetrieverConfigurationException
RetrieverConfigurationException(String) - Constructor for class edu.byu.deg.framework.RetrieverConfigurationException
 
RetrieverConfigurationException(String, Throwable) - Constructor for class edu.byu.deg.framework.RetrieverConfigurationException
 
RetrieverConfigurationException(Throwable) - Constructor for class edu.byu.deg.framework.RetrieverConfigurationException
 
ranking - Variable in class edu.byu.deg.framework.DSP.heuristic.CombinedHeuristic
 
remove() - Method in class edu.byu.deg.framework.retriever.DOMRetriever.myIterator
 
removeDocumentLocation(String) - Method in interface edu.byu.deg.framework.DocumentRetriever
Removes a single location from the list of retrieval locations.
removeDocumentLocation(String) - Method in class edu.byu.deg.framework.retriever.DOMRetriever
 
removeInitParameter(Object) - Method in class edu.byu.deg.framework.DataExtractionEngine
Removes the specified init parameter from the parameter list.
retrieveDocuments() - Method in interface edu.byu.deg.framework.DocumentRetriever
Retrieves documents from the stored locations and returns a collection of Document objects.
retrieveDocuments() - Method in class edu.byu.deg.framework.retriever.DOMRetriever
 

S

SEPARATOR_TAG - Static variable in class edu.byu.deg.framework.DSP.VSM.VSMRecordSeparator
 
SEPARATOR_TAG - Static variable in class edu.byu.deg.framework.DSP.fanout.FanoutRecordSeparator
 
SeparationHeuristic - interface edu.byu.deg.framework.DSP.heuristic.SeparationHeuristic.
 
StandardDeviationHeuristic - class edu.byu.deg.framework.DSP.heuristic.StandardDeviationHeuristic.
 
StandardDeviationHeuristic(Node, TagCounter) - Constructor for class edu.byu.deg.framework.DSP.heuristic.StandardDeviationHeuristic
Creates a new instance of StandardDeviationHeuristic
StringDoubleWrapper - class edu.byu.deg.framework.DSP.heuristic.StringDoubleWrapper.
 
StringDoubleWrapper() - Constructor for class edu.byu.deg.framework.DSP.heuristic.StringDoubleWrapper
 
StringDoubleWrapper(String, double) - Constructor for class edu.byu.deg.framework.DSP.heuristic.StringDoubleWrapper
 
StringDoubleWrapper(StringIntegerWrapper) - Constructor for class edu.byu.deg.framework.DSP.heuristic.StringDoubleWrapper
 
StringIntegerWrapper - class edu.byu.deg.framework.DSP.heuristic.StringIntegerWrapper.
 
StringIntegerWrapper() - Constructor for class edu.byu.deg.framework.DSP.heuristic.StringIntegerWrapper
 
StringIntegerWrapper(String, int) - Constructor for class edu.byu.deg.framework.DSP.heuristic.StringIntegerWrapper
 
StringIntegerWrapper(StringIntegerWrapper) - Constructor for class edu.byu.deg.framework.DSP.heuristic.StringIntegerWrapper
 
second - Variable in class edu.byu.deg.framework.DSP.heuristic.TagPattern
 
set(int, double) - Method in class edu.byu.deg.framework.DSP.VSM.VSMMeasure
 
setConfidence(double) - Method in class edu.byu.deg.framework.document.DOMDocument
 
setContents(String) - Method in class edu.byu.deg.framework.document.PlaintextDocument
 
setContents(StringBuffer) - Method in class edu.byu.deg.framework.document.PlaintextDocument
 
setContents(Reader) - Method in class edu.byu.deg.framework.document.PlaintextDocument
 
setInitParameter(Object, Object) - Method in class edu.byu.deg.framework.DataExtractionEngine
Stores objects required for upcoming initialization process.
setInt(int) - Method in class edu.byu.deg.framework.DSP.heuristic.TagCounter.Int
 
setOntology(Ontology) - Method in class edu.byu.deg.framework.AbstractValueMapper
Sets the default ontology for the mapper.
setOntology(Ontology) - Method in class edu.byu.deg.framework.DSP.VSM.VSMRecordSeparator
 
setOntology(Ontology) - Method in interface edu.byu.deg.framework.OntologySubscriber
Stores the ontology in the component.
setOntology(Ontology) - Method in class edu.byu.deg.framework.OntologyWriter
Stores a reference to the ontology in the object.
setRetrievalLocation(String) - Method in interface edu.byu.deg.framework.DocumentRetriever
Sets the parameter that instructs the DocumentRetriever where to look for documents to retrieve.
setRetrievalLocation(String) - Method in class edu.byu.deg.framework.retriever.DOMRetriever
 
setSubDocument(int, Node) - Method in class edu.byu.deg.framework.document.DOMDocument
 
setURI(URI) - Method in class edu.byu.deg.framework.document.DOMDocument
 
setURI(String) - Method in class edu.byu.deg.framework.document.DOMDocument
 
setURI(URI) - Method in class edu.byu.deg.framework.document.PlaintextDocument
 
size - Variable in class edu.byu.deg.framework.DSP.VSM.VSMMeasure
 
sizeOf(Node) - Method in class edu.byu.deg.framework.DSP.heuristic.StandardDeviationHeuristic
 
str - Variable in class edu.byu.deg.framework.DSP.heuristic.StringDoubleWrapper
 
str - Variable in class edu.byu.deg.framework.DSP.heuristic.StringIntegerWrapper
 

T

TagCounter - class edu.byu.deg.framework.DSP.heuristic.TagCounter.
 
TagCounter(Node) - Constructor for class edu.byu.deg.framework.DSP.heuristic.TagCounter
Creates a new instance of TagCounter
TagCounter.Int - class edu.byu.deg.framework.DSP.heuristic.TagCounter.Int.
 
TagCounter.Int(int) - Constructor for class edu.byu.deg.framework.DSP.heuristic.TagCounter.Int
 
TagPattern - class edu.byu.deg.framework.DSP.heuristic.TagPattern.
 
TagPattern(String, String, int) - Constructor for class edu.byu.deg.framework.DSP.heuristic.TagPattern
 
TextDocument - interface edu.byu.deg.framework.TextDocument.
Represents a Document whose contents are textual.
tidy - Static variable in class edu.byu.deg.framework.DSP.VSM.VSMRecordSeparator
 
tidy - Static variable in class edu.byu.deg.framework.DSP.fanout.FanoutRecordSeparator
 
tidy - Static variable in class edu.byu.deg.framework.document.DOMDocument
 
toString() - Method in class edu.byu.deg.framework.DSP.VSM.VSMMeasure
 
toString() - Method in class edu.byu.deg.framework.document.DOMDocument
 

U

UnrecognizedFormatException - exception edu.byu.deg.framework.UnrecognizedFormatException.
 
UnrecognizedFormatException() - Constructor for class edu.byu.deg.framework.UnrecognizedFormatException
Creates a new instance of UnrecognizedFormatException without detail message.
UnrecognizedFormatException(String) - Constructor for class edu.byu.deg.framework.UnrecognizedFormatException
Constructs an instance of UnrecognizedFormatException with the specified detail message.

V

VSMManager - class edu.byu.deg.framework.DSP.VSM.VSMManager.
 
VSMManager(OSMXDocument) - Constructor for class edu.byu.deg.framework.DSP.VSM.VSMManager
Creates a new instance of VSMManager
VSMMeasure - class edu.byu.deg.framework.DSP.VSM.VSMMeasure.
 
VSMMeasure(double[]) - Constructor for class edu.byu.deg.framework.DSP.VSM.VSMMeasure
Creates a new instance of VSMMeasure
VSMMeasure(VSMMeasure) - Constructor for class edu.byu.deg.framework.DSP.VSM.VSMMeasure
Creates a copy of a VSMMeasure
VSMRecordSeparator - class edu.byu.deg.framework.DSP.VSM.VSMRecordSeparator.
 
VSMRecordSeparator(OSMXDocument) - Constructor for class edu.byu.deg.framework.DSP.VSM.VSMRecordSeparator
 
VSMRecordSeparator() - Constructor for class edu.byu.deg.framework.DSP.VSM.VSMRecordSeparator
 
ValueMapper - interface edu.byu.deg.framework.ValueMapper.
Represents the module that links content matches to elements of the ontology, infers nonlexical objects, infers relationships, and binds them all together in a data instance.
ValueMapperConfigurationException - exception edu.byu.deg.framework.ValueMapperConfigurationException.
 
ValueMapperConfigurationException() - Constructor for class edu.byu.deg.framework.ValueMapperConfigurationException
Creates a new instance of ValueMapperConfigurationException
ValueMapperConfigurationException(String) - Constructor for class edu.byu.deg.framework.ValueMapperConfigurationException
 
ValueMapperConfigurationException(String, Throwable) - Constructor for class edu.byu.deg.framework.ValueMapperConfigurationException
 
ValueMapperConfigurationException(Throwable) - Constructor for class edu.byu.deg.framework.ValueMapperConfigurationException
 
ValueRecognizer - interface edu.byu.deg.framework.ValueRecognizer.
Represents the module that identifies within a document values that may be of relevance to an ontology.
ValueRecognizerConfigurationException - exception edu.byu.deg.framework.ValueRecognizerConfigurationException.
 
ValueRecognizerConfigurationException() - Constructor for class edu.byu.deg.framework.ValueRecognizerConfigurationException
Creates a new instance of ValueRecognizerConfigurationException
ValueRecognizerConfigurationException(String) - Constructor for class edu.byu.deg.framework.ValueRecognizerConfigurationException
 
ValueRecognizerConfigurationException(String, Throwable) - Constructor for class edu.byu.deg.framework.ValueRecognizerConfigurationException
 
ValueRecognizerConfigurationException(Throwable) - Constructor for class edu.byu.deg.framework.ValueRecognizerConfigurationException
 
vector - Variable in class edu.byu.deg.framework.DSP.VSM.VSMMeasure
 

W

writeDataInstance(Writer) - Method in class edu.byu.deg.framework.OntologyWriter
Outputs the instance data connected to the ontology to the specified Writer.
writeModelInstance(Writer) - Method in class edu.byu.deg.framework.OntologyWriter
Outputs the structure of the ontology to the specified Writer.

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