Uses of Class
org.episteme.social.linguistics.loaders.tigerxml.Sentence
Packages that use Sentence
Package
Description
Standard TigerXML loader for linguistic corpora.
Provides the
module.
invalid reference
org.episteme.social.ml.tigerxml.core
-
Uses of Sentence in org.episteme.social.linguistics.loaders.tigerxml
Methods in org.episteme.social.linguistics.loaders.tigerxml that return SentenceModifier and TypeMethodDescriptionSentence.getNextSentence()Returns the sentence object succeeding this sentence in the sentences ArrayList of the corpus containing this sentence.Sentence.getNextSentence(int n) Returns the sentence object succeeding this sentence in the sentences ArrayList of the corpus containing this sentence by n.Sentence.getPrevSentence()Returns the sentence object predecessing this sentence in the sentences ArrayList of the corpus containing this sentence.Sentence.getPrevSentence(int n) Returns the sentence object predecessing this sentence in the sentences ArrayList of the corpus containing this sentence by n.Corpus.getSentence(int index) Corpus.getSentence(String id) GraphNode.getSentence()Methods in org.episteme.social.linguistics.loaders.tigerxml that return types with arguments of type SentenceMethods in org.episteme.social.linguistics.loaders.tigerxml with parameters of type SentenceModifier and TypeMethodDescriptionvoidCorpus.addSentence(Sentence sentence) static SentenceConverts a TigerXML Sentence into an ontology Sentence.voidGraphNode.setSentence(Sentence sentence) Constructors in org.episteme.social.linguistics.loaders.tigerxml with parameters of type SentenceModifierConstructorDescriptionprotectedCreates an NT node from a DOM element.Creates an NT node from a DOM element with specified verbosity.Creates a new T object.Creates a new T object with verbosity. -
Uses of Sentence in org.episteme.social.linguistics.loaders.tigerxml.core
Methods in org.episteme.social.linguistics.loaders.tigerxml.core with parameters of type SentenceModifier and TypeMethodDescriptionstatic final voidBuilds up a given (ideally empty)NTby getting all information from the given DOM ElementntElement.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.static final voidBuilds up a given (ideally empty)Tby getting all information from the given DOM ElementtElement.Constructors in org.episteme.social.linguistics.loaders.tigerxml.core with parameters of type Sentence