Uses of Class
nzilbb.labbcat.model.Match
Packages that use Match
Package
Description
LaBB-CAT client library.
LaBB-CAT client models.
-
Uses of Match in nzilbb.labbcat
Methods in nzilbb.labbcat that return MatchModifier and TypeMethodDescriptionMatch[]
LabbcatView.getMatches
(String threadId, int wordsContext) Gets a list of tokens that were matched byLabbcatView.search(JsonObject,String[],String[],boolean,Integer,Integer,Integer)
.Match[]
LabbcatView.getMatches
(String threadId, int wordsContext, Integer pageLength, Integer pageNumber) Gets a list of tokens that were matched byLabbcatView.search(JsonObject,String[],String[],boolean,Integer,Integer,Integer)
.Match[]
LabbcatView.getMatches
(javax.json.JsonObject pattern, String[] participantIds, String[] transcriptTypes, boolean mainParticipant, Integer offsetThreshold, Integer matchesPerTranscript, Integer overlapThreshold, int wordsContext) Searches for tokens that match the givem pattern and returns a list of matches.Match[]
LabbcatView.getMatches
(javax.json.JsonObject pattern, String[] participantIds, String[] transcriptTypes, boolean mainParticipant, Integer offsetThreshold, Integer matchesPerTranscript, Integer overlapThreshold, int wordsContext, Integer maxMatches) Searches for tokens that match the given pattern and returns the first maxMatches matches.Methods in nzilbb.labbcat with parameters of type MatchModifier and TypeMethodDescriptionFile[]
LabbcatView.getFragments
(Match[] matches, String[] layerIds, String mimeType, File dir) Get transcript fragments in a specified format.nzilbb.ag.Annotation[][]
LabbcatView.getMatchAnnotations
(Match[] matches, String[] layerIds, int targetOffset, int annotationsPerLayer) Gets annotations on selected layers related to search results returned by a previous call toLabbcatView.getMatches(String,int)
.File[]
LabbcatView.getSoundFragments
(Match[] matches, Integer sampleRate, File dir) Downloads WAV sound fragments. -
Uses of Match in nzilbb.labbcat.model
Methods in nzilbb.labbcat.model that return MatchModifier and TypeMethodDescriptionMatch.setAfterMatch
(String newAfterMatch) Setter forAfterMatch
: The context after the match.Match.setBeforeMatch
(String newBeforeMatch) Setter forBeforeMatch
: The context before the match.Setter forCorpus
: The corpus the match comes fromSetter forLine
: The start time of the utterance.Match.setLineEnd
(Double newLineEnd) Setter forLineEnd
: The end time of the utterance.Match.setMatchId
(String newMatchId) Setter forMatchId
: The match ID, which encodes which token in which utterance by which participant of which transcript matched.Match.setParticipant
(String newParticipant) Setter forParticipant
: The name of the participant who uttered the match.Setter forText
: The match text.Match.setTranscript
(String newTranscript) Setter forTranscript
: The name of the transcript document that the match is from.Constructors in nzilbb.labbcat.model with parameters of type Match