Uses of Class
lingscope.structures.AnnotatedSentence
-
Packages that use AnnotatedSentence Package Description lingscope.algorithms lingscope.drivers lingscope.io -
-
Uses of AnnotatedSentence in lingscope.algorithms
Methods in lingscope.algorithms that return AnnotatedSentence Modifier and Type Method Description abstract AnnotatedSentenceAnnotator. annotateSentence(String sentence, boolean isTokenized)AnnotatedSentenceBaselineCueAnnotator. annotateSentence(String sentence, boolean isTokenized)AnnotatedSentenceBaselineScopeAnnotator. annotateSentence(String sentence, boolean isTokenized)AnnotatedSentenceCrfAnnotator. annotateSentence(String sentence, boolean isTokenized)AnnotatedSentenceNegexCueAnnotator. annotateSentence(String sentence, boolean isTokenized)AnnotatedSentenceNegexScopeAnnotator. annotateSentence(String sentence, boolean isTokenized)Methods in lingscope.algorithms with parameters of type AnnotatedSentence Modifier and Type Method Description voidAnnotationComparer. compareAnnotations(AnnotatedSentence goldSentence, AnnotatedSentence testSentence) -
Uses of AnnotatedSentence in lingscope.drivers
Methods in lingscope.drivers that return AnnotatedSentence Modifier and Type Method Description static AnnotatedSentenceAnnotatedFilesMerger. merge(AnnotatedSentence wordsSentence, AnnotatedSentence tagsSentence)Merges the given wordsSentence and the given tagsSentencestatic AnnotatedSentenceCueAndPosFilesMerger. merge(AnnotatedSentence cueSentence, String posSentence, boolean replaceTags)static AnnotatedSentenceSentenceTagger. tag(Annotator annotator, String sentence, boolean isTokenized)Tags the given sentence with the given annotatorMethods in lingscope.drivers that return types with arguments of type AnnotatedSentence Modifier and Type Method Description static List<AnnotatedSentence>SentenceTagger. annotateSentences(Annotator annotator, List<String> inputSentences, boolean isTokenized)static List<AnnotatedSentence>CueAndPosFilesMerger. merge(List<AnnotatedSentence> cueSentences, List<String> posSentences, boolean replaceTags)Merges the cueSentences and posSentencesMethods in lingscope.drivers with parameters of type AnnotatedSentence Modifier and Type Method Description static AnnotatedSentenceAnnotatedFilesMerger. merge(AnnotatedSentence wordsSentence, AnnotatedSentence tagsSentence)Merges the given wordsSentence and the given tagsSentencestatic AnnotatedSentenceCueAndPosFilesMerger. merge(AnnotatedSentence cueSentence, String posSentence, boolean replaceTags)Method parameters in lingscope.drivers with type arguments of type AnnotatedSentence Modifier and Type Method Description static List<String>SentenceTagger. getStringListFromAnnotatedSentences(List<AnnotatedSentence> annotatedSentences)Given a list of annotated sentences, return a list where the annotated sentences are replaced with stringsstatic List<AnnotatedSentence>CueAndPosFilesMerger. merge(List<AnnotatedSentence> cueSentences, List<String> posSentences, boolean replaceTags)Merges the cueSentences and posSentences -
Uses of AnnotatedSentence in lingscope.io
Methods in lingscope.io that return types with arguments of type AnnotatedSentence Modifier and Type Method Description static List<AnnotatedSentence>AnnotatedSentencesIO. read(String fileToRead)Reads and returns the list ofAnnotatedSentencefrom the given fileMethod parameters in lingscope.io with type arguments of type AnnotatedSentence Modifier and Type Method Description static voidAnnotatedSentencesIO. write(String fileToWrite, List<AnnotatedSentence> annotatedSentences)Writes the given list of annotated sentences to the given fileToWrite
-