public class IPA_parser
extends java.lang.Object
| Constructor and Description |
|---|
IPA_parser() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.Object> |
IPA_parser_new(java.lang.String word_A_base,
java.lang.String word_B_base)
Method corresponding to the IPA_parser module.
|
static java.util.List<java.lang.Object> |
IPA_parser_new(java.lang.String word_A_base,
java.lang.String word_B_base,
java.util.List<java.lang.String> IPA_configs)
Method corresponding to the IPA_parser module.
|
public static java.util.List<java.lang.Object> IPA_parser_new(java.lang.String word_A_base,
java.lang.String word_B_base)
word_A_base - (String): IPA transcription of the first word to be aligned.word_B_base - (String): IPA transcription of the second word to be aligned.
0. String: Parsed (without diacritics etc.) IPA transcription of word A
1. String: Parsed (without diacritics etc.) IPA transcription of word B
2. int[][]: feature matrix corrected according to the salience settings. The dimensions of the matrix correspond to the length of the parsed (i.e. without diacritics etc.) transcription of word A × the length of the parsed (i.e. without diacritics etc.) transcription of word B.
3. int[][]: basic feature matrix without any salience correction. Dimension as previous one.
public static java.util.List<java.lang.Object> IPA_parser_new(java.lang.String word_A_base,
java.lang.String word_B_base,
java.util.List<java.lang.String> IPA_configs)
word_A_base - (String): IPA transcription of the first word to be aligned.word_B_base - (String): IPA transcription of the second word to be aligned.IPA_configs - (List<String>): String array list with variables for the configuration of the IPA_parser.IPA_parser_new module. For a detailed description of the variables see online documentation.0. String: Parsed (without diacritics etc.) IPA transcription of word A
1. String: Parsed (without diacritics etc.) IPA transcription of word B
2. int[][]: feature matrix corrected according to the salience settings. The dimensions of the matrix correspond to the length of the parsed (i.e. without diacritics etc.) transcription of word A × the length of the parsed (i.e. without diacritics etc.) transcription of word B.
3. int[][]: basic feature matrix without any salience correction. Dimension as previous one.