B G L M N P S T 
All Classes All Packages

B

BAS - Class in nzilbb.bas
Class exposing the BAS web services API for various speech processing and annotation tasks.
BAS() - Constructor for class nzilbb.bas.BAS
Default constructor.
BASResponse - Class in nzilbb.bas
Response from BAS request.
BASResponse(InputStream) - Constructor for class nzilbb.bas.BASResponse
Constructor.

G

G2P(String, File, String, String, String, String, boolean, boolean, boolean, boolean, String) - Method in class nzilbb.bas.BAS
Invokes the G2P service for converting orthography into phonemic transcription.
G2P(String, InputStream, String, String, int, String, String, String, boolean, boolean, boolean, boolean, String) - Method in class nzilbb.bas.BAS
Invokes the G2P service for converting orthography into phonemic transcription.
G2P(String, InputStream, String, String, String, String, boolean, boolean, boolean, boolean, String) - Method in class nzilbb.bas.BAS
Invokes the G2P service for converting orthography into phonemic transcription.
G2P(String, String, String, String, String, boolean, boolean) - Method in class nzilbb.bas.BAS
Invokes the G2P service for converting orthography into phonemic transcription.
getDownloadLink() - Method in class nzilbb.bas.BASResponse
Getter for BASResponse.downloadLink: URL for downloading result.
getG2PUrl() - Method in class nzilbb.bas.BAS
Getter for BAS.G2PUrl: URL for the G2P service - default: http://clarin.phonetik.uni-muenchen.de/BASWebServices/services/runG2P
getIso639Map1to2() - Method in class nzilbb.bas.LanguageTag
Getter for iso639Map1To2: A map of ISO639-1 (2-letter) to ISO639-2 (3-letter) codes.
getIso639Map1To2() - Method in class nzilbb.bas.LanguageTag
Getter for iso639Map2To1: A map of ISO639-2 (3-letter) to ISO639-1 (2-letter) codes.
getIso639Map2ToName() - Method in class nzilbb.bas.LanguageTag
Getter for iso639Map2ToName: A map of ISO639-2 (3-letter) codes to language names.
getMAUSBasicUrl() - Method in class nzilbb.bas.BAS
Getter for BAS.MAUSBasicUrl: URL for the MAUSBasic service - default: https://clarin.phonetik.uni-muenchen.de/BASWebServices/services/runMAUSBasic
getMAUSUrl() - Method in class nzilbb.bas.BAS
Getter for BAS.MAUSUrl: URL for the MAUS service - default: https://clarin.phonetik.uni-muenchen.de/BASWebServices/services/runMAUS
getOutput() - Method in class nzilbb.bas.BASResponse
Getter for BASResponse.output: Output message.
getPho2SylUrl() - Method in class nzilbb.bas.BAS
Getter for BAS.Pho2SylUrl: URL from the Pho2Syl service - default: http://clarin.phonetik.uni-muenchen.de/BASWebServices/services/runPho2Syl
getSuccess() - Method in class nzilbb.bas.BASResponse
Getter for BASResponse.success: true if successful, false otherwise.
getTextAlignUrl() - Method in class nzilbb.bas.BAS
Getter for BAS.TextAlignUrl: URL for the TextAlign service - default: http://clarin.phonetik.uni-muenchen.de/BASWebServices/services/runTextAlign
getTTSUrl() - Method in class nzilbb.bas.BAS
Getter for BAS.TTSUrl: URL for MaryTTS service - default: https://clarin.phonetik.uni-muenchen.de/BASWebServices/services/runTTSFile
getVersion() - Method in class nzilbb.bas.BAS
Version of the BAS services this API is designed for.
getWarnings() - Method in class nzilbb.bas.BASResponse
Getter for BASResponse.warnings: Warning messages.
getXml() - Method in class nzilbb.bas.BASResponse
Getter for BASResponse.xml: Original XML.

L

LanguageTag - Class in nzilbb.bas
Normalizes languages to produce a language tag that BAS will like.
LanguageTag() - Constructor for class nzilbb.bas.LanguageTag
Default constructor.

M

MAUS(String, File, File, String, String) - Method in class nzilbb.bas.BAS
Invoke the general MAUS service, with mostly default options, for forced alignment given a WAV file and a phonemic transcription.
MAUS(String, File, File, String, String, Integer, Integer, Integer, File, Integer, Double, Boolean, Boolean, Boolean, Boolean, Double, String) - Method in class nzilbb.bas.BAS
Invoke the general MAUS service, for forced alignment given a WAV file and a phonemic transcription.
MAUS(String, InputStream, InputStream, String, String, Integer, Integer, Integer, InputStream, Integer, Double, Boolean, Boolean, Boolean, Boolean, Double, String) - Method in class nzilbb.bas.BAS
Invoke the general MAUS service, for forced alignment given a WAV file and a phonemic transcription.
MAUSBasic(String, File, File) - Method in class nzilbb.bas.BAS
Invokes the MAUSBasic service, which combines G2P and MAUS for forced alignment given a WAV file and a plain text orthrogaphic transcript.
MAUSBasic(String, InputStream, InputStream) - Method in class nzilbb.bas.BAS
Invokes the MAUSBasic service, which combines G2P and MAUS for forced alignment given a WAV file and a plain text orthrogaphic transcript.

N

nzilbb.bas - package nzilbb.bas
 

P

Pho2Syl(String, File, String, Boolean, String, Integer) - Method in class nzilbb.bas.BAS
Invoke the Pho2Syl service to syllabify a phonemic transcription.
Pho2Syl(String, InputStream, String, Boolean, String, Integer) - Method in class nzilbb.bas.BAS
Invoke the Pho2Syl service to syllabify a phonemic transcription.

S

saveDownload() - Method in class nzilbb.bas.BASResponse
Convenience function for downloading the result, if any.
saveDownload(File) - Method in class nzilbb.bas.BASResponse
Convenience function for downloading the result, if any.
setDownloadLink(String) - Method in class nzilbb.bas.BASResponse
Setter for BASResponse.downloadLink: URL for downloading result.
setDownloadLink(URL) - Method in class nzilbb.bas.BASResponse
Setter for BASResponse.downloadLink: URL for downloading result.
setG2PUrl(String) - Method in class nzilbb.bas.BAS
Setter for BAS.G2PUrl: URL for the G2P service.
setMAUSBasicUrl(String) - Method in class nzilbb.bas.BAS
Setter for BAS.MAUSBasicUrl: URL for the MAUSBasic service.
setMAUSUrl(String) - Method in class nzilbb.bas.BAS
Setter for BAS.MAUSUrl: URL for the MAUS service.
setOutput(String) - Method in class nzilbb.bas.BASResponse
Setter for BASResponse.output: Output message.
setPho2SylUrl(String) - Method in class nzilbb.bas.BAS
Setter for BAS.Pho2SylUrl: URL from the Pho2Syl service.
setSuccess(boolean) - Method in class nzilbb.bas.BASResponse
Setter for BASResponse.success: true if successful, false otherwise.
setTextAlignUrl(String) - Method in class nzilbb.bas.BAS
Setter for BAS.TextAlignUrl: URL for the TextAlign service.
setTTSUrl(String) - Method in class nzilbb.bas.BAS
Setter for BAS.TTSUrl: URL for MaryTTS service.
setWarnings(String) - Method in class nzilbb.bas.BASResponse
Setter for BASResponse.warnings: Warning messages.

T

tag(String) - Method in class nzilbb.bas.LanguageTag
Returns the given tag, but converted to an RFC 5646 code with a three-letter primary language code, if possible.
TextAlign(File, String) - Method in class nzilbb.bas.BAS
Convenience method to invoke the TextAlign service for aligning two representations of text, e.g.
TextAlign(File, String, File, Boolean, String) - Method in class nzilbb.bas.BAS
Invoke the TextAlign service for aligning two representations of text, e.g.
TextAlign(InputStream, String, InputStream, Boolean, String) - Method in class nzilbb.bas.BAS
Invoke the TextAlign service for aligning two representations of text, e.g.
TTS(String) - Method in class nzilbb.bas.BAS
Convenience method to invoke the MaryTTS German Text-to-speech service with plain text input, with a WAV file as output, using the default voice.
TTS(String, File, String, String, String) - Method in class nzilbb.bas.BAS
Invoke the MaryTTS German Text-to-speech service.
TTS(String, InputStream, String, String, String) - Method in class nzilbb.bas.BAS
Invoke the MaryTTS German Text-to-speech service.
TTS(String, String, String, String, String) - Method in class nzilbb.bas.BAS
Invoke the MaryTTS German Text-to-speech service.
B G L M N P S T 
All Classes All Packages