Uses of Class
nzilbb.labbcat.model.Match
-
Packages that use Match Package Description nzilbb.labbcat LaBB-CAT client library.nzilbb.labbcat.model LaBB-CAT client models. -
-
Uses of Match in nzilbb.labbcat
Methods in nzilbb.labbcat that return Match Modifier and Type Method Description Match[]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 Match Modifier and Type Method Description File[]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 Match Modifier and Type Method Description MatchMatch. setAfterMatch(String newAfterMatch)Setter forAfterMatch: The context after the match.MatchMatch. setBeforeMatch(String newBeforeMatch)Setter forBeforeMatch: The context before the match.MatchMatch. setCorpus(String newCorpus)Setter forCorpus: The corpus the match comes fromMatchMatch. setLine(Double newLine)Setter forLine: The start time of the utterance.MatchMatch. setLineEnd(Double newLineEnd)Setter forLineEnd: The end time of the utterance.MatchMatch. setMatchId(String newMatchId)Setter forMatchId: The match ID, which encodes which token in which utterance by which participant of which transcript matched.MatchMatch. setParticipant(String newParticipant)Setter forParticipant: The name of the participant who uttered the match.MatchMatch. setText(String newText)Setter forText: The match text.MatchMatch. 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 Constructor Description MatchId(Match match)Constructor.
-