Uses of Class
org.episteme.social.linguistics.loaders.tigerxml.Corpus
Packages that use Corpus
Package
Description
Standard TigerXML loader for linguistic corpora.
Provides the
module.
invalid reference
org.episteme.social.ml.tigerxml.core
-
Uses of Corpus in org.episteme.social.linguistics.loaders.tigerxml
Subclasses with type arguments of type Corpus in org.episteme.social.linguistics.loaders.tigerxmlMethods in org.episteme.social.linguistics.loaders.tigerxml that return CorpusModifier and TypeMethodDescriptionGraphNode.getCorpus()Sentence.getCorpus()Returns the corpus this sentence is part of.protected CorpusTigerXMLReader.loadFromInputStream(InputStream is, String id) protected CorpusTigerXMLReader.loadFromSource(String path) static CorpusCorpus.loadSerialized(String fileName) Methods in org.episteme.social.linguistics.loaders.tigerxml that return types with arguments of type CorpusMethods in org.episteme.social.linguistics.loaders.tigerxml with parameters of type CorpusModifier and TypeMethodDescriptionvoidSets the corpus this sentence is part of.Constructors in org.episteme.social.linguistics.loaders.tigerxml with parameters of type CorpusModifierConstructorDescriptionCreates a new Sentence instance extracting all necessary information from the passed DOM Element.Creates a new Sentence instance extracting all necessary information from the passed DOM Element. -
Uses of Corpus in org.episteme.social.linguistics.loaders.tigerxml.core
Methods in org.episteme.social.linguistics.loaders.tigerxml.core with parameters of type CorpusModifier and TypeMethodDescriptionstatic voidCorpusBuilder.buildCorpus(Corpus corp, Element root) Builds aCorpusfrom the document root.static final voidSentenceBuilder.buildSentence(Sentence sentence, Corpus corpus, Element sElement) Builds up a given (ideally empty)Sentenceby getting all information from the given DOM ElementsElement.