Uses of Class
szte.csd.Sentence

Packages that use Sentence
szte.csd   
szte.csd.baseline   
 

Uses of Sentence in szte.csd
 

Methods in szte.csd that return types with arguments of type Sentence
 java.util.List<Sentence> Tokenizer.tokenise(java.lang.String text)
           
 

Methods in szte.csd with parameters of type Sentence
 void CSDModel.featureExtract(DataHandler dh, java.lang.String id, Sentence sentence, int pos)
          Feature extraction for the local context classification.
 boolean CSDModel.isAltered(Sentence sentence, int pos)
          The prediction mechanism of the CSD model.
 boolean ContentShiftDetector.isAltered(Sentence sentence, int pos)
           
 

Uses of Sentence in szte.csd.baseline
 

Methods in szte.csd.baseline with parameters of type Sentence
 boolean SentenceRemover.isAltered(Sentence sent, int pos)
           
 boolean RuleBasedCSD.isAltered(Sentence sent, int pos)
           
 boolean ObesRuleBased.isAltered(Sentence sent, int pos)
           
 boolean CMCRuleBased.isAltered(Sentence sent, int pos)
           
 boolean Bioscope.isAltered(Sentence sent, int pos)