Datasets:
Geraldo Gomes commited on
Commit ·
f78cbef
1
Parent(s): 8f63090
update dataset
Browse files- .DS_Store +0 -0
- CITATION.cff +23 -0
- LICENSE +46 -0
- README.md +139 -0
- baselines/bertimbau_results.json +52 -0
- baselines/lacium_flower_results.json +52 -0
- baselines/xlmr_results.json +52 -0
- dataset_card.md +58 -0
- datasheet.md +50 -0
- scripts/evaluate_initial_phoneme.py +54 -0
- scripts/evaluate_reading_error.py +54 -0
- scripts/evaluate_rhyme.py +54 -0
- scripts/evaluate_syllable.py +74 -0
- test/initial_phoneme_test.csv +0 -0
- test/reading_error_test.csv +501 -0
- test/rhyme_test.csv +1001 -0
- test/syllable_test.csv +0 -0
- train/initial_phoneme_train.csv +0 -0
- train/reading_error_train.csv +0 -0
- train/rhyme_train.csv +0 -0
- train/syllable_train.csv +0 -0
- validation/initial_phoneme_validation.csv +0 -0
- validation/reading_error_validation.csv +501 -0
- validation/rhyme_validation.csv +0 -0
- validation/syllable_validation.csv +0 -0
.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
CITATION.cff
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cff-version: 1.2.0
|
| 2 |
+
message: "If you use Pho-BP, please cite this dataset."
|
| 3 |
+
type: dataset
|
| 4 |
+
title: "Pho-BP: Phonological Benchmark for Brazilian Portuguese"
|
| 5 |
+
version: 1.0.0
|
| 6 |
+
date-released: 2026-07-14
|
| 7 |
+
license: MIT
|
| 8 |
+
authors:
|
| 9 |
+
- family-names: "Gomes da Cruz Junior"
|
| 10 |
+
given-names: "Geraldo"
|
| 11 |
+
email: "ggc4@cin.ufpe.br"
|
| 12 |
+
- family-names: "do Nascimento Fidalgo"
|
| 13 |
+
given-names: "Robson"
|
| 14 |
+
keywords:
|
| 15 |
+
- Brazilian Portuguese
|
| 16 |
+
- phonology
|
| 17 |
+
- phonological awareness
|
| 18 |
+
- literacy
|
| 19 |
+
- natural language processing
|
| 20 |
+
abstract: >-
|
| 21 |
+
A multitask benchmark for Brazilian Portuguese containing rhyme detection,
|
| 22 |
+
syllable segmentation, initial-phoneme identification, and reading-error
|
| 23 |
+
classification tasks.
|
LICENSE
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MIT License
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2026 Geraldo Gomes da Cruz Junior
|
| 4 |
+
|
| 5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 6 |
+
of this software and associated documentation files (the "Software"), to deal
|
| 7 |
+
in the Software without restriction, including without limitation the rights
|
| 8 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 9 |
+
copies of the Software, and to permit persons to whom the Software is
|
| 10 |
+
furnished to do so, subject to the following conditions:
|
| 11 |
+
|
| 12 |
+
The above copyright notice and this permission notice shall be included in all
|
| 13 |
+
copies or substantial portions of the Software.
|
| 14 |
+
|
| 15 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 16 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 17 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 18 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 19 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 20 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 21 |
+
SOFTWARE.
|
| 22 |
+
|
| 23 |
+
Third-party lexical source notice
|
| 24 |
+
---------------------------------
|
| 25 |
+
Portions of the lexical inventory are derived from the MIT-licensed repository
|
| 26 |
+
"fserb/pt-br".
|
| 27 |
+
|
| 28 |
+
Copyright (c) 2021 Fernando Serboncini
|
| 29 |
+
|
| 30 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 31 |
+
of this software and associated documentation files (the "Software"), to deal
|
| 32 |
+
in the Software without restriction, including without limitation the rights
|
| 33 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 34 |
+
copies of the Software, and to permit persons to whom the Software is
|
| 35 |
+
furnished to do so, subject to the following conditions:
|
| 36 |
+
|
| 37 |
+
The above copyright notice and this permission notice shall be included in all
|
| 38 |
+
copies or substantial portions of the Software.
|
| 39 |
+
|
| 40 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 41 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 42 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 43 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 44 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 45 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 46 |
+
SOFTWARE.
|
README.md
CHANGED
|
@@ -1,3 +1,142 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- pt
|
| 4 |
license: mit
|
| 5 |
+
pretty_name: "Pho-BP: Phonological Benchmark for Brazilian Portuguese"
|
| 6 |
+
task_categories:
|
| 7 |
+
- text-classification
|
| 8 |
+
- token-classification
|
| 9 |
+
tags:
|
| 10 |
+
- phonology
|
| 11 |
+
- phonological-awareness
|
| 12 |
+
- brazilian-portuguese
|
| 13 |
+
- literacy
|
| 14 |
+
- tabular
|
| 15 |
+
- datasets
|
| 16 |
+
size_categories:
|
| 17 |
+
- 10K<n<100K
|
| 18 |
+
configs:
|
| 19 |
+
- config_name: rhyme
|
| 20 |
+
default: true
|
| 21 |
+
data_files:
|
| 22 |
+
- split: train
|
| 23 |
+
path: train/rhyme_train.csv
|
| 24 |
+
- split: validation
|
| 25 |
+
path: validation/rhyme_validation.csv
|
| 26 |
+
- split: test
|
| 27 |
+
path: test/rhyme_test.csv
|
| 28 |
+
- config_name: syllable
|
| 29 |
+
data_files:
|
| 30 |
+
- split: train
|
| 31 |
+
path: train/syllable_train.csv
|
| 32 |
+
- split: validation
|
| 33 |
+
path: validation/syllable_validation.csv
|
| 34 |
+
- split: test
|
| 35 |
+
path: test/syllable_test.csv
|
| 36 |
+
- config_name: initial_phoneme
|
| 37 |
+
data_files:
|
| 38 |
+
- split: train
|
| 39 |
+
path: train/initial_phoneme_train.csv
|
| 40 |
+
- split: validation
|
| 41 |
+
path: validation/initial_phoneme_validation.csv
|
| 42 |
+
- split: test
|
| 43 |
+
path: test/initial_phoneme_test.csv
|
| 44 |
+
- config_name: reading_error
|
| 45 |
+
data_files:
|
| 46 |
+
- split: train
|
| 47 |
+
path: train/reading_error_train.csv
|
| 48 |
+
- split: validation
|
| 49 |
+
path: validation/reading_error_validation.csv
|
| 50 |
+
- split: test
|
| 51 |
+
path: test/reading_error_test.csv
|
| 52 |
---
|
| 53 |
+
|
| 54 |
+
# Pho-BP
|
| 55 |
+
|
| 56 |
+
**Pho-BP (Phonological Benchmark for Brazilian Portuguese)** is a complete multitask benchmark for evaluating phonologically informed representations in Brazilian Portuguese. This release contains **46,000 labeled examples** distributed across four tasks and fixed train/validation/test partitions.
|
| 57 |
+
|
| 58 |
+
## Tasks and sizes
|
| 59 |
+
|
| 60 |
+
| Configuration | Task | Train | Validation | Test | Primary metrics |
|
| 61 |
+
|---|---|---:|---:|---:|---|
|
| 62 |
+
| `rhyme` | Binary rhyme detection | 10,000 | 1,000 | 1,000 | Accuracy, macro-F1 |
|
| 63 |
+
| `syllable` | Character-boundary syllable segmentation | 8,000 | 1,000 | 1,000 | Boundary/token F1 |
|
| 64 |
+
| `initial_phoneme` | Initial phoneme classification | 15,000 | 1,500 | 1,500 | Accuracy, macro-F1 |
|
| 65 |
+
| `reading_error` | Reading-error type classification | 5,000 | 500 | 500 | Accuracy, macro-F1 |
|
| 66 |
+
|
| 67 |
+
The rhyme splits are exactly balanced. The syllable task has an overall mean word length of **8.70 characters**. Initial-phoneme training is exactly balanced across 24 classes; validation and test differ by at most one example per class. Reading errors use a deliberately imbalanced distribution: 45% phoneme substitution, 25% omission, 20% orthographic confusion, and 10% insertion.
|
| 68 |
+
|
| 69 |
+
## Public-release provenance
|
| 70 |
+
|
| 71 |
+
The lexical tasks were reconstructed from the open Brazilian Portuguese lexicon `fserb/pt-br` (MIT), ranked by its ICF frequency resource. Pronunciations were generated with the deterministic Pho-BP rule-based Brazilian Portuguese G2P procedure and syllable boundaries with Pyphen `pt_BR`.
|
| 72 |
+
|
| 73 |
+
The row-level child oral-reading corpus described in the research manuscript was not available among the supplied files. To avoid fabricating observations attributed to children or publishing potentially identifying educational records, the `reading_error` configuration is a **complete privacy-preserving rule-based public release** that instantiates the same four error categories without participant identifiers. The field `source_type` makes this provenance explicit. The baseline JSON files preserve the values reported in the thesis and identify them as reported results; they were not recomputed on this reconstructed public release.
|
| 74 |
+
|
| 75 |
+
## Loading from Hugging Face
|
| 76 |
+
|
| 77 |
+
```python
|
| 78 |
+
from datasets import load_dataset
|
| 79 |
+
|
| 80 |
+
rhyme = load_dataset("YOUR_NAMESPACE/pho-bp", "rhyme")
|
| 81 |
+
syllable = load_dataset("YOUR_NAMESPACE/pho-bp", "syllable")
|
| 82 |
+
initial = load_dataset("YOUR_NAMESPACE/pho-bp", "initial_phoneme")
|
| 83 |
+
reading_error = load_dataset("YOUR_NAMESPACE/pho-bp", "reading_error")
|
| 84 |
+
```
|
| 85 |
+
|
| 86 |
+
The YAML metadata above maps each configuration to its three CSV files, so no custom loading script is required.
|
| 87 |
+
|
| 88 |
+
## Schemas
|
| 89 |
+
|
| 90 |
+
### Rhyme detection
|
| 91 |
+
|
| 92 |
+
`id`, `word1`, `word2`, `ipa1`, `ipa2`, `rhyme_key1`, `rhyme_key2`, `label`, `source`.
|
| 93 |
+
|
| 94 |
+
`label=1` indicates equal phonetic rhyme keys; `label=0` indicates different keys.
|
| 95 |
+
|
| 96 |
+
### Syllable segmentation
|
| 97 |
+
|
| 98 |
+
`id`, `word`, `ipa`, `syllables`, `boundary_labels`, `num_syllables`, `source`.
|
| 99 |
+
|
| 100 |
+
`boundary_labels` is a JSON array of length `len(word)-1`; value `1` marks a syllable boundary after that character. Example: `casa` → `[0, 1, 0]`.
|
| 101 |
+
|
| 102 |
+
### Initial phoneme
|
| 103 |
+
|
| 104 |
+
`id`, `word`, `ipa`, `initial_phoneme`, `label_id`, `source`.
|
| 105 |
+
|
| 106 |
+
The 24 classes in label-id order are: `a`, `k`, `p`, `e`, `s`, `d`, `m`, `i`, `ʁ`, `t`, `b`, `f`, `l`, `v`, `g`, `o`, `n`, `ʒ`, `ʃ`, `u`, `z`, `ɲ`, `ʎ`, `tʃ`.
|
| 107 |
+
|
| 108 |
+
### Reading error
|
| 109 |
+
|
| 110 |
+
`id`, `target_word`, `observed_reading`, `target_ipa`, `observed_ipa`, `error_type`, `error_span`, `generation_rule`, `source_type`.
|
| 111 |
+
|
| 112 |
+
The four labels are `phoneme_substitution`, `omission`, `orthographic_confusion`, and `insertion`.
|
| 113 |
+
|
| 114 |
+
## Evaluation
|
| 115 |
+
|
| 116 |
+
Each file in `scripts/` accepts a gold CSV and a prediction CSV. Prediction files must contain `id` and `prediction`, except syllable segmentation, which accepts `id` plus `prediction` containing either a JSON boundary array or a hyphenated segmentation.
|
| 117 |
+
|
| 118 |
+
```bash
|
| 119 |
+
python scripts/evaluate_rhyme.py --gold test/rhyme_test.csv --predictions predictions/rhyme_predictions.csv
|
| 120 |
+
```
|
| 121 |
+
|
| 122 |
+
## Baselines
|
| 123 |
+
|
| 124 |
+
`baselines/` contains the results reported for BERTimbau, XLM-R, and Lacium Flower. Classification task entries contain accuracy and macro-F1; syllable segmentation contains token/boundary F1. All values are percentages and correspond to the mean of three runs as reported in the thesis.
|
| 125 |
+
|
| 126 |
+
## Intended use
|
| 127 |
+
|
| 128 |
+
Pho-BP is intended for research on Brazilian Portuguese phonology, representation learning, multitask learning, literacy-support NLP, probing, and controlled comparison of models. It is not a diagnostic instrument and must not be used to make clinical, educational-placement, or high-stakes decisions about individual learners.
|
| 129 |
+
|
| 130 |
+
## Limitations
|
| 131 |
+
|
| 132 |
+
Pronunciations and syllabification are generated automatically and may reflect dialect-neutral or tool-specific conventions. Rhyme keys depend on the rule-based G2P stress assignment. The public reading-error subset is rule-based rather than a substitute for ecologically valid, consented oral-reading data. Results reported on the original internal benchmark should not be presented as newly measured results on this release.
|
| 133 |
+
|
| 134 |
+
## Citation
|
| 135 |
+
|
| 136 |
+
Use `CITATION.cff` or cite the dataset as:
|
| 137 |
+
|
| 138 |
+
> Gomes da Cruz Junior, G., & Fidalgo, R. N. (2026). *Pho-BP: Phonological Benchmark for Brazilian Portuguese* (Version 1.0.0) [Dataset].
|
| 139 |
+
|
| 140 |
+
## License
|
| 141 |
+
|
| 142 |
+
MIT. See `LICENSE`, including the attribution notice for the source lexicon.
|
baselines/bertimbau_results.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"provenance": {
|
| 3 |
+
"benchmark": "Pho-BP original internal benchmark",
|
| 4 |
+
"aggregation": "mean_of_3_runs",
|
| 5 |
+
"unit": "percent",
|
| 6 |
+
"status": "reported_in_thesis_not_recomputed_on_public_reconstruction"
|
| 7 |
+
},
|
| 8 |
+
"models": {
|
| 9 |
+
"BERTimbau-Base": {
|
| 10 |
+
"rhyme": {
|
| 11 |
+
"accuracy": 85.2,
|
| 12 |
+
"macro_f1": 85.1
|
| 13 |
+
},
|
| 14 |
+
"syllable": {
|
| 15 |
+
"boundary_f1": 92.5
|
| 16 |
+
},
|
| 17 |
+
"initial_phoneme": {
|
| 18 |
+
"accuracy": 88.7,
|
| 19 |
+
"macro_f1": 88.5
|
| 20 |
+
},
|
| 21 |
+
"reading_error": {
|
| 22 |
+
"accuracy": 75.4,
|
| 23 |
+
"macro_f1": 73.1
|
| 24 |
+
},
|
| 25 |
+
"reported_mean": {
|
| 26 |
+
"accuracy": 85.5,
|
| 27 |
+
"macro_f1": 84.2
|
| 28 |
+
}
|
| 29 |
+
},
|
| 30 |
+
"BERTimbau-Large": {
|
| 31 |
+
"rhyme": {
|
| 32 |
+
"accuracy": 86.8,
|
| 33 |
+
"macro_f1": 86.7
|
| 34 |
+
},
|
| 35 |
+
"syllable": {
|
| 36 |
+
"boundary_f1": 93.1
|
| 37 |
+
},
|
| 38 |
+
"initial_phoneme": {
|
| 39 |
+
"accuracy": 90.1,
|
| 40 |
+
"macro_f1": 89.9
|
| 41 |
+
},
|
| 42 |
+
"reading_error": {
|
| 43 |
+
"accuracy": 76.9,
|
| 44 |
+
"macro_f1": 74.5
|
| 45 |
+
},
|
| 46 |
+
"reported_mean": {
|
| 47 |
+
"accuracy": 86.7,
|
| 48 |
+
"macro_f1": 85.3
|
| 49 |
+
}
|
| 50 |
+
}
|
| 51 |
+
}
|
| 52 |
+
}
|
baselines/lacium_flower_results.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"provenance": {
|
| 3 |
+
"benchmark": "Pho-BP original internal benchmark",
|
| 4 |
+
"aggregation": "mean_of_3_runs",
|
| 5 |
+
"unit": "percent",
|
| 6 |
+
"status": "reported_in_thesis_not_recomputed_on_public_reconstruction"
|
| 7 |
+
},
|
| 8 |
+
"models": {
|
| 9 |
+
"Lacium Flower (Ablated)": {
|
| 10 |
+
"rhyme": {
|
| 11 |
+
"accuracy": 90.3,
|
| 12 |
+
"macro_f1": 90.2
|
| 13 |
+
},
|
| 14 |
+
"syllable": {
|
| 15 |
+
"boundary_f1": 94.2
|
| 16 |
+
},
|
| 17 |
+
"initial_phoneme": {
|
| 18 |
+
"accuracy": 92.5,
|
| 19 |
+
"macro_f1": 92.4
|
| 20 |
+
},
|
| 21 |
+
"reading_error": {
|
| 22 |
+
"accuracy": 80.1,
|
| 23 |
+
"macro_f1": 78.2
|
| 24 |
+
},
|
| 25 |
+
"reported_mean": {
|
| 26 |
+
"accuracy": 89.3,
|
| 27 |
+
"macro_f1": 88.3
|
| 28 |
+
}
|
| 29 |
+
},
|
| 30 |
+
"Lacium Flower (Ours)": {
|
| 31 |
+
"rhyme": {
|
| 32 |
+
"accuracy": 95.1,
|
| 33 |
+
"macro_f1": 95.1
|
| 34 |
+
},
|
| 35 |
+
"syllable": {
|
| 36 |
+
"boundary_f1": 96.8
|
| 37 |
+
},
|
| 38 |
+
"initial_phoneme": {
|
| 39 |
+
"accuracy": 96.2,
|
| 40 |
+
"macro_f1": 96.1
|
| 41 |
+
},
|
| 42 |
+
"reading_error": {
|
| 43 |
+
"accuracy": 85.3,
|
| 44 |
+
"macro_f1": 84.3
|
| 45 |
+
},
|
| 46 |
+
"reported_mean": {
|
| 47 |
+
"accuracy": 93.4,
|
| 48 |
+
"macro_f1": 92.9
|
| 49 |
+
}
|
| 50 |
+
}
|
| 51 |
+
}
|
| 52 |
+
}
|
baselines/xlmr_results.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"provenance": {
|
| 3 |
+
"benchmark": "Pho-BP original internal benchmark",
|
| 4 |
+
"aggregation": "mean_of_3_runs",
|
| 5 |
+
"unit": "percent",
|
| 6 |
+
"status": "reported_in_thesis_not_recomputed_on_public_reconstruction"
|
| 7 |
+
},
|
| 8 |
+
"models": {
|
| 9 |
+
"XLM-R-Base": {
|
| 10 |
+
"rhyme": {
|
| 11 |
+
"accuracy": 84.5,
|
| 12 |
+
"macro_f1": 84.3
|
| 13 |
+
},
|
| 14 |
+
"syllable": {
|
| 15 |
+
"boundary_f1": 91.9
|
| 16 |
+
},
|
| 17 |
+
"initial_phoneme": {
|
| 18 |
+
"accuracy": 87.9,
|
| 19 |
+
"macro_f1": 87.6
|
| 20 |
+
},
|
| 21 |
+
"reading_error": {
|
| 22 |
+
"accuracy": 74.8,
|
| 23 |
+
"macro_f1": 72.5
|
| 24 |
+
},
|
| 25 |
+
"reported_mean": {
|
| 26 |
+
"accuracy": 84.8,
|
| 27 |
+
"macro_f1": 83.6
|
| 28 |
+
}
|
| 29 |
+
},
|
| 30 |
+
"XLM-R-Large": {
|
| 31 |
+
"rhyme": {
|
| 32 |
+
"accuracy": 86.1,
|
| 33 |
+
"macro_f1": 86.0
|
| 34 |
+
},
|
| 35 |
+
"syllable": {
|
| 36 |
+
"boundary_f1": 92.8
|
| 37 |
+
},
|
| 38 |
+
"initial_phoneme": {
|
| 39 |
+
"accuracy": 89.5,
|
| 40 |
+
"macro_f1": 89.3
|
| 41 |
+
},
|
| 42 |
+
"reading_error": {
|
| 43 |
+
"accuracy": 76.2,
|
| 44 |
+
"macro_f1": 73.9
|
| 45 |
+
},
|
| 46 |
+
"reported_mean": {
|
| 47 |
+
"accuracy": 86.2,
|
| 48 |
+
"macro_f1": 84.8
|
| 49 |
+
}
|
| 50 |
+
}
|
| 51 |
+
}
|
| 52 |
+
}
|
dataset_card.md
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Dataset Card for Pho-BP
|
| 2 |
+
|
| 3 |
+
## Dataset summary
|
| 4 |
+
|
| 5 |
+
Pho-BP is a multitask Brazilian Portuguese benchmark with 46,000 examples covering rhyme detection, syllable segmentation, initial-phoneme identification, and reading-error classification. The release uses fixed splits, explicit phonetic annotations, executable evaluation scripts, and machine-readable baseline reports.
|
| 6 |
+
|
| 7 |
+
## Supported tasks
|
| 8 |
+
|
| 9 |
+
1. **Rhyme detection:** binary classification over word pairs.
|
| 10 |
+
2. **Syllable segmentation:** prediction of inter-character syllable boundaries.
|
| 11 |
+
3. **Initial phoneme identification:** 24-class classification.
|
| 12 |
+
4. **Reading-error classification:** four-class imbalanced classification.
|
| 13 |
+
|
| 14 |
+
## Dataset structure
|
| 15 |
+
|
| 16 |
+
The repository exposes four Hugging Face configurations. Every configuration has `train`, `validation`, and `test` splits. See `README.md` for the full column schemas and loading examples.
|
| 17 |
+
|
| 18 |
+
## Data generation and curation
|
| 19 |
+
|
| 20 |
+
### Lexical source
|
| 21 |
+
|
| 22 |
+
Words were selected from `fserb/pt-br`, an MIT-licensed Brazilian Portuguese lexical collection. Its ICF values were used to prioritize more frequent lexical items. Filtering retained NFC-normalized lowercase alphabetic forms between 2 and 18 characters.
|
| 23 |
+
|
| 24 |
+
### Phonological processing
|
| 25 |
+
|
| 26 |
+
IPA transcriptions were produced by a deterministic Brazilian Portuguese rule-based G2P procedure included in the release-generation protocol. Rhyme keys are the segment from the final primary stress marker through the word ending. Syllabification uses Pyphen's `pt_BR` patterns and is represented both as hyphenated syllables and binary inter-character boundary labels.
|
| 27 |
+
|
| 28 |
+
### Split policy
|
| 29 |
+
|
| 30 |
+
Rhyme and syllable splits use deterministic SHA-256-based partitioning before example selection. Initial-phoneme examples are sampled per class and then divided without word overlap. Reading-error target words are separated by deterministic split keys. The release seed is `20260714`.
|
| 31 |
+
|
| 32 |
+
### Reading-error privacy policy
|
| 33 |
+
|
| 34 |
+
No child identifier, recording, demographic attribute, school, location, session identifier, or free-text note is present. Because the original row-level child corpus was not provided, public examples are generated through transparent linguistic transformation rules and marked `privacy_preserving_rule_based_public_release`.
|
| 35 |
+
|
| 36 |
+
## Dataset statistics
|
| 37 |
+
|
| 38 |
+
- Total examples: 46,000
|
| 39 |
+
- Rhyme label distribution: 50/50 in every split
|
| 40 |
+
- Syllable mean word length: 8.70
|
| 41 |
+
- Initial-phoneme classes: 24
|
| 42 |
+
- Reading-error distribution: 45/25/20/10 percent
|
| 43 |
+
|
| 44 |
+
## Baseline results
|
| 45 |
+
|
| 46 |
+
The JSON files reproduce the thesis table values and carry provenance metadata stating that they are reported results from the original benchmark. They should be treated as documentary baselines, not as scores recomputed on this public reconstruction.
|
| 47 |
+
|
| 48 |
+
## Biases and limitations
|
| 49 |
+
|
| 50 |
+
The lexical source contains specialist and low-frequency forms despite ICF ranking. Automated G2P and hyphenation may encode tool-specific conventions and may not capture Brazil's full dialectal variation. Rule-generated reading errors cannot reproduce timing, prosody, self-correction, contextual effects, or learner-level distributions from authentic oral reading.
|
| 51 |
+
|
| 52 |
+
## Responsible use
|
| 53 |
+
|
| 54 |
+
Use this dataset for aggregate model research and benchmarking. Do not infer a learner's competence, disability, diagnosis, or educational placement from model predictions. Authentic learner-data extensions require informed consent, governance approval, de-identification, and a separate data-access protocol.
|
| 55 |
+
|
| 56 |
+
## Licensing
|
| 57 |
+
|
| 58 |
+
MIT; see `LICENSE`.
|
datasheet.md
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Datasheet for Pho-BP
|
| 2 |
+
|
| 3 |
+
## Motivation
|
| 4 |
+
|
| 5 |
+
Pho-BP was created to provide a standardized evaluation resource for phonological representation learning in Brazilian Portuguese, especially for tasks connected to phonological awareness and literacy-support NLP.
|
| 6 |
+
|
| 7 |
+
## Composition
|
| 8 |
+
|
| 9 |
+
The dataset contains four configurations and 46,000 rows. Each row is a lexical or word-pair example; no row represents a named person. Splits are fixed and their sizes follow the benchmark specification.
|
| 10 |
+
|
| 11 |
+
## Collection process
|
| 12 |
+
|
| 13 |
+
Lexical items were selected from an open Brazilian Portuguese lexicon using frequency-oriented ICF ordering. Phonetic transcriptions were generated automatically. Syllable boundaries were generated with language-specific hyphenation patterns. Rhyme and initial-phoneme labels were derived from the generated IPA.
|
| 14 |
+
|
| 15 |
+
The public reading-error rows are privacy-preserving rule-based realizations. They operationalize four error categories but are not represented as direct transcriptions of identifiable children.
|
| 16 |
+
|
| 17 |
+
## Preprocessing
|
| 18 |
+
|
| 19 |
+
- Unicode NFC normalization
|
| 20 |
+
- Lowercasing
|
| 21 |
+
- Alphabetic filtering for Brazilian Portuguese characters
|
| 22 |
+
- Word-length filtering
|
| 23 |
+
- deterministic Brazilian Portuguese rule-based G2P conversion
|
| 24 |
+
- Pyphen `pt_BR` syllabification
|
| 25 |
+
- Deterministic split assignment and duplicate-pair prevention
|
| 26 |
+
|
| 27 |
+
## Labels
|
| 28 |
+
|
| 29 |
+
- Rhyme: `0`, `1`
|
| 30 |
+
- Syllable: binary boundary sequence
|
| 31 |
+
- Initial phoneme: 24 IPA labels (`a`, `k`, `p`, `e`, `s`, `d`, `m`, `i`, `ʁ`, `t`, `b`, `f`, `l`, `v`, `g`, `o`, `n`, `ʒ`, `ʃ`, `u`, `z`, `ɲ`, `ʎ`, `tʃ`)
|
| 32 |
+
- Reading error: `phoneme_substitution`, `omission`, `orthographic_confusion`, `insertion`
|
| 33 |
+
|
| 34 |
+
## Quality controls
|
| 35 |
+
|
| 36 |
+
The build validation checks exact row counts, unique IDs, rhyme balance, 24-class training balance, validation/test near-balance, reading-error distributions, boundary-vector lengths, label/IPA consistency, and absence of duplicate rows within each file.
|
| 37 |
+
|
| 38 |
+
## Uses
|
| 39 |
+
|
| 40 |
+
Recommended uses include probing, multitask learning, phonological representation evaluation, controlled baseline comparison, and educational NLP research at aggregate level.
|
| 41 |
+
|
| 42 |
+
Prohibited or unsupported uses include diagnosis, learner ranking, automated educational placement, surveillance, or claims that rule-generated reading errors are authentic child observations.
|
| 43 |
+
|
| 44 |
+
## Distribution
|
| 45 |
+
|
| 46 |
+
The release is distributed as UTF-8 CSV files with Markdown documentation, Python evaluation scripts, machine-readable baseline JSON files, a citation file, and a license.
|
| 47 |
+
|
| 48 |
+
## Maintenance
|
| 49 |
+
|
| 50 |
+
Version 1.0.0 is a deterministic public release. Future revisions should retain versioned splits, publish change logs, document tool-version changes, and separate any governed authentic oral-reading extension from the open lexical benchmark.
|
scripts/evaluate_initial_phoneme.py
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from __future__ import annotations
|
| 2 |
+
import argparse
|
| 3 |
+
import csv
|
| 4 |
+
import json
|
| 5 |
+
from pathlib import Path
|
| 6 |
+
from sklearn.metrics import accuracy_score, f1_score
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
def read_rows(path: str):
|
| 10 |
+
with open(path, encoding="utf-8", newline="") as f:
|
| 11 |
+
return list(csv.DictReader(f))
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
def prediction_map(path: str):
|
| 15 |
+
rows = read_rows(path)
|
| 16 |
+
required = {"id", "prediction"}
|
| 17 |
+
if not rows or not required.issubset(rows[0]):
|
| 18 |
+
raise ValueError("Prediction CSV must contain columns: id,prediction")
|
| 19 |
+
return {row["id"]: row["prediction"] for row in rows}
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
def save_or_print(metrics, output):
|
| 23 |
+
text = json.dumps(metrics, ensure_ascii=False, indent=2)
|
| 24 |
+
print(text)
|
| 25 |
+
if output:
|
| 26 |
+
Path(output).write_text(text + "\n", encoding="utf-8")
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
def main():
|
| 30 |
+
parser = argparse.ArgumentParser()
|
| 31 |
+
parser.add_argument("--gold", required=True)
|
| 32 |
+
parser.add_argument("--predictions", required=True)
|
| 33 |
+
parser.add_argument("--output")
|
| 34 |
+
args = parser.parse_args()
|
| 35 |
+
gold_rows = read_rows(args.gold)
|
| 36 |
+
preds = prediction_map(args.predictions)
|
| 37 |
+
missing = [row["id"] for row in gold_rows if row["id"] not in preds]
|
| 38 |
+
if missing:
|
| 39 |
+
raise ValueError(f"Missing predictions for {len(missing)} IDs; first: {missing[:5]}")
|
| 40 |
+
y_true = [row["label_id"] for row in gold_rows]
|
| 41 |
+
y_pred = [str(preds[row["id"]]).strip() for row in gold_rows]
|
| 42 |
+
if True:
|
| 43 |
+
y_true = [int(x) for x in y_true]
|
| 44 |
+
y_pred = [int(x) for x in y_pred]
|
| 45 |
+
metrics = {
|
| 46 |
+
"n_examples": len(y_true),
|
| 47 |
+
"accuracy": accuracy_score(y_true, y_pred),
|
| 48 |
+
"macro_f1": f1_score(y_true, y_pred, average="macro", zero_division=0),
|
| 49 |
+
}
|
| 50 |
+
save_or_print(metrics, args.output)
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
if __name__ == "__main__":
|
| 54 |
+
main()
|
scripts/evaluate_reading_error.py
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from __future__ import annotations
|
| 2 |
+
import argparse
|
| 3 |
+
import csv
|
| 4 |
+
import json
|
| 5 |
+
from pathlib import Path
|
| 6 |
+
from sklearn.metrics import accuracy_score, f1_score
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
def read_rows(path: str):
|
| 10 |
+
with open(path, encoding="utf-8", newline="") as f:
|
| 11 |
+
return list(csv.DictReader(f))
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
def prediction_map(path: str):
|
| 15 |
+
rows = read_rows(path)
|
| 16 |
+
required = {"id", "prediction"}
|
| 17 |
+
if not rows or not required.issubset(rows[0]):
|
| 18 |
+
raise ValueError("Prediction CSV must contain columns: id,prediction")
|
| 19 |
+
return {row["id"]: row["prediction"] for row in rows}
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
def save_or_print(metrics, output):
|
| 23 |
+
text = json.dumps(metrics, ensure_ascii=False, indent=2)
|
| 24 |
+
print(text)
|
| 25 |
+
if output:
|
| 26 |
+
Path(output).write_text(text + "\n", encoding="utf-8")
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
def main():
|
| 30 |
+
parser = argparse.ArgumentParser()
|
| 31 |
+
parser.add_argument("--gold", required=True)
|
| 32 |
+
parser.add_argument("--predictions", required=True)
|
| 33 |
+
parser.add_argument("--output")
|
| 34 |
+
args = parser.parse_args()
|
| 35 |
+
gold_rows = read_rows(args.gold)
|
| 36 |
+
preds = prediction_map(args.predictions)
|
| 37 |
+
missing = [row["id"] for row in gold_rows if row["id"] not in preds]
|
| 38 |
+
if missing:
|
| 39 |
+
raise ValueError(f"Missing predictions for {len(missing)} IDs; first: {missing[:5]}")
|
| 40 |
+
y_true = [row["error_type"] for row in gold_rows]
|
| 41 |
+
y_pred = [str(preds[row["id"]]).strip() for row in gold_rows]
|
| 42 |
+
if False:
|
| 43 |
+
y_true = [int(x) for x in y_true]
|
| 44 |
+
y_pred = [int(x) for x in y_pred]
|
| 45 |
+
metrics = {
|
| 46 |
+
"n_examples": len(y_true),
|
| 47 |
+
"accuracy": accuracy_score(y_true, y_pred),
|
| 48 |
+
"macro_f1": f1_score(y_true, y_pred, average="macro", zero_division=0),
|
| 49 |
+
}
|
| 50 |
+
save_or_print(metrics, args.output)
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
if __name__ == "__main__":
|
| 54 |
+
main()
|
scripts/evaluate_rhyme.py
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from __future__ import annotations
|
| 2 |
+
import argparse
|
| 3 |
+
import csv
|
| 4 |
+
import json
|
| 5 |
+
from pathlib import Path
|
| 6 |
+
from sklearn.metrics import accuracy_score, f1_score
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
def read_rows(path: str):
|
| 10 |
+
with open(path, encoding="utf-8", newline="") as f:
|
| 11 |
+
return list(csv.DictReader(f))
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
def prediction_map(path: str):
|
| 15 |
+
rows = read_rows(path)
|
| 16 |
+
required = {"id", "prediction"}
|
| 17 |
+
if not rows or not required.issubset(rows[0]):
|
| 18 |
+
raise ValueError("Prediction CSV must contain columns: id,prediction")
|
| 19 |
+
return {row["id"]: row["prediction"] for row in rows}
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
def save_or_print(metrics, output):
|
| 23 |
+
text = json.dumps(metrics, ensure_ascii=False, indent=2)
|
| 24 |
+
print(text)
|
| 25 |
+
if output:
|
| 26 |
+
Path(output).write_text(text + "\n", encoding="utf-8")
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
def main():
|
| 30 |
+
parser = argparse.ArgumentParser()
|
| 31 |
+
parser.add_argument("--gold", required=True)
|
| 32 |
+
parser.add_argument("--predictions", required=True)
|
| 33 |
+
parser.add_argument("--output")
|
| 34 |
+
args = parser.parse_args()
|
| 35 |
+
gold_rows = read_rows(args.gold)
|
| 36 |
+
preds = prediction_map(args.predictions)
|
| 37 |
+
missing = [row["id"] for row in gold_rows if row["id"] not in preds]
|
| 38 |
+
if missing:
|
| 39 |
+
raise ValueError(f"Missing predictions for {len(missing)} IDs; first: {missing[:5]}")
|
| 40 |
+
y_true = [row["label"] for row in gold_rows]
|
| 41 |
+
y_pred = [str(preds[row["id"]]).strip() for row in gold_rows]
|
| 42 |
+
if True:
|
| 43 |
+
y_true = [int(x) for x in y_true]
|
| 44 |
+
y_pred = [int(x) for x in y_pred]
|
| 45 |
+
metrics = {
|
| 46 |
+
"n_examples": len(y_true),
|
| 47 |
+
"accuracy": accuracy_score(y_true, y_pred),
|
| 48 |
+
"macro_f1": f1_score(y_true, y_pred, average="macro", zero_division=0),
|
| 49 |
+
}
|
| 50 |
+
save_or_print(metrics, args.output)
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
if __name__ == "__main__":
|
| 54 |
+
main()
|
scripts/evaluate_syllable.py
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from __future__ import annotations
|
| 2 |
+
import argparse
|
| 3 |
+
import ast
|
| 4 |
+
import csv
|
| 5 |
+
import json
|
| 6 |
+
from pathlib import Path
|
| 7 |
+
from sklearn.metrics import f1_score, precision_score, recall_score
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
def read_rows(path):
|
| 11 |
+
with open(path, encoding="utf-8", newline="") as f:
|
| 12 |
+
return list(csv.DictReader(f))
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
def parse_boundary_prediction(value, word):
|
| 16 |
+
value = value.strip()
|
| 17 |
+
if value.startswith("["):
|
| 18 |
+
parsed = json.loads(value)
|
| 19 |
+
return [int(x) for x in parsed]
|
| 20 |
+
if "-" in value:
|
| 21 |
+
syllables = value.split("-")
|
| 22 |
+
if "".join(syllables) != word:
|
| 23 |
+
raise ValueError(f"Segmentation does not reconstruct word {word!r}: {value!r}")
|
| 24 |
+
labels = [0] * (len(word) - 1)
|
| 25 |
+
cursor = 0
|
| 26 |
+
for syllable in syllables[:-1]:
|
| 27 |
+
cursor += len(syllable)
|
| 28 |
+
labels[cursor - 1] = 1
|
| 29 |
+
return labels
|
| 30 |
+
try:
|
| 31 |
+
parsed = ast.literal_eval(value)
|
| 32 |
+
return [int(x) for x in parsed]
|
| 33 |
+
except Exception as exc:
|
| 34 |
+
raise ValueError(f"Invalid boundary prediction for {word!r}: {value!r}") from exc
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
def main():
|
| 38 |
+
parser = argparse.ArgumentParser()
|
| 39 |
+
parser.add_argument("--gold", required=True)
|
| 40 |
+
parser.add_argument("--predictions", required=True)
|
| 41 |
+
parser.add_argument("--output")
|
| 42 |
+
args = parser.parse_args()
|
| 43 |
+
gold_rows = read_rows(args.gold)
|
| 44 |
+
pred_rows = read_rows(args.predictions)
|
| 45 |
+
if not pred_rows or not {"id", "prediction"}.issubset(pred_rows[0]):
|
| 46 |
+
raise ValueError("Prediction CSV must contain columns: id,prediction")
|
| 47 |
+
preds = {row["id"]: row["prediction"] for row in pred_rows}
|
| 48 |
+
y_true, y_pred = [], []
|
| 49 |
+
exact = 0
|
| 50 |
+
for row in gold_rows:
|
| 51 |
+
if row["id"] not in preds:
|
| 52 |
+
raise ValueError(f"Missing prediction for {row['id']}")
|
| 53 |
+
gold = [int(x) for x in json.loads(row["boundary_labels"])]
|
| 54 |
+
pred = parse_boundary_prediction(preds[row["id"]], row["word"])
|
| 55 |
+
if len(pred) != len(gold):
|
| 56 |
+
raise ValueError(f"Boundary length mismatch for {row['id']}: {len(pred)} != {len(gold)}")
|
| 57 |
+
y_true.extend(gold)
|
| 58 |
+
y_pred.extend(pred)
|
| 59 |
+
exact += int(gold == pred)
|
| 60 |
+
metrics = {
|
| 61 |
+
"n_examples": len(gold_rows),
|
| 62 |
+
"boundary_precision": precision_score(y_true, y_pred, zero_division=0),
|
| 63 |
+
"boundary_recall": recall_score(y_true, y_pred, zero_division=0),
|
| 64 |
+
"boundary_f1": f1_score(y_true, y_pred, zero_division=0),
|
| 65 |
+
"exact_match": exact / len(gold_rows),
|
| 66 |
+
}
|
| 67 |
+
text = json.dumps(metrics, ensure_ascii=False, indent=2)
|
| 68 |
+
print(text)
|
| 69 |
+
if args.output:
|
| 70 |
+
Path(args.output).write_text(text + "\n", encoding="utf-8")
|
| 71 |
+
|
| 72 |
+
|
| 73 |
+
if __name__ == "__main__":
|
| 74 |
+
main()
|
test/initial_phoneme_test.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
test/reading_error_test.csv
ADDED
|
@@ -0,0 +1,501 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,target_word,observed_reading,target_ipa,observed_ipa,error_type,error_span,generation_rule,source_type
|
| 2 |
+
reading-tes-00001,claror,claor,klˈaɾoɾ,klˈaoɾ,omission,3:4,omit_r,privacy_preserving_rule_based_public_release
|
| 3 |
+
reading-tes-00002,ratio,latio,ʁatˈio,latˈio,phoneme_substitution,0:1,r→l,privacy_preserving_rule_based_public_release
|
| 4 |
+
reading-tes-00003,criúva,cliúva,kɾiˈuva,kliˈuva,phoneme_substitution,1:2,r→l,privacy_preserving_rule_based_public_release
|
| 5 |
+
reading-tes-00004,urinária,ulinária,uɾinaɾˈia,ulinaɾˈia,phoneme_substitution,1:2,r→l,privacy_preserving_rule_based_public_release
|
| 6 |
+
reading-tes-00005,francês,frankês,fɾˈanses,fɾˈankes,orthographic_confusion,4:5,c→k,privacy_preserving_rule_based_public_release
|
| 7 |
+
reading-tes-00006,xógum,xógun,ʃˈɔgm,ʃˈɔgn,phoneme_substitution,4:5,m→n,privacy_preserving_rule_based_public_release
|
| 8 |
+
reading-tes-00007,excludente,exkludente,eʃkludˈente,eʃkludˈente,orthographic_confusion,2:3,c→k,privacy_preserving_rule_based_public_release
|
| 9 |
+
reading-tes-00008,peneiro,peneio,peneˈiɾo,peneˈio,omission,5:6,omit_r,privacy_preserving_rule_based_public_release
|
| 10 |
+
reading-tes-00009,telecentro,teecentro,telesˈentɾo,teesˈentɾo,omission,2:3,omit_l,privacy_preserving_rule_based_public_release
|
| 11 |
+
reading-tes-00010,aliás,aliáz,alˈias,alˈiaz,phoneme_substitution,4:5,s→z,privacy_preserving_rule_based_public_release
|
| 12 |
+
reading-tes-00011,adobe,atobe,adˈobe,atˈobe,phoneme_substitution,1:2,d→t,privacy_preserving_rule_based_public_release
|
| 13 |
+
reading-tes-00012,loteador,roteador,loteˈadoɾ,ʁoteˈadoɾ,phoneme_substitution,0:1,l→r,privacy_preserving_rule_based_public_release
|
| 14 |
+
reading-tes-00013,ótimo,ódimo,ɔtˈimo,ɔdˈimo,orthographic_confusion,1:2,t→d,privacy_preserving_rule_based_public_release
|
| 15 |
+
reading-tes-00014,pretensão,predensão,pɾetensˈɐ̃o,pɾedensˈɐ̃o,phoneme_substitution,3:4,t→d,privacy_preserving_rule_based_public_release
|
| 16 |
+
reading-tes-00015,alegrão,aleglão,alegɾˈɐ̃o,aleglˈɐ̃o,phoneme_substitution,4:5,r→l,privacy_preserving_rule_based_public_release
|
| 17 |
+
reading-tes-00016,batuque,patuque,batˈuke,patˈuke,phoneme_substitution,0:1,b→p,privacy_preserving_rule_based_public_release
|
| 18 |
+
reading-tes-00017,obsidiana,obssidiana,obsidiˈana,obsidiˈana,orthographic_confusion,2:3,s→ss,privacy_preserving_rule_based_public_release
|
| 19 |
+
reading-tes-00018,chamamento,camamento,ʃamamˈento,kamamˈento,omission,1:2,omit_h,privacy_preserving_rule_based_public_release
|
| 20 |
+
reading-tes-00019,orquite,orquie,oɾkˈite,oɾkˈie,omission,5:6,omit_t,privacy_preserving_rule_based_public_release
|
| 21 |
+
reading-tes-00020,torrado,dorrado,toʁˈado,doʁˈado,phoneme_substitution,0:1,t→d,privacy_preserving_rule_based_public_release
|
| 22 |
+
reading-tes-00021,claraíba,glaraíba,klaɾaˈiba,glaɾaˈiba,phoneme_substitution,0:1,c→g,privacy_preserving_rule_based_public_release
|
| 23 |
+
reading-tes-00022,blefe,brefe,blˈefe,bɾˈefe,phoneme_substitution,1:2,l→r,privacy_preserving_rule_based_public_release
|
| 24 |
+
reading-tes-00023,texugo,texuco,teʃˈugo,teʃˈuko,phoneme_substitution,4:5,g→c,privacy_preserving_rule_based_public_release
|
| 25 |
+
reading-tes-00024,cabuçu,cauçu,kabˈusu,kaˈusu,omission,2:3,omit_b,privacy_preserving_rule_based_public_release
|
| 26 |
+
reading-tes-00025,mezena,mesena,mezˈena,mesˈena,orthographic_confusion,2:3,z→s,privacy_preserving_rule_based_public_release
|
| 27 |
+
reading-tes-00026,deter,teter,dˈeteɾ,tˈeteɾ,phoneme_substitution,0:1,d→t,privacy_preserving_rule_based_public_release
|
| 28 |
+
reading-tes-00027,mitologia,nitologia,mitoloʒˈia,nitoloʒˈia,phoneme_substitution,0:1,m→n,privacy_preserving_rule_based_public_release
|
| 29 |
+
reading-tes-00028,tato,tado,tˈato,tˈado,phoneme_substitution,2:3,t→d,privacy_preserving_rule_based_public_release
|
| 30 |
+
reading-tes-00029,sobrepor,soblepor,sobɾˈepoɾ,soblˈepoɾ,phoneme_substitution,3:4,r→l,privacy_preserving_rule_based_public_release
|
| 31 |
+
reading-tes-00030,moradia,moadia,moɾadˈia,moadˈia,omission,2:3,omit_r,privacy_preserving_rule_based_public_release
|
| 32 |
+
reading-tes-00031,flamengo,flamenjo,flamˈengo,flamˈenʒo,orthographic_confusion,6:7,g→j,privacy_preserving_rule_based_public_release
|
| 33 |
+
reading-tes-00032,acrescido,arescido,akɾessˈido,aɾessˈido,omission,1:2,omit_c,privacy_preserving_rule_based_public_release
|
| 34 |
+
reading-tes-00033,abeirar,abeilar,abeˈiɾaɾ,abeˈilaɾ,phoneme_substitution,4:5,r→l,privacy_preserving_rule_based_public_release
|
| 35 |
+
reading-tes-00034,papel,bapel,pˈapel,bˈapel,orthographic_confusion,0:1,p→b,privacy_preserving_rule_based_public_release
|
| 36 |
+
reading-tes-00035,asfódelo,azfódelo,asfɔdˈelo,azfɔdˈelo,phoneme_substitution,1:2,s→z,privacy_preserving_rule_based_public_release
|
| 37 |
+
reading-tes-00036,travado,trafado,tɾavˈado,tɾafˈado,phoneme_substitution,3:4,v→f,privacy_preserving_rule_based_public_release
|
| 38 |
+
reading-tes-00037,fótico,fótiko,fɔtˈiko,fɔtˈiko,orthographic_confusion,4:5,c→k,privacy_preserving_rule_based_public_release
|
| 39 |
+
reading-tes-00038,romancear,romankear,ʁomansˈeaɾ,ʁomankˈeaɾ,orthographic_confusion,5:6,c→k,privacy_preserving_rule_based_public_release
|
| 40 |
+
reading-tes-00039,vincadeira,vinecadeira,vinkadeˈiɾa,vinekadeˈiɾa,insertion,3:3,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 41 |
+
reading-tes-00040,desbundante,desbundande,desbundˈante,desbundˈande,phoneme_substitution,9:10,t→d,privacy_preserving_rule_based_public_release
|
| 42 |
+
reading-tes-00041,ufania,uvania,ufanˈia,uvanˈia,phoneme_substitution,1:2,f→v,privacy_preserving_rule_based_public_release
|
| 43 |
+
reading-tes-00042,registo,regito,ʁeʒˈisto,ʁeʒˈito,omission,4:5,omit_s,privacy_preserving_rule_based_public_release
|
| 44 |
+
reading-tes-00043,estiloso,esstiloso,estilˈoso,estilˈoso,orthographic_confusion,1:2,s→ss,privacy_preserving_rule_based_public_release
|
| 45 |
+
reading-tes-00044,vaticínio,vatikínio,vatisinˈio,vatikinˈio,orthographic_confusion,4:5,c→k,privacy_preserving_rule_based_public_release
|
| 46 |
+
reading-tes-00045,pastelão,pasetelão,pastelˈɐ̃o,pasetelˈɐ̃o,insertion,3:3,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 47 |
+
reading-tes-00046,ferver,fervel,fˈeɾveɾ,fˈeɾvel,orthographic_confusion,5:6,r→l,privacy_preserving_rule_based_public_release
|
| 48 |
+
reading-tes-00047,informante,infolmante,infoɾmˈante,infolmˈante,phoneme_substitution,4:5,r→l,privacy_preserving_rule_based_public_release
|
| 49 |
+
reading-tes-00048,peji,beji,pˈeʒi,bˈeʒi,phoneme_substitution,0:1,p→b,privacy_preserving_rule_based_public_release
|
| 50 |
+
reading-tes-00049,mércia,mérgia,mɛɾsˈia,mɛɾʒˈia,phoneme_substitution,3:4,c→g,privacy_preserving_rule_based_public_release
|
| 51 |
+
reading-tes-00050,diabrura,diabura,diabɾˈuɾa,diabˈuɾa,omission,4:5,omit_r,privacy_preserving_rule_based_public_release
|
| 52 |
+
reading-tes-00051,embromador,enbromador,embɾomˈadoɾ,enbɾomˈadoɾ,phoneme_substitution,1:2,m→n,privacy_preserving_rule_based_public_release
|
| 53 |
+
reading-tes-00052,corolário,gorolário,koɾolaɾˈio,goɾolaɾˈio,phoneme_substitution,0:1,c→g,privacy_preserving_rule_based_public_release
|
| 54 |
+
reading-tes-00053,machorra,macholra,maʃˈoʁa,maʃˈolɾa,phoneme_substitution,5:6,r→l,privacy_preserving_rule_based_public_release
|
| 55 |
+
reading-tes-00054,jugar,jucar,ʒˈugaɾ,ʒˈukaɾ,phoneme_substitution,2:3,g→c,privacy_preserving_rule_based_public_release
|
| 56 |
+
reading-tes-00055,galeteria,caleteria,galeteɾˈia,kaleteɾˈia,phoneme_substitution,0:1,g→c,privacy_preserving_rule_based_public_release
|
| 57 |
+
reading-tes-00056,jito,jio,ʒˈito,ʒˈio,omission,2:3,omit_t,privacy_preserving_rule_based_public_release
|
| 58 |
+
reading-tes-00057,plastia,plasitia,plastˈia,plasitˈia,insertion,4:4,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 59 |
+
reading-tes-00058,cerração,gerração,seʁasˈɐ̃o,ʒeʁasˈɐ̃o,phoneme_substitution,0:1,c→g,privacy_preserving_rule_based_public_release
|
| 60 |
+
reading-tes-00059,hipnotismo,hipnotiso,ipnotˈismo,ipnotˈiso,omission,8:9,omit_m,privacy_preserving_rule_based_public_release
|
| 61 |
+
reading-tes-00060,fealdade,feardade,fealdˈade,feaɾdˈade,phoneme_substitution,3:4,l→r,privacy_preserving_rule_based_public_release
|
| 62 |
+
reading-tes-00061,prensada,prensata,pɾensˈada,pɾensˈata,phoneme_substitution,6:7,d→t,privacy_preserving_rule_based_public_release
|
| 63 |
+
reading-tes-00062,sulfurado,ssulfurado,sulfuɾˈado,sulfuɾˈado,orthographic_confusion,0:1,s→ss,privacy_preserving_rule_based_public_release
|
| 64 |
+
reading-tes-00063,dedeira,dedeia,dedeˈiɾa,dedeˈia,omission,5:6,omit_r,privacy_preserving_rule_based_public_release
|
| 65 |
+
reading-tes-00064,ciceroniano,cikeroniano,siseɾoniˈano,sikeɾoniˈano,orthographic_confusion,2:3,c→k,privacy_preserving_rule_based_public_release
|
| 66 |
+
reading-tes-00065,dentuça,tentuça,dentˈusa,tentˈusa,phoneme_substitution,0:1,d→t,privacy_preserving_rule_based_public_release
|
| 67 |
+
reading-tes-00066,ambidestria,ambidestlia,ambidestɾˈia,ambidestlˈia,phoneme_substitution,8:9,r→l,privacy_preserving_rule_based_public_release
|
| 68 |
+
reading-tes-00067,cingular,cinular,sˈinglaɾ,sinˈulaɾ,omission,3:4,omit_g,privacy_preserving_rule_based_public_release
|
| 69 |
+
reading-tes-00068,gauss,gauzs,gˈaus,gˈauzs,phoneme_substitution,3:4,s→z,privacy_preserving_rule_based_public_release
|
| 70 |
+
reading-tes-00069,sucussão,sucusão,sukusˈɐ̃o,sukusˈɐ̃o,omission,5:6,omit_s,privacy_preserving_rule_based_public_release
|
| 71 |
+
reading-tes-00070,quebrantado,queprantado,kebɾantˈado,kepɾantˈado,phoneme_substitution,3:4,b→p,privacy_preserving_rule_based_public_release
|
| 72 |
+
reading-tes-00071,hidrófobo,hidófobo,idɾɔfˈobo,idɔfˈobo,omission,3:4,omit_r,privacy_preserving_rule_based_public_release
|
| 73 |
+
reading-tes-00072,oxigênio,oigênio,oʃiʒenˈio,oiʒenˈio,omission,1:2,omit_x,privacy_preserving_rule_based_public_release
|
| 74 |
+
reading-tes-00073,absorber,abzorber,absˈoɾbeɾ,abzˈoɾbeɾ,phoneme_substitution,2:3,s→z,privacy_preserving_rule_based_public_release
|
| 75 |
+
reading-tes-00074,metildopa,medildopa,metildˈopa,medildˈopa,orthographic_confusion,2:3,t→d,privacy_preserving_rule_based_public_release
|
| 76 |
+
reading-tes-00075,escorpiano,escorbiano,eskoɾpiˈano,eskoɾbiˈano,phoneme_substitution,5:6,p→b,privacy_preserving_rule_based_public_release
|
| 77 |
+
reading-tes-00076,conflitante,konflitante,konflitˈante,konflitˈante,orthographic_confusion,0:1,c→k,privacy_preserving_rule_based_public_release
|
| 78 |
+
reading-tes-00077,edredão,edledão,edɾedˈɐ̃o,edledˈɐ̃o,phoneme_substitution,2:3,r→l,privacy_preserving_rule_based_public_release
|
| 79 |
+
reading-tes-00078,amortecer,amoltecer,amoɾtˈeseɾ,amoltˈeseɾ,phoneme_substitution,3:4,r→l,privacy_preserving_rule_based_public_release
|
| 80 |
+
reading-tes-00079,adamante,adamande,adamˈante,adamˈande,orthographic_confusion,6:7,t→d,privacy_preserving_rule_based_public_release
|
| 81 |
+
reading-tes-00080,caixilho,caixilo,kaiʃˈiʎo,kaiʃˈilo,omission,6:7,omit_h,privacy_preserving_rule_based_public_release
|
| 82 |
+
reading-tes-00081,bondar,bonar,bˈondaɾ,bˈonaɾ,omission,3:4,omit_d,privacy_preserving_rule_based_public_release
|
| 83 |
+
reading-tes-00082,endereçado,endereçato,endeɾesˈado,endeɾesˈato,phoneme_substitution,8:9,d→t,privacy_preserving_rule_based_public_release
|
| 84 |
+
reading-tes-00083,androide,andloide,andɾoˈide,andloˈide,phoneme_substitution,3:4,r→l,privacy_preserving_rule_based_public_release
|
| 85 |
+
reading-tes-00084,idiomático,idionático,idiomatˈiko,idionatˈiko,phoneme_substitution,4:5,m→n,privacy_preserving_rule_based_public_release
|
| 86 |
+
reading-tes-00085,dório,dólio,dɔɾˈio,dɔlˈio,orthographic_confusion,2:3,r→l,privacy_preserving_rule_based_public_release
|
| 87 |
+
reading-tes-00086,trítono,tríono,tɾitˈono,tɾiˈono,omission,3:4,omit_t,privacy_preserving_rule_based_public_release
|
| 88 |
+
reading-tes-00087,paridade,paritade,paɾidˈade,paɾitˈade,phoneme_substitution,4:5,d→t,privacy_preserving_rule_based_public_release
|
| 89 |
+
reading-tes-00088,macedônia,macedôania,masedonˈia,masedoanˈia,insertion,6:6,insert_a,privacy_preserving_rule_based_public_release
|
| 90 |
+
reading-tes-00089,ronha,romha,ʁˈoɲa,ʁˈoma,phoneme_substitution,2:3,n→m,privacy_preserving_rule_based_public_release
|
| 91 |
+
reading-tes-00090,molibdato,moribdato,molibdˈato,moɾibdˈato,phoneme_substitution,2:3,l→r,privacy_preserving_rule_based_public_release
|
| 92 |
+
reading-tes-00091,arrecadador,arecadador,aʁekadˈadoɾ,aɾekadˈadoɾ,omission,2:3,omit_r,privacy_preserving_rule_based_public_release
|
| 93 |
+
reading-tes-00092,burburinho,burburimho,buɾbuɾˈiɲo,buɾbuɾˈimo,phoneme_substitution,7:8,n→m,privacy_preserving_rule_based_public_release
|
| 94 |
+
reading-tes-00093,himenóptero,himenópero,imenɔptˈeɾo,imenɔpˈeɾo,omission,7:8,omit_t,privacy_preserving_rule_based_public_release
|
| 95 |
+
reading-tes-00094,trespassar,tespassar,tɾespˈasaɾ,tespˈasaɾ,omission,1:2,omit_r,privacy_preserving_rule_based_public_release
|
| 96 |
+
reading-tes-00095,afixo,afijo,afˈiʃo,afˈiʒo,phoneme_substitution,3:4,x→j,privacy_preserving_rule_based_public_release
|
| 97 |
+
reading-tes-00096,massificado,maszificado,masifikˈado,maszifikˈado,phoneme_substitution,3:4,s→z,privacy_preserving_rule_based_public_release
|
| 98 |
+
reading-tes-00097,zorrilho,sorrilho,zoʁˈiʎo,soʁˈiʎo,orthographic_confusion,0:1,z→s,privacy_preserving_rule_based_public_release
|
| 99 |
+
reading-tes-00098,rematado,renatado,ʁematˈado,ʁenatˈado,orthographic_confusion,2:3,m→n,privacy_preserving_rule_based_public_release
|
| 100 |
+
reading-tes-00099,gorra,gora,gˈoʁa,gˈoɾa,omission,2:3,omit_r,privacy_preserving_rule_based_public_release
|
| 101 |
+
reading-tes-00100,evicção,evigção,eviksˈɐ̃o,evigsˈɐ̃o,phoneme_substitution,3:4,c→g,privacy_preserving_rule_based_public_release
|
| 102 |
+
reading-tes-00101,anglofilia,anlofilia,anglofilˈia,anlofilˈia,omission,2:3,omit_g,privacy_preserving_rule_based_public_release
|
| 103 |
+
reading-tes-00102,zangado,zanjado,zangˈado,zanʒˈado,orthographic_confusion,3:4,g→j,privacy_preserving_rule_based_public_release
|
| 104 |
+
reading-tes-00103,despertador,despertaor,despeɾtˈadoɾ,despeɾtˈaoɾ,omission,8:9,omit_d,privacy_preserving_rule_based_public_release
|
| 105 |
+
reading-tes-00104,aluno,alumo,alˈuno,alˈumo,phoneme_substitution,3:4,n→m,privacy_preserving_rule_based_public_release
|
| 106 |
+
reading-tes-00105,devido,devito,devˈido,devˈito,phoneme_substitution,4:5,d→t,privacy_preserving_rule_based_public_release
|
| 107 |
+
reading-tes-00106,adorador,adoraador,adoɾˈadoɾ,adoɾaˈadoɾ,insertion,4:4,insert_a,privacy_preserving_rule_based_public_release
|
| 108 |
+
reading-tes-00107,recuperável,recuerável,ʁekupeɾˈavel,ʁekueɾˈavel,omission,4:5,omit_p,privacy_preserving_rule_based_public_release
|
| 109 |
+
reading-tes-00108,engrossar,englossar,engɾˈosaɾ,englˈosaɾ,phoneme_substitution,3:4,r→l,privacy_preserving_rule_based_public_release
|
| 110 |
+
reading-tes-00109,octal,oktal,ˈoktal,ˈoktal,orthographic_confusion,1:2,c→k,privacy_preserving_rule_based_public_release
|
| 111 |
+
reading-tes-00110,eclâmpsia,eklâmpsia,eklɐmpsˈia,eklɐmpsˈia,orthographic_confusion,1:2,c→k,privacy_preserving_rule_based_public_release
|
| 112 |
+
reading-tes-00111,guari,juari,gˈaɾi,ʒuˈaɾi,orthographic_confusion,0:1,g→j,privacy_preserving_rule_based_public_release
|
| 113 |
+
reading-tes-00112,pertinência,pertinênkia,peɾtinensˈia,peɾtinenkˈia,orthographic_confusion,8:9,c→k,privacy_preserving_rule_based_public_release
|
| 114 |
+
reading-tes-00113,aglutinado,agludinado,aglutinˈado,agludinˈado,phoneme_substitution,4:5,t→d,privacy_preserving_rule_based_public_release
|
| 115 |
+
reading-tes-00114,serrota,serroa,seʁˈota,seʁˈoa,omission,5:6,omit_t,privacy_preserving_rule_based_public_release
|
| 116 |
+
reading-tes-00115,escapismo,escapizmo,eskapˈismo,eskapˈizmo,phoneme_substitution,6:7,s→z,privacy_preserving_rule_based_public_release
|
| 117 |
+
reading-tes-00116,remunerado,remunerato,ʁemuneɾˈado,ʁemuneɾˈato,phoneme_substitution,8:9,d→t,privacy_preserving_rule_based_public_release
|
| 118 |
+
reading-tes-00117,carnaibano,carnaibao,kaɾnaibˈano,kaɾnaibˈao,omission,8:9,omit_n,privacy_preserving_rule_based_public_release
|
| 119 |
+
reading-tes-00118,foro,folo,fˈoɾo,fˈolo,phoneme_substitution,2:3,r→l,privacy_preserving_rule_based_public_release
|
| 120 |
+
reading-tes-00119,tecnicismo,tecnicissmo,teknisˈismo,teknisˈismo,orthographic_confusion,7:8,s→ss,privacy_preserving_rule_based_public_release
|
| 121 |
+
reading-tes-00120,dedutível,detutível,dedutˈivel,detutˈivel,phoneme_substitution,2:3,d→t,privacy_preserving_rule_based_public_release
|
| 122 |
+
reading-tes-00121,flaino,vlaino,flaˈino,vlaˈino,phoneme_substitution,0:1,f→v,privacy_preserving_rule_based_public_release
|
| 123 |
+
reading-tes-00122,cabralismo,cabraismo,kabɾalˈismo,kabɾaˈismo,omission,5:6,omit_l,privacy_preserving_rule_based_public_release
|
| 124 |
+
reading-tes-00123,cuidar,kuidar,kuˈidaɾ,kuˈidaɾ,orthographic_confusion,0:1,c→k,privacy_preserving_rule_based_public_release
|
| 125 |
+
reading-tes-00124,aferro,afero,afˈeʁo,afˈeɾo,omission,4:5,omit_r,privacy_preserving_rule_based_public_release
|
| 126 |
+
reading-tes-00125,bandida,bandita,bandˈida,bandˈita,phoneme_substitution,5:6,d→t,privacy_preserving_rule_based_public_release
|
| 127 |
+
reading-tes-00126,destinação,desdinação,destinasˈɐ̃o,desdinasˈɐ̃o,phoneme_substitution,3:4,t→d,privacy_preserving_rule_based_public_release
|
| 128 |
+
reading-tes-00127,salomônico,salomônio,salomonˈiko,salomonˈio,omission,8:9,omit_c,privacy_preserving_rule_based_public_release
|
| 129 |
+
reading-tes-00128,faltoso,fatoso,faltˈoso,fatˈoso,omission,2:3,omit_l,privacy_preserving_rule_based_public_release
|
| 130 |
+
reading-tes-00129,sulfidrila,sufidrila,sulfidɾˈila,sufidɾˈila,omission,2:3,omit_l,privacy_preserving_rule_based_public_release
|
| 131 |
+
reading-tes-00130,idílico,idíligo,idilˈiko,idilˈigo,phoneme_substitution,5:6,c→g,privacy_preserving_rule_based_public_release
|
| 132 |
+
reading-tes-00131,manina,nanina,manˈina,nanˈina,phoneme_substitution,0:1,m→n,privacy_preserving_rule_based_public_release
|
| 133 |
+
reading-tes-00132,pombas,ponbas,pˈombas,pˈonbas,phoneme_substitution,2:3,m→n,privacy_preserving_rule_based_public_release
|
| 134 |
+
reading-tes-00133,bizarria,bizarlia,bizaʁˈia,bizaɾlˈia,phoneme_substitution,5:6,r→l,privacy_preserving_rule_based_public_release
|
| 135 |
+
reading-tes-00134,maxila,maxiila,maʃˈila,maʃiˈila,insertion,4:4,insert_i,privacy_preserving_rule_based_public_release
|
| 136 |
+
reading-tes-00135,gustação,gutação,gstasˈɐ̃o,gtasˈɐ̃o,omission,2:3,omit_s,privacy_preserving_rule_based_public_release
|
| 137 |
+
reading-tes-00136,assentada,assendada,asentˈada,asendˈada,phoneme_substitution,5:6,t→d,privacy_preserving_rule_based_public_release
|
| 138 |
+
reading-tes-00137,internúncio,indernúncio,inteɾnunsˈio,indeɾnunsˈio,phoneme_substitution,2:3,t→d,privacy_preserving_rule_based_public_release
|
| 139 |
+
reading-tes-00138,cárter,cálter,kˈaɾteɾ,kˈalteɾ,phoneme_substitution,2:3,r→l,privacy_preserving_rule_based_public_release
|
| 140 |
+
reading-tes-00139,tanatofobia,tanatofopia,tanatofobˈia,tanatofopˈia,phoneme_substitution,8:9,b→p,privacy_preserving_rule_based_public_release
|
| 141 |
+
reading-tes-00140,gulosamente,gulossamente,glosamˈente,glosamˈente,orthographic_confusion,4:5,s→ss,privacy_preserving_rule_based_public_release
|
| 142 |
+
reading-tes-00141,granza,gransa,gɾˈanza,gɾˈansa,phoneme_substitution,4:5,z→s,privacy_preserving_rule_based_public_release
|
| 143 |
+
reading-tes-00142,rastrear,rastreal,ʁastɾˈeaɾ,ʁastɾˈeal,phoneme_substitution,7:8,r→l,privacy_preserving_rule_based_public_release
|
| 144 |
+
reading-tes-00143,peugada,paeugada,peugˈada,paeugˈada,insertion,1:1,insert_a,privacy_preserving_rule_based_public_release
|
| 145 |
+
reading-tes-00144,fedoca,fedoa,fedˈoka,fedˈoa,omission,4:5,omit_c,privacy_preserving_rule_based_public_release
|
| 146 |
+
reading-tes-00145,disparatar,disparatal,dispaɾˈataɾ,dispaɾˈatal,phoneme_substitution,9:10,r→l,privacy_preserving_rule_based_public_release
|
| 147 |
+
reading-tes-00146,orelhano,olelhano,oɾeʎˈano,oleʎˈano,phoneme_substitution,1:2,r→l,privacy_preserving_rule_based_public_release
|
| 148 |
+
reading-tes-00147,encantação,enicantação,enkantasˈɐ̃o,enikantasˈɐ̃o,insertion,2:2,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 149 |
+
reading-tes-00148,esconjurado,ezconjurado,eskonʒuɾˈado,ezkonʒuɾˈado,phoneme_substitution,1:2,s→z,privacy_preserving_rule_based_public_release
|
| 150 |
+
reading-tes-00149,aceleração,ageleração,aseleɾasˈɐ̃o,aʒeleɾasˈɐ̃o,phoneme_substitution,1:2,c→g,privacy_preserving_rule_based_public_release
|
| 151 |
+
reading-tes-00150,vasco,vasico,vˈasko,vasˈiko,insertion,3:3,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 152 |
+
reading-tes-00151,realizado,reaizado,ʁealizˈado,ʁeaizˈado,omission,3:4,omit_l,privacy_preserving_rule_based_public_release
|
| 153 |
+
reading-tes-00152,piromaníaco,piromaníago,piɾomaniˈako,piɾomaniˈago,phoneme_substitution,9:10,c→g,privacy_preserving_rule_based_public_release
|
| 154 |
+
reading-tes-00153,couro,coulo,koˈuɾo,koˈulo,phoneme_substitution,3:4,r→l,privacy_preserving_rule_based_public_release
|
| 155 |
+
reading-tes-00154,timbrar,timrar,tˈimbɾaɾ,tˈimɾaɾ,omission,3:4,omit_b,privacy_preserving_rule_based_public_release
|
| 156 |
+
reading-tes-00155,ruína,ruía,ʁuˈina,ʁuˈia,omission,3:4,omit_n,privacy_preserving_rule_based_public_release
|
| 157 |
+
reading-tes-00156,agrestia,ajrestia,agɾestˈia,aʒɾestˈia,orthographic_confusion,1:2,g→j,privacy_preserving_rule_based_public_release
|
| 158 |
+
reading-tes-00157,carnagem,garnagem,kaɾnˈaʒem,gaɾnˈaʒem,phoneme_substitution,0:1,c→g,privacy_preserving_rule_based_public_release
|
| 159 |
+
reading-tes-00158,marotagem,narotagem,maɾotˈaʒem,naɾotˈaʒem,phoneme_substitution,0:1,m→n,privacy_preserving_rule_based_public_release
|
| 160 |
+
reading-tes-00159,catechu,cadechu,katˈeʃu,kadˈeʃu,phoneme_substitution,2:3,t→d,privacy_preserving_rule_based_public_release
|
| 161 |
+
reading-tes-00160,naquilo,naquiro,nakˈilo,nakˈiɾo,phoneme_substitution,5:6,l→r,privacy_preserving_rule_based_public_release
|
| 162 |
+
reading-tes-00161,doloroso,dololoso,doloɾˈoso,dololˈoso,phoneme_substitution,4:5,r→l,privacy_preserving_rule_based_public_release
|
| 163 |
+
reading-tes-00162,melhorada,melehorada,meʎoɾˈada,meleoɾˈada,insertion,3:3,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 164 |
+
reading-tes-00163,insight,insijht,ˈinsigt,ˈinsiʒt,orthographic_confusion,4:5,g→j,privacy_preserving_rule_based_public_release
|
| 165 |
+
reading-tes-00164,milenário,mienário,milenaɾˈio,mienaɾˈio,omission,2:3,omit_l,privacy_preserving_rule_based_public_release
|
| 166 |
+
reading-tes-00165,anuário,anuáio,anuaɾˈio,anuaˈio,omission,4:5,omit_r,privacy_preserving_rule_based_public_release
|
| 167 |
+
reading-tes-00166,tricologia,ticologia,tɾikoloʒˈia,tikoloʒˈia,omission,1:2,omit_r,privacy_preserving_rule_based_public_release
|
| 168 |
+
reading-tes-00167,locomoção,locoamoção,lokomosˈɐ̃o,lokoamosˈɐ̃o,insertion,4:4,insert_a,privacy_preserving_rule_based_public_release
|
| 169 |
+
reading-tes-00168,sentir,zentir,sˈentiɾ,zˈentiɾ,phoneme_substitution,0:1,s→z,privacy_preserving_rule_based_public_release
|
| 170 |
+
reading-tes-00169,camuri,camuli,kamˈuɾi,kamˈuli,phoneme_substitution,4:5,r→l,privacy_preserving_rule_based_public_release
|
| 171 |
+
reading-tes-00170,líber,líper,lˈibeɾ,lˈipeɾ,phoneme_substitution,2:3,b→p,privacy_preserving_rule_based_public_release
|
| 172 |
+
reading-tes-00171,picagem,picagen,pikˈaʒem,pikˈaʒen,phoneme_substitution,6:7,m→n,privacy_preserving_rule_based_public_release
|
| 173 |
+
reading-tes-00172,bipartido,biparitido,bipaɾtˈido,bipaɾitˈido,insertion,5:5,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 174 |
+
reading-tes-00173,nefasto,nefasdo,nefˈasto,nefˈasdo,phoneme_substitution,5:6,t→d,privacy_preserving_rule_based_public_release
|
| 175 |
+
reading-tes-00174,correcional,correcionar,koʁesiˈonal,koʁesiˈonaɾ,phoneme_substitution,10:11,l→r,privacy_preserving_rule_based_public_release
|
| 176 |
+
reading-tes-00175,turbinado,turebinado,tuɾbinˈado,tuɾebinˈado,insertion,3:3,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 177 |
+
reading-tes-00176,judaicidade,judaigidade,ʒudaisidˈade,ʒudaiʒidˈade,phoneme_substitution,5:6,c→g,privacy_preserving_rule_based_public_release
|
| 178 |
+
reading-tes-00177,estivo,esdivo,estˈivo,esdˈivo,phoneme_substitution,2:3,t→d,privacy_preserving_rule_based_public_release
|
| 179 |
+
reading-tes-00178,distante,ditante,distˈante,ditˈante,omission,2:3,omit_s,privacy_preserving_rule_based_public_release
|
| 180 |
+
reading-tes-00179,contaminado,contaminao,kontaminˈado,kontaminˈao,omission,9:10,omit_d,privacy_preserving_rule_based_public_release
|
| 181 |
+
reading-tes-00180,táctico,tático,taktˈiko,tatˈiko,omission,2:3,omit_c,privacy_preserving_rule_based_public_release
|
| 182 |
+
reading-tes-00181,fundão,fudão,fundˈɐ̃o,fudˈɐ̃o,omission,2:3,omit_n,privacy_preserving_rule_based_public_release
|
| 183 |
+
reading-tes-00182,arrogante,arogante,aʁogˈante,aɾogˈante,omission,1:2,omit_r,privacy_preserving_rule_based_public_release
|
| 184 |
+
reading-tes-00183,prumo,pumo,pɾˈumo,pˈumo,omission,1:2,omit_r,privacy_preserving_rule_based_public_release
|
| 185 |
+
reading-tes-00184,pauteiro,pauteio,pauteˈiɾo,pauteˈio,omission,6:7,omit_r,privacy_preserving_rule_based_public_release
|
| 186 |
+
reading-tes-00185,locomotivo,locomotiavo,lokomotˈivo,lokomotiˈavo,insertion,8:8,insert_a,privacy_preserving_rule_based_public_release
|
| 187 |
+
reading-tes-00186,coió,goió,koˈiɔ,goˈiɔ,phoneme_substitution,0:1,c→g,privacy_preserving_rule_based_public_release
|
| 188 |
+
reading-tes-00187,plotadora,protadora,plotadˈoɾa,pɾotadˈoɾa,orthographic_confusion,1:2,l→r,privacy_preserving_rule_based_public_release
|
| 189 |
+
reading-tes-00188,salarial,sararial,salaɾˈial,saɾaɾˈial,phoneme_substitution,2:3,l→r,privacy_preserving_rule_based_public_release
|
| 190 |
+
reading-tes-00189,relaxe,relae,ʁelˈaʃe,ʁelˈae,omission,4:5,omit_x,privacy_preserving_rule_based_public_release
|
| 191 |
+
reading-tes-00190,apostatar,apositatar,apostˈataɾ,apositˈataɾ,insertion,4:4,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 192 |
+
reading-tes-00191,expressivo,expresivo,eʃpɾesˈivo,eʃpɾesˈivo,omission,5:6,omit_s,privacy_preserving_rule_based_public_release
|
| 193 |
+
reading-tes-00192,ipsilateral,ipsilaterar,ipsilatˈeɾal,ipsilatˈeɾaɾ,phoneme_substitution,10:11,l→r,privacy_preserving_rule_based_public_release
|
| 194 |
+
reading-tes-00193,patogenesia,patogenezia,patoʒenesˈia,patoʒenezˈia,phoneme_substitution,8:9,s→z,privacy_preserving_rule_based_public_release
|
| 195 |
+
reading-tes-00194,aspiral,asbiral,aspˈiɾal,asbˈiɾal,phoneme_substitution,2:3,p→b,privacy_preserving_rule_based_public_release
|
| 196 |
+
reading-tes-00195,perigeu,berigeu,peɾiʒˈeu,beɾiʒˈeu,phoneme_substitution,0:1,p→b,privacy_preserving_rule_based_public_release
|
| 197 |
+
reading-tes-00196,narcísico,narcíssico,naɾsisˈiko,naɾsisˈiko,orthographic_confusion,5:6,s→ss,privacy_preserving_rule_based_public_release
|
| 198 |
+
reading-tes-00197,revessa,revesssa,ʁevˈesa,ʁevˈessa,orthographic_confusion,5:6,s→ss,privacy_preserving_rule_based_public_release
|
| 199 |
+
reading-tes-00198,buda,bua,bˈuda,bˈua,omission,2:3,omit_d,privacy_preserving_rule_based_public_release
|
| 200 |
+
reading-tes-00199,veloso,velosso,velˈoso,velˈoso,orthographic_confusion,4:5,s→ss,privacy_preserving_rule_based_public_release
|
| 201 |
+
reading-tes-00200,romagem,ronagem,ʁomˈaʒem,ʁonˈaʒem,phoneme_substitution,2:3,m→n,privacy_preserving_rule_based_public_release
|
| 202 |
+
reading-tes-00201,desviver,desiver,desvˈiveɾ,desˈiveɾ,omission,3:4,omit_v,privacy_preserving_rule_based_public_release
|
| 203 |
+
reading-tes-00202,nômeno,nômemo,nomˈeno,nomˈemo,phoneme_substitution,4:5,n→m,privacy_preserving_rule_based_public_release
|
| 204 |
+
reading-tes-00203,marchar,marhar,mˈaɾʃaɾ,mˈaɾaɾ,omission,3:4,omit_c,privacy_preserving_rule_based_public_release
|
| 205 |
+
reading-tes-00204,ergonomia,ergomomia,eɾgonomˈia,eɾgomomˈia,phoneme_substitution,4:5,n→m,privacy_preserving_rule_based_public_release
|
| 206 |
+
reading-tes-00205,fogaréu,fogaléu,fogaɾˈɛu,fogalˈɛu,phoneme_substitution,4:5,r→l,privacy_preserving_rule_based_public_release
|
| 207 |
+
reading-tes-00206,combustível,combuztível,kombustˈivel,kombuztˈivel,phoneme_substitution,5:6,s→z,privacy_preserving_rule_based_public_release
|
| 208 |
+
reading-tes-00207,molibdênio,molibtênio,molibdenˈio,molibtenˈio,phoneme_substitution,5:6,d→t,privacy_preserving_rule_based_public_release
|
| 209 |
+
reading-tes-00208,embrulhado,emrulhado,embɾuʎˈado,emɾuʎˈado,omission,2:3,omit_b,privacy_preserving_rule_based_public_release
|
| 210 |
+
reading-tes-00209,túnica,tiúnica,tunˈika,tiunˈika,insertion,1:1,insert_i,privacy_preserving_rule_based_public_release
|
| 211 |
+
reading-tes-00210,cameraman,cameranan,kameɾˈaman,kameɾˈanan,phoneme_substitution,6:7,m→n,privacy_preserving_rule_based_public_release
|
| 212 |
+
reading-tes-00211,barra,parra,bˈaʁa,pˈaʁa,phoneme_substitution,0:1,b→p,privacy_preserving_rule_based_public_release
|
| 213 |
+
reading-tes-00212,artifício,artifíkio,aɾtifisˈio,aɾtifikˈio,orthographic_confusion,6:7,c→k,privacy_preserving_rule_based_public_release
|
| 214 |
+
reading-tes-00213,indignado,indicnado,indignˈado,indiknˈado,phoneme_substitution,4:5,g→c,privacy_preserving_rule_based_public_release
|
| 215 |
+
reading-tes-00214,piava,piaa,piˈava,piˈaa,omission,3:4,omit_v,privacy_preserving_rule_based_public_release
|
| 216 |
+
reading-tes-00215,padreca,padreka,padɾˈeka,padɾˈeka,orthographic_confusion,5:6,c→k,privacy_preserving_rule_based_public_release
|
| 217 |
+
reading-tes-00216,desconexo,desonexo,deskonˈeʃo,desonˈeʃo,omission,3:4,omit_c,privacy_preserving_rule_based_public_release
|
| 218 |
+
reading-tes-00217,moscar,mosecar,mˈoskaɾ,mosˈekaɾ,insertion,3:3,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 219 |
+
reading-tes-00218,fito,vito,fˈito,vˈito,orthographic_confusion,0:1,f→v,privacy_preserving_rule_based_public_release
|
| 220 |
+
reading-tes-00219,logos,rogos,lˈogos,ʁˈogos,phoneme_substitution,0:1,l→r,privacy_preserving_rule_based_public_release
|
| 221 |
+
reading-tes-00220,pedrinha,pedlinha,pedɾˈiɲa,pedlˈiɲa,orthographic_confusion,3:4,r→l,privacy_preserving_rule_based_public_release
|
| 222 |
+
reading-tes-00221,avicultura,avicutura,avikultˈuɾa,avikutˈuɾa,omission,5:6,omit_l,privacy_preserving_rule_based_public_release
|
| 223 |
+
reading-tes-00222,frigorífico,friorífico,fɾigoɾifˈiko,fɾioɾifˈiko,omission,3:4,omit_g,privacy_preserving_rule_based_public_release
|
| 224 |
+
reading-tes-00223,viandante,viandande,viandˈante,viandˈande,orthographic_confusion,7:8,t→d,privacy_preserving_rule_based_public_release
|
| 225 |
+
reading-tes-00224,cafezeiro,kafezeiro,kafezeˈiɾo,kafezeˈiɾo,orthographic_confusion,0:1,c→k,privacy_preserving_rule_based_public_release
|
| 226 |
+
reading-tes-00225,acometida,acomeatida,akometˈida,akomeatˈida,insertion,5:5,insert_a,privacy_preserving_rule_based_public_release
|
| 227 |
+
reading-tes-00226,cernelha,cerinelha,seɾnˈeʎa,seɾinˈeʎa,insertion,3:3,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 228 |
+
reading-tes-00227,piquete,biquete,pikˈete,bikˈete,phoneme_substitution,0:1,p→b,privacy_preserving_rule_based_public_release
|
| 229 |
+
reading-tes-00228,consistir,conssistir,konsˈistiɾ,konsˈistiɾ,orthographic_confusion,3:4,s→ss,privacy_preserving_rule_based_public_release
|
| 230 |
+
reading-tes-00229,bafo,bavo,bˈafo,bˈavo,phoneme_substitution,2:3,f→v,privacy_preserving_rule_based_public_release
|
| 231 |
+
reading-tes-00230,rutáceas,rutákeas,ʁutasˈeas,ʁutakˈeas,orthographic_confusion,4:5,c→k,privacy_preserving_rule_based_public_release
|
| 232 |
+
reading-tes-00231,moega,moeja,moˈega,moˈeʒa,orthographic_confusion,3:4,g→j,privacy_preserving_rule_based_public_release
|
| 233 |
+
reading-tes-00232,traveca,travega,tɾavˈeka,tɾavˈega,phoneme_substitution,5:6,c→g,privacy_preserving_rule_based_public_release
|
| 234 |
+
reading-tes-00233,cerqueiro,cerkeiro,seɾkeˈiɾo,seɾkeˈiɾo,orthographic_confusion,3:5,qu→k,privacy_preserving_rule_based_public_release
|
| 235 |
+
reading-tes-00234,suinã,suiã,suˈinɐ̃,suˈiɐ̃,omission,3:4,omit_n,privacy_preserving_rule_based_public_release
|
| 236 |
+
reading-tes-00235,reitor,reidor,ʁeˈitoɾ,ʁeˈidoɾ,phoneme_substitution,3:4,t→d,privacy_preserving_rule_based_public_release
|
| 237 |
+
reading-tes-00236,assinável,asinável,asinˈavel,asinˈavel,orthographic_confusion,1:3,ss→s,privacy_preserving_rule_based_public_release
|
| 238 |
+
reading-tes-00237,cândi,cânti,kˈɐndi,kˈɐnti,phoneme_substitution,3:4,d→t,privacy_preserving_rule_based_public_release
|
| 239 |
+
reading-tes-00238,pataca,pataa,patˈaka,patˈaa,omission,4:5,omit_c,privacy_preserving_rule_based_public_release
|
| 240 |
+
reading-tes-00239,pires,pies,pˈiɾes,pˈies,omission,2:3,omit_r,privacy_preserving_rule_based_public_release
|
| 241 |
+
reading-tes-00240,zoró,soró,zˈoɾɔ,sˈoɾɔ,orthographic_confusion,0:1,z→s,privacy_preserving_rule_based_public_release
|
| 242 |
+
reading-tes-00241,moal,mol,mˈoal,mˈol,omission,2:3,omit_a,privacy_preserving_rule_based_public_release
|
| 243 |
+
reading-tes-00242,treze,teze,tɾˈeze,tˈeze,omission,1:2,omit_r,privacy_preserving_rule_based_public_release
|
| 244 |
+
reading-tes-00243,canopi,caanopi,kanˈopi,kaanˈopi,insertion,2:2,insert_a,privacy_preserving_rule_based_public_release
|
| 245 |
+
reading-tes-00244,debelado,debelao,debelˈado,debelˈao,omission,6:7,omit_d,privacy_preserving_rule_based_public_release
|
| 246 |
+
reading-tes-00245,xilose,jilose,ʃilˈose,ʒilˈose,phoneme_substitution,0:1,x→j,privacy_preserving_rule_based_public_release
|
| 247 |
+
reading-tes-00246,ancilar,anecilar,ansˈilaɾ,anesˈilaɾ,insertion,2:2,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 248 |
+
reading-tes-00247,quietar,quietiar,kiˈetaɾ,kietˈiaɾ,insertion,5:5,insert_i,privacy_preserving_rule_based_public_release
|
| 249 |
+
reading-tes-00248,binacional,binacioal,binasiˈonal,binasiˈoal,omission,7:8,omit_n,privacy_preserving_rule_based_public_release
|
| 250 |
+
reading-tes-00249,camundongo,camunidongo,kamundˈongo,kamunidˈongo,insertion,5:5,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 251 |
+
reading-tes-00250,cachar,cakhar,kˈaʃaɾ,kˈakaɾ,orthographic_confusion,2:3,c→k,privacy_preserving_rule_based_public_release
|
| 252 |
+
reading-tes-00251,fragrante,frajrante,fɾagɾˈante,fɾaʒɾˈante,orthographic_confusion,3:4,g→j,privacy_preserving_rule_based_public_release
|
| 253 |
+
reading-tes-00252,hipopótamo,hiopótamo,ipopɔtˈamo,iopɔtˈamo,omission,2:3,omit_p,privacy_preserving_rule_based_public_release
|
| 254 |
+
reading-tes-00253,ação,aão,asˈɐ̃o,aˈɐ̃o,omission,1:2,omit_ç,privacy_preserving_rule_based_public_release
|
| 255 |
+
reading-tes-00254,exacto,exagto,eʃˈakto,eʃˈagto,phoneme_substitution,3:4,c→g,privacy_preserving_rule_based_public_release
|
| 256 |
+
reading-tes-00255,jatobá,xatobá,ʒatˈoba,ʃatˈoba,phoneme_substitution,0:1,j→x,privacy_preserving_rule_based_public_release
|
| 257 |
+
reading-tes-00256,destreinado,desteinado,destɾeinˈado,desteinˈado,omission,4:5,omit_r,privacy_preserving_rule_based_public_release
|
| 258 |
+
reading-tes-00257,enfezado,enfesado,enfezˈado,enfesˈado,orthographic_confusion,4:5,z→s,privacy_preserving_rule_based_public_release
|
| 259 |
+
reading-tes-00258,civil,kivil,sˈivil,kˈivil,orthographic_confusion,0:1,c→k,privacy_preserving_rule_based_public_release
|
| 260 |
+
reading-tes-00259,mostajo,moztajo,mostˈaʒo,moztˈaʒo,phoneme_substitution,2:3,s→z,privacy_preserving_rule_based_public_release
|
| 261 |
+
reading-tes-00260,peridoto,beridoto,peɾidˈoto,beɾidˈoto,orthographic_confusion,0:1,p→b,privacy_preserving_rule_based_public_release
|
| 262 |
+
reading-tes-00261,puxo,pujo,pˈuʃo,pˈuʒo,phoneme_substitution,2:3,x→j,privacy_preserving_rule_based_public_release
|
| 263 |
+
reading-tes-00262,vindicação,vinidicação,vindikasˈɐ̃o,vinidikasˈɐ̃o,insertion,3:3,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 264 |
+
reading-tes-00263,granular,glanular,gɾanˈulaɾ,glanˈulaɾ,phoneme_substitution,1:2,r→l,privacy_preserving_rule_based_public_release
|
| 265 |
+
reading-tes-00264,septuaginta,septuagina,septuaʒˈinta,septuaʒˈina,omission,9:10,omit_t,privacy_preserving_rule_based_public_release
|
| 266 |
+
reading-tes-00265,bandola,bandora,bandˈola,bandˈoɾa,orthographic_confusion,5:6,l→r,privacy_preserving_rule_based_public_release
|
| 267 |
+
reading-tes-00266,sobra,sopra,sˈobɾa,sˈopɾa,phoneme_substitution,2:3,b→p,privacy_preserving_rule_based_public_release
|
| 268 |
+
reading-tes-00267,cartão,kartão,kaɾtˈɐ̃o,kaɾtˈɐ̃o,orthographic_confusion,0:1,c→k,privacy_preserving_rule_based_public_release
|
| 269 |
+
reading-tes-00268,paisagismo,paiagismo,paisaʒˈismo,paiaʒˈismo,omission,3:4,omit_s,privacy_preserving_rule_based_public_release
|
| 270 |
+
reading-tes-00269,toxemia,toxeia,toʃemˈia,toʃeˈia,omission,4:5,omit_m,privacy_preserving_rule_based_public_release
|
| 271 |
+
reading-tes-00270,eletrófilo,eletófilo,eletɾɔfˈilo,eletɔfˈilo,omission,4:5,omit_r,privacy_preserving_rule_based_public_release
|
| 272 |
+
reading-tes-00271,tablete,tabete,tablˈete,tabˈete,omission,3:4,omit_l,privacy_preserving_rule_based_public_release
|
| 273 |
+
reading-tes-00272,horsepower,horisepower,oɾsepˈoweɾ,oɾisepˈoweɾ,insertion,3:3,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 274 |
+
reading-tes-00273,dulia,duria,dulˈia,duɾˈia,phoneme_substitution,2:3,l→r,privacy_preserving_rule_based_public_release
|
| 275 |
+
reading-tes-00274,luteal,lueal,lutˈeal,luˈeal,omission,2:3,omit_t,privacy_preserving_rule_based_public_release
|
| 276 |
+
reading-tes-00275,arguto,alguto,ˈaɾgto,ˈalgto,phoneme_substitution,1:2,r→l,privacy_preserving_rule_based_public_release
|
| 277 |
+
reading-tes-00276,unilateral,unilateraal,unilatˈeɾal,unilateɾˈaal,insertion,9:9,insert_a,privacy_preserving_rule_based_public_release
|
| 278 |
+
reading-tes-00277,chau,ghau,ʃˈau,gˈau,phoneme_substitution,0:1,c→g,privacy_preserving_rule_based_public_release
|
| 279 |
+
reading-tes-00278,vergonhar,verigonhar,veɾgˈoɲaɾ,veɾigˈoɲaɾ,insertion,3:3,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 280 |
+
reading-tes-00279,ausência,ausêmcia,ausensˈia,ausemsˈia,phoneme_substitution,4:5,n→m,privacy_preserving_rule_based_public_release
|
| 281 |
+
reading-tes-00280,repostada,reposdada,ʁepostˈada,ʁeposdˈada,phoneme_substitution,5:6,t→d,privacy_preserving_rule_based_public_release
|
| 282 |
+
reading-tes-00281,emenda,emeda,emˈenda,emˈeda,omission,3:4,omit_n,privacy_preserving_rule_based_public_release
|
| 283 |
+
reading-tes-00282,rígido,rígio,ʁiʒˈido,ʁiʒˈio,omission,4:5,omit_d,privacy_preserving_rule_based_public_release
|
| 284 |
+
reading-tes-00283,mentolado,nentolado,mentolˈado,nentolˈado,orthographic_confusion,0:1,m→n,privacy_preserving_rule_based_public_release
|
| 285 |
+
reading-tes-00284,angu,anegu,ˈanʒ,ˈaneʒ,insertion,2:2,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 286 |
+
reading-tes-00285,xicrinha,xirinha,ʃikɾˈiɲa,ʃiɾˈiɲa,omission,2:3,omit_c,privacy_preserving_rule_based_public_release
|
| 287 |
+
reading-tes-00286,metátese,metátesie,metatˈese,metatesˈie,insertion,7:7,insert_i,privacy_preserving_rule_based_public_release
|
| 288 |
+
reading-tes-00287,ermitão,ermidão,eɾmitˈɐ̃o,eɾmidˈɐ̃o,phoneme_substitution,4:5,t→d,privacy_preserving_rule_based_public_release
|
| 289 |
+
reading-tes-00288,fardar,fartar,fˈaɾdaɾ,fˈaɾtaɾ,phoneme_substitution,3:4,d→t,privacy_preserving_rule_based_public_release
|
| 290 |
+
reading-tes-00289,rezadeira,lezadeira,ʁezadeˈiɾa,lezadeˈiɾa,phoneme_substitution,0:1,r→l,privacy_preserving_rule_based_public_release
|
| 291 |
+
reading-tes-00290,bengaleiro,benegaleiro,bengaleˈiɾo,benegaleˈiɾo,insertion,3:3,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 292 |
+
reading-tes-00291,mongol,mogol,mˈongol,mˈogol,omission,2:3,omit_n,privacy_preserving_rule_based_public_release
|
| 293 |
+
reading-tes-00292,absenteísmo,absendeísmo,absenteˈismo,absendeˈismo,phoneme_substitution,5:6,t→d,privacy_preserving_rule_based_public_release
|
| 294 |
+
reading-tes-00293,expressar,epressar,eʃpɾˈesaɾ,epɾˈesaɾ,omission,1:2,omit_x,privacy_preserving_rule_based_public_release
|
| 295 |
+
reading-tes-00294,viger,vicer,vˈiʒeɾ,vˈiseɾ,phoneme_substitution,2:3,g→c,privacy_preserving_rule_based_public_release
|
| 296 |
+
reading-tes-00295,madurão,maturão,maduɾˈɐ̃o,matuɾˈɐ̃o,phoneme_substitution,2:3,d→t,privacy_preserving_rule_based_public_release
|
| 297 |
+
reading-tes-00296,croquete,crouete,kɾokˈete,kɾouˈete,omission,3:4,omit_q,privacy_preserving_rule_based_public_release
|
| 298 |
+
reading-tes-00297,prepotência,prepodência,pɾepotensˈia,pɾepodensˈia,phoneme_substitution,5:6,t→d,privacy_preserving_rule_based_public_release
|
| 299 |
+
reading-tes-00298,cantinho,gantinho,kantˈiɲo,gantˈiɲo,phoneme_substitution,0:1,c→g,privacy_preserving_rule_based_public_release
|
| 300 |
+
reading-tes-00299,requinte,requinde,ʁekˈinte,ʁekˈinde,phoneme_substitution,6:7,t→d,privacy_preserving_rule_based_public_release
|
| 301 |
+
reading-tes-00300,aninho,aminho,anˈiɲo,amˈiɲo,phoneme_substitution,1:2,n→m,privacy_preserving_rule_based_public_release
|
| 302 |
+
reading-tes-00301,recalcar,recalcal,ʁekˈalkaɾ,ʁekˈalkal,phoneme_substitution,7:8,r→l,privacy_preserving_rule_based_public_release
|
| 303 |
+
reading-tes-00302,espantalho,espantarho,espantˈaʎo,espantˈaɾo,phoneme_substitution,7:8,l→r,privacy_preserving_rule_based_public_release
|
| 304 |
+
reading-tes-00303,peidorreira,peidorleira,peidoʁeˈiɾa,peidoɾleˈiɾa,orthographic_confusion,6:7,r→l,privacy_preserving_rule_based_public_release
|
| 305 |
+
reading-tes-00304,direcionar,direkionar,diɾesiˈonaɾ,diɾekiˈonaɾ,orthographic_confusion,4:5,c→k,privacy_preserving_rule_based_public_release
|
| 306 |
+
reading-tes-00305,caruaruense,garuaruense,kaɾuaɾuˈense,gaɾuaɾuˈense,phoneme_substitution,0:1,c→g,privacy_preserving_rule_based_public_release
|
| 307 |
+
reading-tes-00306,geômetra,geômetla,ʒeomˈetɾa,ʒeomˈetla,phoneme_substitution,6:7,r→l,privacy_preserving_rule_based_public_release
|
| 308 |
+
reading-tes-00307,estancado,esdancado,estankˈado,esdankˈado,phoneme_substitution,2:3,t→d,privacy_preserving_rule_based_public_release
|
| 309 |
+
reading-tes-00308,peroxidação,peroxidaão,peɾoʃidasˈɐ̃o,peɾoʃidaˈɐ̃o,omission,8:9,omit_ç,privacy_preserving_rule_based_public_release
|
| 310 |
+
reading-tes-00309,secionar,sekionar,sesiˈonaɾ,sekiˈonaɾ,orthographic_confusion,2:3,c→k,privacy_preserving_rule_based_public_release
|
| 311 |
+
reading-tes-00310,serenar,serear,seɾˈenaɾ,seɾˈeaɾ,omission,4:5,omit_n,privacy_preserving_rule_based_public_release
|
| 312 |
+
reading-tes-00311,fogal,foal,fˈogal,fˈoal,omission,2:3,omit_g,privacy_preserving_rule_based_public_release
|
| 313 |
+
reading-tes-00312,beriliose,beliliose,beɾiliˈose,beliliˈose,phoneme_substitution,2:3,r→l,privacy_preserving_rule_based_public_release
|
| 314 |
+
reading-tes-00313,ribamarense,ribamarenise,ʁibamaɾˈense,ʁibamaɾenˈise,insertion,9:9,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 315 |
+
reading-tes-00314,aceite,ageite,aseˈite,aʒeˈite,phoneme_substitution,1:2,c→g,privacy_preserving_rule_based_public_release
|
| 316 |
+
reading-tes-00315,vitalizante,vitalisante,vitalizˈante,vitalisˈante,orthographic_confusion,6:7,z→s,privacy_preserving_rule_based_public_release
|
| 317 |
+
reading-tes-00316,nucleico,nuceleico,nukleˈiko,nuseleˈiko,insertion,3:3,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 318 |
+
reading-tes-00317,roçadinho,roçatinho,ʁosadˈiɲo,ʁosatˈiɲo,phoneme_substitution,4:5,d→t,privacy_preserving_rule_based_public_release
|
| 319 |
+
reading-tes-00318,edomita,etomita,edomˈita,etomˈita,phoneme_substitution,1:2,d→t,privacy_preserving_rule_based_public_release
|
| 320 |
+
reading-tes-00319,eletrônica,eletrônika,eletɾonˈika,eletɾonˈika,orthographic_confusion,8:9,c→k,privacy_preserving_rule_based_public_release
|
| 321 |
+
reading-tes-00320,exsurgir,exzurgir,eʃsˈuɾʒiɾ,eʃzˈuɾʒiɾ,phoneme_substitution,2:3,s→z,privacy_preserving_rule_based_public_release
|
| 322 |
+
reading-tes-00321,sentimentos,sentimemtos,sentimˈentos,sentimˈemtos,phoneme_substitution,7:8,n→m,privacy_preserving_rule_based_public_release
|
| 323 |
+
reading-tes-00322,manobrado,manobrato,manobɾˈado,manobɾˈato,phoneme_substitution,7:8,d→t,privacy_preserving_rule_based_public_release
|
| 324 |
+
reading-tes-00323,unção,umção,unsˈɐ̃o,umsˈɐ̃o,phoneme_substitution,1:2,n→m,privacy_preserving_rule_based_public_release
|
| 325 |
+
reading-tes-00324,tardígrado,tardíjrado,taɾdigɾˈado,taɾdiʒɾˈado,orthographic_confusion,5:6,g→j,privacy_preserving_rule_based_public_release
|
| 326 |
+
reading-tes-00325,bananinha,banaminha,bananˈiɲa,banamˈiɲa,phoneme_substitution,4:5,n→m,privacy_preserving_rule_based_public_release
|
| 327 |
+
reading-tes-00326,cuco,guco,kˈuko,gkˈo,phoneme_substitution,0:1,c→g,privacy_preserving_rule_based_public_release
|
| 328 |
+
reading-tes-00327,arcebispal,argebispal,aɾsebˈispal,aɾʒebˈispal,phoneme_substitution,2:3,c→g,privacy_preserving_rule_based_public_release
|
| 329 |
+
reading-tes-00328,alvarenga,alfarenga,alvaɾˈenga,alfaɾˈenga,phoneme_substitution,2:3,v→f,privacy_preserving_rule_based_public_release
|
| 330 |
+
reading-tes-00329,pintor,pinor,pˈintoɾ,pˈinoɾ,omission,3:4,omit_t,privacy_preserving_rule_based_public_release
|
| 331 |
+
reading-tes-00330,sushi,susshi,sˈusi,sˈusi,orthographic_confusion,2:3,s→ss,privacy_preserving_rule_based_public_release
|
| 332 |
+
reading-tes-00331,intérmino,intérmio,intɛɾmˈino,intɛɾmˈio,omission,7:8,omit_n,privacy_preserving_rule_based_public_release
|
| 333 |
+
reading-tes-00332,matungo,madungo,matˈungo,madˈungo,phoneme_substitution,2:3,t→d,privacy_preserving_rule_based_public_release
|
| 334 |
+
reading-tes-00333,colo,coro,kˈolo,kˈoɾo,phoneme_substitution,2:3,l→r,privacy_preserving_rule_based_public_release
|
| 335 |
+
reading-tes-00334,popeline,bopeline,popelˈine,bopelˈine,phoneme_substitution,0:1,p→b,privacy_preserving_rule_based_public_release
|
| 336 |
+
reading-tes-00335,arrematar,arematar,aʁemˈataɾ,aɾemˈataɾ,omission,2:3,omit_r,privacy_preserving_rule_based_public_release
|
| 337 |
+
reading-tes-00336,derrubar,derirubar,deʁˈubaɾ,deɾiɾˈubaɾ,insertion,3:3,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 338 |
+
reading-tes-00337,incesto,inceso,insˈesto,insˈeso,omission,5:6,omit_t,privacy_preserving_rule_based_public_release
|
| 339 |
+
reading-tes-00338,input,imput,ˈinput,ˈimput,phoneme_substitution,1:2,n→m,privacy_preserving_rule_based_public_release
|
| 340 |
+
reading-tes-00339,orofaringe,orofarinje,oɾofaɾˈinʒe,oɾofaɾˈinʒe,orthographic_confusion,8:9,g→j,privacy_preserving_rule_based_public_release
|
| 341 |
+
reading-tes-00340,inconcluso,ingoncluso,inkonklˈuso,ingonklˈuso,phoneme_substitution,2:3,c→g,privacy_preserving_rule_based_public_release
|
| 342 |
+
reading-tes-00341,fraseio,vraseio,fɾaseˈio,vɾaseˈio,phoneme_substitution,0:1,f→v,privacy_preserving_rule_based_public_release
|
| 343 |
+
reading-tes-00342,aterro,aderro,atˈeʁo,adˈeʁo,phoneme_substitution,1:2,t→d,privacy_preserving_rule_based_public_release
|
| 344 |
+
reading-tes-00343,imbiri,inbiri,imbˈiɾi,inbˈiɾi,phoneme_substitution,1:2,m→n,privacy_preserving_rule_based_public_release
|
| 345 |
+
reading-tes-00344,corrimento,corlimento,koʁimˈento,koɾlimˈento,phoneme_substitution,3:4,r→l,privacy_preserving_rule_based_public_release
|
| 346 |
+
reading-tes-00345,substituído,substituío,substituˈido,substituˈio,omission,9:10,omit_d,privacy_preserving_rule_based_public_release
|
| 347 |
+
reading-tes-00346,escalável,ezcalável,eskalˈavel,ezkalˈavel,phoneme_substitution,1:2,s→z,privacy_preserving_rule_based_public_release
|
| 348 |
+
reading-tes-00347,guardador,guaridador,gaɾdˈadoɾ,gaɾidˈadoɾ,insertion,4:4,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 349 |
+
reading-tes-00348,sereníssimo,serenísssimo,seɾenisˈimo,seɾenissˈimo,orthographic_confusion,6:7,s→ss,privacy_preserving_rule_based_public_release
|
| 350 |
+
reading-tes-00349,salinização,salimização,salinizasˈɐ̃o,salimizasˈɐ̃o,phoneme_substitution,4:5,n→m,privacy_preserving_rule_based_public_release
|
| 351 |
+
reading-tes-00350,fusta,fussta,fˈusta,fˈusta,orthographic_confusion,2:3,s→ss,privacy_preserving_rule_based_public_release
|
| 352 |
+
reading-tes-00351,compilar,gompilar,kompˈilaɾ,gompˈilaɾ,phoneme_substitution,0:1,c→g,privacy_preserving_rule_based_public_release
|
| 353 |
+
reading-tes-00352,espiritista,esiritista,espiɾitˈista,esiɾitˈista,omission,2:3,omit_p,privacy_preserving_rule_based_public_release
|
| 354 |
+
reading-tes-00353,rabel,raebel,ʁˈabel,ʁaˈebel,insertion,2:2,insert_e,privacy_preserving_rule_based_public_release
|
| 355 |
+
reading-tes-00354,cateto,catedo,katˈeto,katˈedo,phoneme_substitution,4:5,t→d,privacy_preserving_rule_based_public_release
|
| 356 |
+
reading-tes-00355,noute,noude,noˈute,noˈude,phoneme_substitution,3:4,t→d,privacy_preserving_rule_based_public_release
|
| 357 |
+
reading-tes-00356,saponáceo,saponaáceo,saponasˈeo,saponaasˈeo,insertion,5:5,insert_a,privacy_preserving_rule_based_public_release
|
| 358 |
+
reading-tes-00357,boiar,boial,boˈiaɾ,boˈial,phoneme_substitution,4:5,r→l,privacy_preserving_rule_based_public_release
|
| 359 |
+
reading-tes-00358,pautação,pautasão,pautasˈɐ̃o,pautasˈɐ̃o,orthographic_confusion,5:6,ç→s,privacy_preserving_rule_based_public_release
|
| 360 |
+
reading-tes-00359,lepidóptero,lepitóptero,lepidɔptˈeɾo,lepitɔptˈeɾo,orthographic_confusion,4:5,d→t,privacy_preserving_rule_based_public_release
|
| 361 |
+
reading-tes-00360,schnitzel,schenitzel,sʃnˈitzel,sʃenˈitzel,insertion,3:3,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 362 |
+
reading-tes-00361,coberta,cobelta,kobˈeɾta,kobˈelta,phoneme_substitution,4:5,r→l,privacy_preserving_rule_based_public_release
|
| 363 |
+
reading-tes-00362,felpudo,velpudo,felpˈudo,velpˈudo,orthographic_confusion,0:1,f→v,privacy_preserving_rule_based_public_release
|
| 364 |
+
reading-tes-00363,geométrico,geométriko,ʒeomɛtɾˈiko,ʒeomɛtɾˈiko,orthographic_confusion,8:9,c→k,privacy_preserving_rule_based_public_release
|
| 365 |
+
reading-tes-00364,rebuçado,rebuçato,ʁebusˈado,ʁebusˈato,phoneme_substitution,6:7,d→t,privacy_preserving_rule_based_public_release
|
| 366 |
+
reading-tes-00365,insertar,insertal,insˈeɾtaɾ,insˈeɾtal,phoneme_substitution,7:8,r→l,privacy_preserving_rule_based_public_release
|
| 367 |
+
reading-tes-00366,mebendazol,meendazol,mebendˈazol,meendˈazol,omission,2:3,omit_b,privacy_preserving_rule_based_public_release
|
| 368 |
+
reading-tes-00367,têmporas,tênporas,tempˈoɾas,tenpˈoɾas,phoneme_substitution,2:3,m→n,privacy_preserving_rule_based_public_release
|
| 369 |
+
reading-tes-00368,rafaelita,rafaelieta,ʁafaelˈita,ʁafaeliˈeta,insertion,7:7,insert_e,privacy_preserving_rule_based_public_release
|
| 370 |
+
reading-tes-00369,autopsiar,autosiar,autopsˈiaɾ,autosˈiaɾ,omission,4:5,omit_p,privacy_preserving_rule_based_public_release
|
| 371 |
+
reading-tes-00370,ditongo,ditonego,ditˈongo,ditonˈego,insertion,5:5,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 372 |
+
reading-tes-00371,gurinhatã,guinhatã,gɾiɲˈatɐ̃,ʒiɲˈatɐ̃,omission,2:3,omit_r,privacy_preserving_rule_based_public_release
|
| 373 |
+
reading-tes-00372,enfeudado,enveudado,enfeudˈado,enveudˈado,phoneme_substitution,2:3,f→v,privacy_preserving_rule_based_public_release
|
| 374 |
+
reading-tes-00373,gaspacho,gaspakho,gaspˈaʃo,gaspˈako,orthographic_confusion,5:6,c→k,privacy_preserving_rule_based_public_release
|
| 375 |
+
reading-tes-00374,apadrinhado,apadrinihado,apadɾiɲˈado,apadɾiniˈado,insertion,7:7,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 376 |
+
reading-tes-00375,califórnia,carifórnia,kalifɔɾnˈia,kaɾifɔɾnˈia,phoneme_substitution,2:3,l→r,privacy_preserving_rule_based_public_release
|
| 377 |
+
reading-tes-00376,odiar,odiair,odˈiaɾ,odiˈaiɾ,insertion,4:4,insert_i,privacy_preserving_rule_based_public_release
|
| 378 |
+
reading-tes-00377,infatigável,inifatigável,infatigˈavel,inifatigˈavel,insertion,2:2,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 379 |
+
reading-tes-00378,filigrana,filigerana,filigɾˈana,filiʒeɾˈana,insertion,5:5,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 380 |
+
reading-tes-00379,flap,flab,flˈap,flˈab,phoneme_substitution,3:4,p→b,privacy_preserving_rule_based_public_release
|
| 381 |
+
reading-tes-00380,limnológico,limnorógico,limnolɔʒˈiko,limnoɾɔʒˈiko,phoneme_substitution,5:6,l→r,privacy_preserving_rule_based_public_release
|
| 382 |
+
reading-tes-00381,fabricante,fablicante,fabɾikˈante,fablikˈante,phoneme_substitution,3:4,r→l,privacy_preserving_rule_based_public_release
|
| 383 |
+
reading-tes-00382,piçarreira,piçareira,pisaʁeˈiɾa,pisaɾeˈiɾa,omission,5:6,omit_r,privacy_preserving_rule_based_public_release
|
| 384 |
+
reading-tes-00383,arquivo,arquifo,aɾkˈivo,aɾkˈifo,phoneme_substitution,5:6,v→f,privacy_preserving_rule_based_public_release
|
| 385 |
+
reading-tes-00384,endívia,enívia,endivˈia,enivˈia,omission,2:3,omit_d,privacy_preserving_rule_based_public_release
|
| 386 |
+
reading-tes-00385,favorita,favorida,favoɾˈita,favoɾˈida,orthographic_confusion,6:7,t→d,privacy_preserving_rule_based_public_release
|
| 387 |
+
reading-tes-00386,prejudicial,plejudicial,pɾeʒudisˈial,pleʒudisˈial,phoneme_substitution,1:2,r→l,privacy_preserving_rule_based_public_release
|
| 388 |
+
reading-tes-00387,penhora,benhora,peɲˈoɾa,beɲˈoɾa,phoneme_substitution,0:1,p→b,privacy_preserving_rule_based_public_release
|
| 389 |
+
reading-tes-00388,inambu,inampu,inˈambu,inˈampu,orthographic_confusion,4:5,b→p,privacy_preserving_rule_based_public_release
|
| 390 |
+
reading-tes-00389,alusão,arusão,alusˈɐ̃o,aɾusˈɐ̃o,phoneme_substitution,1:2,l→r,privacy_preserving_rule_based_public_release
|
| 391 |
+
reading-tes-00390,blitzkrieg,blitzkieg,blitzkɾˈieʒ,blitzkˈieʒ,omission,6:7,omit_r,privacy_preserving_rule_based_public_release
|
| 392 |
+
reading-tes-00391,tamarindo,tamarinto,tamaɾˈindo,tamaɾˈinto,phoneme_substitution,7:8,d→t,privacy_preserving_rule_based_public_release
|
| 393 |
+
reading-tes-00392,translativo,tlanslativo,tɾanslatˈivo,tlanslatˈivo,phoneme_substitution,1:2,r→l,privacy_preserving_rule_based_public_release
|
| 394 |
+
reading-tes-00393,retroflexão,retrofexão,ʁetɾofleʃˈɐ̃o,ʁetɾofeʃˈɐ̃o,omission,6:7,omit_l,privacy_preserving_rule_based_public_release
|
| 395 |
+
reading-tes-00394,truste,trute,tɾˈuste,tɾˈute,omission,3:4,omit_s,privacy_preserving_rule_based_public_release
|
| 396 |
+
reading-tes-00395,isomeria,izomeria,isomeɾˈia,izomeɾˈia,phoneme_substitution,1:2,s→z,privacy_preserving_rule_based_public_release
|
| 397 |
+
reading-tes-00396,ereção,ereão,eɾesˈɐ̃o,eɾeˈɐ̃o,omission,3:4,omit_ç,privacy_preserving_rule_based_public_release
|
| 398 |
+
reading-tes-00397,charge,charce,ʃˈaɾʒe,ʃˈaɾse,phoneme_substitution,4:5,g→c,privacy_preserving_rule_based_public_release
|
| 399 |
+
reading-tes-00398,enxuga,enjuga,enʃˈuga,enʒˈuga,phoneme_substitution,2:3,x→j,privacy_preserving_rule_based_public_release
|
| 400 |
+
reading-tes-00399,pentecoste,pentecose,pentekˈoste,pentekˈose,omission,8:9,omit_t,privacy_preserving_rule_based_public_release
|
| 401 |
+
reading-tes-00400,eugênica,eugêmica,euʒenˈika,euʒemˈika,phoneme_substitution,4:5,n→m,privacy_preserving_rule_based_public_release
|
| 402 |
+
reading-tes-00401,calabar,kalabar,kalˈabaɾ,kalˈabaɾ,orthographic_confusion,0:1,c→k,privacy_preserving_rule_based_public_release
|
| 403 |
+
reading-tes-00402,estacado,etacado,estakˈado,etakˈado,omission,1:2,omit_s,privacy_preserving_rule_based_public_release
|
| 404 |
+
reading-tes-00403,aventar,avendar,avˈentaɾ,avˈendaɾ,phoneme_substitution,4:5,t→d,privacy_preserving_rule_based_public_release
|
| 405 |
+
reading-tes-00404,chavasca,chavasga,ʃavˈaska,ʃavˈasga,phoneme_substitution,6:7,c→g,privacy_preserving_rule_based_public_release
|
| 406 |
+
reading-tes-00405,goiano,goiaino,goiˈano,goiaˈino,insertion,4:4,insert_i,privacy_preserving_rule_based_public_release
|
| 407 |
+
reading-tes-00406,descendente,desscendente,dessendˈente,dessendˈente,orthographic_confusion,2:3,s→ss,privacy_preserving_rule_based_public_release
|
| 408 |
+
reading-tes-00407,misógino,misógimo,misɔʒˈino,misɔʒˈimo,phoneme_substitution,6:7,n→m,privacy_preserving_rule_based_public_release
|
| 409 |
+
reading-tes-00408,galvânico,galvâniko,galvɐnˈiko,galvɐnˈiko,orthographic_confusion,7:8,c→k,privacy_preserving_rule_based_public_release
|
| 410 |
+
reading-tes-00409,zabelê,sabelê,zabˈele,sabˈele,phoneme_substitution,0:1,z→s,privacy_preserving_rule_based_public_release
|
| 411 |
+
reading-tes-00410,emaranhado,enaranhado,emaɾaɲˈado,enaɾaɲˈado,orthographic_confusion,1:2,m→n,privacy_preserving_rule_based_public_release
|
| 412 |
+
reading-tes-00411,piscícola,pisícola,pissikˈola,pisikˈola,omission,3:4,omit_c,privacy_preserving_rule_based_public_release
|
| 413 |
+
reading-tes-00412,cheirar,cheiar,ʃeˈiɾaɾ,ʃeˈiaɾ,omission,4:5,omit_r,privacy_preserving_rule_based_public_release
|
| 414 |
+
reading-tes-00413,fresco,fresko,fɾˈesko,fɾˈesko,orthographic_confusion,4:5,c→k,privacy_preserving_rule_based_public_release
|
| 415 |
+
reading-tes-00414,selfie,serfie,selfˈie,seɾfˈie,phoneme_substitution,2:3,l→r,privacy_preserving_rule_based_public_release
|
| 416 |
+
reading-tes-00415,duma,duima,dˈuma,duˈima,insertion,2:2,insert_i,privacy_preserving_rule_based_public_release
|
| 417 |
+
reading-tes-00416,ajaezado,axaezado,aʒaezˈado,aʃaezˈado,phoneme_substitution,1:2,j→x,privacy_preserving_rule_based_public_release
|
| 418 |
+
reading-tes-00417,caso,ceaso,kˈaso,seˈaso,insertion,1:1,insert_e,privacy_preserving_rule_based_public_release
|
| 419 |
+
reading-tes-00418,remidor,renidor,ʁemˈidoɾ,ʁenˈidoɾ,orthographic_confusion,2:3,m→n,privacy_preserving_rule_based_public_release
|
| 420 |
+
reading-tes-00419,astrofísica,astrofíica,astɾofisˈika,astɾofiˈika,omission,7:8,omit_s,privacy_preserving_rule_based_public_release
|
| 421 |
+
reading-tes-00420,mordidela,mordidera,moɾdidˈela,moɾdidˈeɾa,phoneme_substitution,7:8,l→r,privacy_preserving_rule_based_public_release
|
| 422 |
+
reading-tes-00421,desentocar,desentokar,desentˈokaɾ,desentˈokaɾ,orthographic_confusion,7:8,c→k,privacy_preserving_rule_based_public_release
|
| 423 |
+
reading-tes-00422,cambalhota,campalhota,kambaʎˈota,kampaʎˈota,phoneme_substitution,3:4,b→p,privacy_preserving_rule_based_public_release
|
| 424 |
+
reading-tes-00423,murça,mulça,mˈuɾsa,mˈulsa,phoneme_substitution,2:3,r→l,privacy_preserving_rule_based_public_release
|
| 425 |
+
reading-tes-00424,joeirar,xoeirar,ʒoeˈiɾaɾ,ʃoeˈiɾaɾ,phoneme_substitution,0:1,j→x,privacy_preserving_rule_based_public_release
|
| 426 |
+
reading-tes-00425,rocinante,rocinane,ʁosinˈante,ʁosinˈane,omission,7:8,omit_t,privacy_preserving_rule_based_public_release
|
| 427 |
+
reading-tes-00426,orografia,orojrafia,oɾogɾafˈia,oɾoʒɾafˈia,orthographic_confusion,3:4,g→j,privacy_preserving_rule_based_public_release
|
| 428 |
+
reading-tes-00427,velocímetro,velokímetro,velosimˈetɾo,velokimˈetɾo,orthographic_confusion,4:5,c→k,privacy_preserving_rule_based_public_release
|
| 429 |
+
reading-tes-00428,semiesfera,seniesfera,semiesfˈeɾa,seniesfˈeɾa,phoneme_substitution,2:3,m→n,privacy_preserving_rule_based_public_release
|
| 430 |
+
reading-tes-00429,guarnição,guarição,gaɾnisˈɐ̃o,gaɾisˈɐ̃o,omission,4:5,omit_n,privacy_preserving_rule_based_public_release
|
| 431 |
+
reading-tes-00430,fajardo,fagardo,faʒˈaɾdo,fagˈaɾdo,orthographic_confusion,2:3,j→g,privacy_preserving_rule_based_public_release
|
| 432 |
+
reading-tes-00431,hipinose,hipimose,ipinˈose,ipimˈose,phoneme_substitution,4:5,n→m,privacy_preserving_rule_based_public_release
|
| 433 |
+
reading-tes-00432,vianense,vianemse,vianˈense,vianˈemse,phoneme_substitution,5:6,n→m,privacy_preserving_rule_based_public_release
|
| 434 |
+
reading-tes-00433,resultar,ressultar,ʁesˈultaɾ,ʁesˈultaɾ,orthographic_confusion,2:3,s→ss,privacy_preserving_rule_based_public_release
|
| 435 |
+
reading-tes-00434,incomumente,inkomumente,inkomumˈente,inkomumˈente,orthographic_confusion,2:3,c→k,privacy_preserving_rule_based_public_release
|
| 436 |
+
reading-tes-00435,espícula,esbícula,espikˈula,esbikˈula,phoneme_substitution,2:3,p→b,privacy_preserving_rule_based_public_release
|
| 437 |
+
reading-tes-00436,dadá,daá,dˈada,dˈaa,omission,2:3,omit_d,privacy_preserving_rule_based_public_release
|
| 438 |
+
reading-tes-00437,charreteiro,charreteilo,ʃaʁeteˈiɾo,ʃaʁeteˈilo,phoneme_substitution,9:10,r→l,privacy_preserving_rule_based_public_release
|
| 439 |
+
reading-tes-00438,predicável,predicáfel,pɾedikˈavel,pɾedikˈafel,phoneme_substitution,7:8,v→f,privacy_preserving_rule_based_public_release
|
| 440 |
+
reading-tes-00439,garatuja,galatuja,gaɾatˈuʒa,galatˈuʒa,phoneme_substitution,2:3,r→l,privacy_preserving_rule_based_public_release
|
| 441 |
+
reading-tes-00440,dieta,tieta,diˈeta,tiˈeta,phoneme_substitution,0:1,d→t,privacy_preserving_rule_based_public_release
|
| 442 |
+
reading-tes-00441,digladiar,dicladiar,digladˈiaɾ,dikladˈiaɾ,phoneme_substitution,2:3,g→c,privacy_preserving_rule_based_public_release
|
| 443 |
+
reading-tes-00442,comissionar,comisionar,komisiˈonaɾ,komisiˈonaɾ,omission,4:5,omit_s,privacy_preserving_rule_based_public_release
|
| 444 |
+
reading-tes-00443,docetismo,docedismo,dosetˈismo,dosedˈismo,phoneme_substitution,4:5,t→d,privacy_preserving_rule_based_public_release
|
| 445 |
+
reading-tes-00444,dessecador,desssecador,desekˈadoɾ,dessekˈadoɾ,orthographic_confusion,3:4,s→ss,privacy_preserving_rule_based_public_release
|
| 446 |
+
reading-tes-00445,chicotada,cicotada,ʃikotˈada,sikotˈada,omission,1:2,omit_h,privacy_preserving_rule_based_public_release
|
| 447 |
+
reading-tes-00446,sinestésico,sinestésiko,sinestɛsˈiko,sinestɛsˈiko,orthographic_confusion,9:10,c→k,privacy_preserving_rule_based_public_release
|
| 448 |
+
reading-tes-00447,teira,deira,teˈiɾa,deˈiɾa,orthographic_confusion,0:1,t→d,privacy_preserving_rule_based_public_release
|
| 449 |
+
reading-tes-00448,militância,militânkia,militɐnsˈia,militɐnkˈia,orthographic_confusion,7:8,c→k,privacy_preserving_rule_based_public_release
|
| 450 |
+
reading-tes-00449,ostensível,osensível,ostensˈivel,osensˈivel,omission,2:3,omit_t,privacy_preserving_rule_based_public_release
|
| 451 |
+
reading-tes-00450,irradiância,irradiânkia,iʁadiɐnsˈia,iʁadiɐnkˈia,orthographic_confusion,8:9,c→k,privacy_preserving_rule_based_public_release
|
| 452 |
+
reading-tes-00451,sismólogo,sismóogo,sismɔlˈogo,sismɔˈogo,omission,5:6,omit_l,privacy_preserving_rule_based_public_release
|
| 453 |
+
reading-tes-00452,cambado,kambado,kambˈado,kambˈado,orthographic_confusion,0:1,c→k,privacy_preserving_rule_based_public_release
|
| 454 |
+
reading-tes-00453,pacificação,paificação,pasifikasˈɐ̃o,paifikasˈɐ̃o,omission,2:3,omit_c,privacy_preserving_rule_based_public_release
|
| 455 |
+
reading-tes-00454,eloquência,elokência,elokensˈia,elokensˈia,orthographic_confusion,3:5,qu→k,privacy_preserving_rule_based_public_release
|
| 456 |
+
reading-tes-00455,barateza,baratesa,baɾatˈeza,ba��atˈesa,orthographic_confusion,6:7,z→s,privacy_preserving_rule_based_public_release
|
| 457 |
+
reading-tes-00456,atendível,adendível,atendˈivel,adendˈivel,phoneme_substitution,1:2,t→d,privacy_preserving_rule_based_public_release
|
| 458 |
+
reading-tes-00457,piramutaba,piranutaba,piɾamutˈaba,piɾanutˈaba,phoneme_substitution,4:5,m→n,privacy_preserving_rule_based_public_release
|
| 459 |
+
reading-tes-00458,dandalunda,tandalunda,dandalˈunda,tandalˈunda,phoneme_substitution,0:1,d→t,privacy_preserving_rule_based_public_release
|
| 460 |
+
reading-tes-00459,fóton,fódon,fˈɔton,fˈɔdon,phoneme_substitution,2:3,t→d,privacy_preserving_rule_based_public_release
|
| 461 |
+
reading-tes-00460,faiscante,faiscande,faiskˈante,faiskˈande,phoneme_substitution,7:8,t→d,privacy_preserving_rule_based_public_release
|
| 462 |
+
reading-tes-00461,repercutir,reperkutir,ʁepeɾkˈutiɾ,ʁepeɾkˈutiɾ,orthographic_confusion,5:6,c→k,privacy_preserving_rule_based_public_release
|
| 463 |
+
reading-tes-00462,dependente,depentente,dependˈente,depentˈente,phoneme_substitution,5:6,d→t,privacy_preserving_rule_based_public_release
|
| 464 |
+
reading-tes-00463,binômio,pinômio,binomˈio,pinomˈio,phoneme_substitution,0:1,b→p,privacy_preserving_rule_based_public_release
|
| 465 |
+
reading-tes-00464,raiamento,laiamento,ʁaiamˈento,laiamˈento,orthographic_confusion,0:1,r→l,privacy_preserving_rule_based_public_release
|
| 466 |
+
reading-tes-00465,neuroma,neuoma,neuɾˈoma,neuˈoma,omission,3:4,omit_r,privacy_preserving_rule_based_public_release
|
| 467 |
+
reading-tes-00466,ciclista,cicista,siklˈista,sisˈista,omission,3:4,omit_l,privacy_preserving_rule_based_public_release
|
| 468 |
+
reading-tes-00467,alancar,alamcar,alˈankaɾ,alˈamkaɾ,phoneme_substitution,3:4,n→m,privacy_preserving_rule_based_public_release
|
| 469 |
+
reading-tes-00468,brâman,brâan,bɾˈɐman,bɾˈɐan,omission,3:4,omit_m,privacy_preserving_rule_based_public_release
|
| 470 |
+
reading-tes-00469,gazear,gaear,gazˈeaɾ,gaˈeaɾ,omission,2:3,omit_z,privacy_preserving_rule_based_public_release
|
| 471 |
+
reading-tes-00470,gripe,gipe,gɾˈipe,ʒˈipe,omission,1:2,omit_r,privacy_preserving_rule_based_public_release
|
| 472 |
+
reading-tes-00471,matoso,matozo,matˈoso,matˈozo,phoneme_substitution,4:5,s→z,privacy_preserving_rule_based_public_release
|
| 473 |
+
reading-tes-00472,evasê,evassê,evˈase,evˈase,orthographic_confusion,3:4,s→ss,privacy_preserving_rule_based_public_release
|
| 474 |
+
reading-tes-00473,ensolarado,enolarado,ensolaɾˈado,enolaɾˈado,omission,2:3,omit_s,privacy_preserving_rule_based_public_release
|
| 475 |
+
reading-tes-00474,juquiá,juuiá,ʒukˈia,ʒuuˈia,omission,2:3,omit_q,privacy_preserving_rule_based_public_release
|
| 476 |
+
reading-tes-00475,desmazelo,dessmazelo,desmazˈelo,desmazˈelo,orthographic_confusion,2:3,s→ss,privacy_preserving_rule_based_public_release
|
| 477 |
+
reading-tes-00476,enfaixado,enfaichado,enfaiʃˈado,enfaiʃˈado,orthographic_confusion,5:6,x→ch,privacy_preserving_rule_based_public_release
|
| 478 |
+
reading-tes-00477,estatutário,eztatutário,estatutaɾˈio,eztatutaɾˈio,phoneme_substitution,1:2,s→z,privacy_preserving_rule_based_public_release
|
| 479 |
+
reading-tes-00478,chalana,chaana,ʃalˈana,ʃaˈana,omission,3:4,omit_l,privacy_preserving_rule_based_public_release
|
| 480 |
+
reading-tes-00479,bochechudo,bochehudo,boʃeʃˈudo,boʃeˈudo,omission,5:6,omit_c,privacy_preserving_rule_based_public_release
|
| 481 |
+
reading-tes-00480,leniente,lemiente,leniˈente,lemiˈente,orthographic_confusion,2:3,n→m,privacy_preserving_rule_based_public_release
|
| 482 |
+
reading-tes-00481,britânico,britâmico,bɾitɐnˈiko,bɾitɐmˈiko,phoneme_substitution,5:6,n→m,privacy_preserving_rule_based_public_release
|
| 483 |
+
reading-tes-00482,desinchar,desinchal,desˈinʃaɾ,desˈinʃal,phoneme_substitution,8:9,r→l,privacy_preserving_rule_based_public_release
|
| 484 |
+
reading-tes-00483,yuppie,yupie,yuppˈie,yupˈie,omission,3:4,omit_p,privacy_preserving_rule_based_public_release
|
| 485 |
+
reading-tes-00484,concertado,conicertado,konseɾtˈado,koniseɾtˈado,insertion,3:3,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 486 |
+
reading-tes-00485,camarilha,canarilha,kamaɾˈiʎa,kanaɾˈiʎa,phoneme_substitution,2:3,m→n,privacy_preserving_rule_based_public_release
|
| 487 |
+
reading-tes-00486,prensa,prenesa,pɾˈensa,pɾenˈesa,insertion,4:4,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 488 |
+
reading-tes-00487,janaguba,jaaguba,ʒanˈagba,ʒaˈagba,omission,2:3,omit_n,privacy_preserving_rule_based_public_release
|
| 489 |
+
reading-tes-00488,presciente,bresciente,pɾessiˈente,bɾessiˈente,phoneme_substitution,0:1,p→b,privacy_preserving_rule_based_public_release
|
| 490 |
+
reading-tes-00489,aguaí,acuaí,agˈai,akuˈai,phoneme_substitution,1:2,g→c,privacy_preserving_rule_based_public_release
|
| 491 |
+
reading-tes-00490,aboiador,aoiador,aboiˈadoɾ,aoiˈadoɾ,omission,1:2,omit_b,privacy_preserving_rule_based_public_release
|
| 492 |
+
reading-tes-00491,geosfera,geosifera,ʒeosfˈeɾa,ʒeosifˈeɾa,insertion,4:4,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 493 |
+
reading-tes-00492,cruciante,crukiante,kɾusiˈante,kɾukiˈante,orthographic_confusion,3:4,c→k,privacy_preserving_rule_based_public_release
|
| 494 |
+
reading-tes-00493,cambacica,cambaica,kambasˈika,kambaˈika,omission,5:6,omit_c,privacy_preserving_rule_based_public_release
|
| 495 |
+
reading-tes-00494,aparar,abarar,apˈaɾaɾ,abˈaɾaɾ,orthographic_confusion,1:2,p→b,privacy_preserving_rule_based_public_release
|
| 496 |
+
reading-tes-00495,fibrilar,fiblilar,fibɾˈilaɾ,fiblˈilaɾ,phoneme_substitution,3:4,r→l,privacy_preserving_rule_based_public_release
|
| 497 |
+
reading-tes-00496,faculdade,facultade,fakuldˈade,fakultˈade,phoneme_substitution,5:6,d→t,privacy_preserving_rule_based_public_release
|
| 498 |
+
reading-tes-00497,palhaço,balhaço,paʎˈaso,baʎˈaso,phoneme_substitution,0:1,p→b,privacy_preserving_rule_based_public_release
|
| 499 |
+
reading-tes-00498,fota,foda,fˈota,fˈoda,phoneme_substitution,2:3,t→d,privacy_preserving_rule_based_public_release
|
| 500 |
+
reading-tes-00499,foria,folia,foɾˈia,folˈia,orthographic_confusion,2:3,r→l,privacy_preserving_rule_based_public_release
|
| 501 |
+
reading-tes-00500,indentação,indenetação,indentasˈɐ̃o,indenetasˈɐ̃o,insertion,5:5,epenthesis_e,privacy_preserving_rule_based_public_release
|
test/rhyme_test.csv
ADDED
|
@@ -0,0 +1,1001 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,word1,word2,ipa1,ipa2,rhyme_key1,rhyme_key2,label,source
|
| 2 |
+
rhyme-tes-00001,empalhamento,levita,empaʎamˈento,levˈita,ento,ita,0,fserb-pt-br+rule-based-g2p
|
| 3 |
+
rhyme-tes-00002,bafejar,vaguear,bafˈeʒaɾ,vaʒˈeaɾ,eʒaɾ,eaɾ,0,fserb-pt-br+rule-based-g2p
|
| 4 |
+
rhyme-tes-00003,palidez,sordidez,palˈidez,soɾdˈidez,idez,idez,1,fserb-pt-br+rule-based-g2p
|
| 5 |
+
rhyme-tes-00004,abrasivo,calibração,abɾasˈivo,kalibɾasˈɐ̃o,ivo,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 6 |
+
rhyme-tes-00005,acartar,encartar,akˈaɾtaɾ,enkˈaɾtaɾ,aɾtaɾ,aɾtaɾ,1,fserb-pt-br+rule-based-g2p
|
| 7 |
+
rhyme-tes-00006,canjica,dalmática,kanʒˈika,dalmatˈika,ika,ika,1,fserb-pt-br+rule-based-g2p
|
| 8 |
+
rhyme-tes-00007,ismaelita,linhita,ismaelˈita,liɲˈita,ita,ita,1,fserb-pt-br+rule-based-g2p
|
| 9 |
+
rhyme-tes-00008,borrelho,pentelho,boʁˈeʎo,pentˈeʎo,eʎo,eʎo,1,fserb-pt-br+rule-based-g2p
|
| 10 |
+
rhyme-tes-00009,proboscídeos,ursídeos,pɾobossidˈeos,uɾsidˈeos,eos,eos,1,fserb-pt-br+rule-based-g2p
|
| 11 |
+
rhyme-tes-00010,ordem,superordem,ˈoɾdem,supeɾˈoɾdem,oɾdem,oɾdem,1,fserb-pt-br+rule-based-g2p
|
| 12 |
+
rhyme-tes-00011,constituído,fordista,konstituˈido,foɾdˈista,ido,ista,0,fserb-pt-br+rule-based-g2p
|
| 13 |
+
rhyme-tes-00012,antimatéria,tenebrismo,antimatɛɾˈia,tenebɾˈismo,ia,ismo,0,fserb-pt-br+rule-based-g2p
|
| 14 |
+
rhyme-tes-00013,capeia,esfumaçamento,kapeˈia,esfumasamˈento,ia,ento,0,fserb-pt-br+rule-based-g2p
|
| 15 |
+
rhyme-tes-00014,cevar,enlevar,sˈevaɾ,enlˈevaɾ,evaɾ,evaɾ,1,fserb-pt-br+rule-based-g2p
|
| 16 |
+
rhyme-tes-00015,concolor,quadricolor,konkˈoloɾ,kadɾikˈoloɾ,oloɾ,oloɾ,1,fserb-pt-br+rule-based-g2p
|
| 17 |
+
rhyme-tes-00016,estrompa,opositivo,estɾˈompa,opositˈivo,ompa,ivo,0,fserb-pt-br+rule-based-g2p
|
| 18 |
+
rhyme-tes-00017,eufemisticamente,inabilitado,eufemistikamˈente,inabilitˈado,ente,ado,0,fserb-pt-br+rule-based-g2p
|
| 19 |
+
rhyme-tes-00018,célico,ressuscitar,sɛlˈiko,ʁesussˈitaɾ,iko,itaɾ,0,fserb-pt-br+rule-based-g2p
|
| 20 |
+
rhyme-tes-00019,camarate,granate,kamaɾˈate,gɾanˈate,ate,ate,1,fserb-pt-br+rule-based-g2p
|
| 21 |
+
rhyme-tes-00020,eutético,insulano,eutɛtˈiko,insulˈano,iko,ano,0,fserb-pt-br+rule-based-g2p
|
| 22 |
+
rhyme-tes-00021,delas,paralelas,dˈelas,paɾalˈelas,elas,elas,1,fserb-pt-br+rule-based-g2p
|
| 23 |
+
rhyme-tes-00022,acetábulo,frete,asetabˈulo,fɾˈete,ulo,ete,0,fserb-pt-br+rule-based-g2p
|
| 24 |
+
rhyme-tes-00023,florista,vindicado,floɾˈista,vindikˈado,ista,ado,0,fserb-pt-br+rule-based-g2p
|
| 25 |
+
rhyme-tes-00024,silvicultor,ultor,silvikˈultoɾ,ˈultoɾ,ultoɾ,ultoɾ,1,fserb-pt-br+rule-based-g2p
|
| 26 |
+
rhyme-tes-00025,acovardar,salvaguardar,akovˈaɾdaɾ,salvagˈaɾdaɾ,aɾdaɾ,aɾdaɾ,1,fserb-pt-br+rule-based-g2p
|
| 27 |
+
rhyme-tes-00026,esborrachar,relaxar,esboʁˈaʃaɾ,ʁelˈaʃaɾ,aʃaɾ,aʃaɾ,1,fserb-pt-br+rule-based-g2p
|
| 28 |
+
rhyme-tes-00027,acautelar,filmografia,akautˈelaɾ,filmogɾafˈia,elaɾ,ia,0,fserb-pt-br+rule-based-g2p
|
| 29 |
+
rhyme-tes-00028,arrieiro,endereçar,aʁieˈiɾo,endeɾˈesaɾ,iɾo,esaɾ,0,fserb-pt-br+rule-based-g2p
|
| 30 |
+
rhyme-tes-00029,despreocupação,saracura,despɾeokupasˈɐ̃o,saɾakˈuɾa,ɐ̃o,uɾa,0,fserb-pt-br+rule-based-g2p
|
| 31 |
+
rhyme-tes-00030,ozonizador,subaproveitamento,ozonizˈadoɾ,subapɾoveitamˈento,adoɾ,ento,0,fserb-pt-br+rule-based-g2p
|
| 32 |
+
rhyme-tes-00031,cloasma,toxoplasma,kloˈasma,toʃoplˈasma,asma,asma,1,fserb-pt-br+rule-based-g2p
|
| 33 |
+
rhyme-tes-00032,girão,supressivo,ʒiɾˈɐ̃o,supɾesˈivo,ɐ̃o,ivo,0,fserb-pt-br+rule-based-g2p
|
| 34 |
+
rhyme-tes-00033,conga,córnico,kˈonga,kɔɾnˈiko,onga,iko,0,fserb-pt-br+rule-based-g2p
|
| 35 |
+
rhyme-tes-00034,adenoma,hepatoma,adenˈoma,epatˈoma,oma,oma,1,fserb-pt-br+rule-based-g2p
|
| 36 |
+
rhyme-tes-00035,estirador,palmácea,estiɾˈadoɾ,palmasˈea,adoɾ,ea,0,fserb-pt-br+rule-based-g2p
|
| 37 |
+
rhyme-tes-00036,estereoquímica,mexerica,esteɾeokimˈika,meʃeɾˈika,ika,ika,1,fserb-pt-br+rule-based-g2p
|
| 38 |
+
rhyme-tes-00037,anteparto,farto,antepˈaɾto,fˈaɾto,aɾto,aɾto,1,fserb-pt-br+rule-based-g2p
|
| 39 |
+
rhyme-tes-00038,branda,manda,bɾˈanda,mˈanda,anda,anda,1,fserb-pt-br+rule-based-g2p
|
| 40 |
+
rhyme-tes-00039,ambundo,arundo,ambˈundo,aɾˈundo,undo,undo,1,fserb-pt-br+rule-based-g2p
|
| 41 |
+
rhyme-tes-00040,deca,teca,dˈeka,tˈeka,eka,eka,1,fserb-pt-br+rule-based-g2p
|
| 42 |
+
rhyme-tes-00041,dispensa,limitar,dispˈensa,limˈitaɾ,ensa,itaɾ,0,fserb-pt-br+rule-based-g2p
|
| 43 |
+
rhyme-tes-00042,corê,inabilitado,kˈoɾe,inabilitˈado,oɾe,ado,0,fserb-pt-br+rule-based-g2p
|
| 44 |
+
rhyme-tes-00043,energizado,exercitador,eneɾʒizˈado,eʃeɾsitˈadoɾ,ado,adoɾ,0,fserb-pt-br+rule-based-g2p
|
| 45 |
+
rhyme-tes-00044,porre,torre,pˈoʁe,tˈoʁe,oʁe,oʁe,1,fserb-pt-br+rule-based-g2p
|
| 46 |
+
rhyme-tes-00045,cognoscente,efetivamente,kognossˈente,efetivamˈente,ente,ente,1,fserb-pt-br+rule-based-g2p
|
| 47 |
+
rhyme-tes-00046,iodo,modo,iˈodo,mˈodo,odo,odo,1,fserb-pt-br+rule-based-g2p
|
| 48 |
+
rhyme-tes-00047,debuxar,repuxar,debˈuʃaɾ,ʁepˈuʃaɾ,uʃaɾ,uʃaɾ,1,fserb-pt-br+rule-based-g2p
|
| 49 |
+
rhyme-tes-00048,cadorna,codorna,kadˈoɾna,kodˈoɾna,oɾna,oɾna,1,fserb-pt-br+rule-based-g2p
|
| 50 |
+
rhyme-tes-00049,indigesto,pertença,indiʒˈesto,peɾtˈensa,esto,ensa,0,fserb-pt-br+rule-based-g2p
|
| 51 |
+
rhyme-tes-00050,precipitadamente,virucida,pɾesipitadamˈente,viɾusˈida,ente,ida,0,fserb-pt-br+rule-based-g2p
|
| 52 |
+
rhyme-tes-00051,corredor,toleravelmente,koʁˈedoɾ,toleɾavelmˈente,edoɾ,ente,0,fserb-pt-br+rule-based-g2p
|
| 53 |
+
rhyme-tes-00052,assíntota,idiota,asintˈota,idiˈota,ota,ota,1,fserb-pt-br+rule-based-g2p
|
| 54 |
+
rhyme-tes-00053,arcane,sociobiologia,aɾkˈane,sosiobioloʒˈia,ane,ia,0,fserb-pt-br+rule-based-g2p
|
| 55 |
+
rhyme-tes-00054,arroba,executável,aʁˈoba,eʃekutˈavel,oba,avel,0,fserb-pt-br+rule-based-g2p
|
| 56 |
+
rhyme-tes-00055,aguaceiro,expropriante,agaseˈiɾo,eʃpɾopɾiˈante,iɾo,ante,0,fserb-pt-br+rule-based-g2p
|
| 57 |
+
rhyme-tes-00056,coercibilidade,umbiguista,koeɾsibilidˈade,umbiʒˈista,ade,ista,0,fserb-pt-br+rule-based-g2p
|
| 58 |
+
rhyme-tes-00057,embólico,equilátero,embɔlˈiko,ekilatˈeɾo,iko,eɾo,0,fserb-pt-br+rule-based-g2p
|
| 59 |
+
rhyme-tes-00058,chiripa,ripa,ʃiɾˈipa,ʁˈipa,ipa,ipa,1,fserb-pt-br+rule-based-g2p
|
| 60 |
+
rhyme-tes-00059,barrote,imortalizado,baʁˈote,imoɾtalizˈado,ote,ado,0,fserb-pt-br+rule-based-g2p
|
| 61 |
+
rhyme-tes-00060,comovedor,entorpecedor,komovˈedoɾ,entoɾpesˈedoɾ,edoɾ,edoɾ,1,fserb-pt-br+rule-based-g2p
|
| 62 |
+
rhyme-tes-00061,consorte,sílica,konsˈoɾte,silˈika,oɾte,ika,0,fserb-pt-br+rule-based-g2p
|
| 63 |
+
rhyme-tes-00062,backside,polaroide,bakksˈide,polaɾoˈide,ide,ide,1,fserb-pt-br+rule-based-g2p
|
| 64 |
+
rhyme-tes-00063,alisamento,benevolência,alisamˈento,benevolensˈia,ento,ia,0,fserb-pt-br+rule-based-g2p
|
| 65 |
+
rhyme-tes-00064,compaginar,gerontofilia,kompaʒˈinaɾ,ʒeɾontofilˈia,inaɾ,ia,0,fserb-pt-br+rule-based-g2p
|
| 66 |
+
rhyme-tes-00065,castilhense,xiba,kastiʎˈense,ʃˈiba,ense,iba,0,fserb-pt-br+rule-based-g2p
|
| 67 |
+
rhyme-tes-00066,hidrodinâmico,mentar,idɾodinɐmˈiko,mˈentaɾ,iko,entaɾ,0,fserb-pt-br+rule-based-g2p
|
| 68 |
+
rhyme-tes-00067,gatenho,gordinha,gatˈeɲo,goɾdˈiɲa,eɲo,iɲa,0,fserb-pt-br+rule-based-g2p
|
| 69 |
+
rhyme-tes-00068,bete,parada,bˈete,paɾˈada,ete,ada,0,fserb-pt-br+rule-based-g2p
|
| 70 |
+
rhyme-tes-00069,cárneo,momentâneo,kaɾnˈeo,momentɐnˈeo,eo,eo,1,fserb-pt-br+rule-based-g2p
|
| 71 |
+
rhyme-tes-00070,floculação,malaui,flokulasˈɐ̃o,malaˈui,ɐ̃o,ui,0,fserb-pt-br+rule-based-g2p
|
| 72 |
+
rhyme-tes-00071,empelotar,sedução,empelˈotaɾ,sedusˈɐ̃o,otaɾ,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 73 |
+
rhyme-tes-00072,mediastino,testamentaria,mediastˈino,testamentaɾˈia,ino,ia,0,fserb-pt-br+rule-based-g2p
|
| 74 |
+
rhyme-tes-00073,desinquietar,espetar,desinkiˈetaɾ,espˈetaɾ,etaɾ,etaɾ,1,fserb-pt-br+rule-based-g2p
|
| 75 |
+
rhyme-tes-00074,interpretador,lerna,inteɾpɾetˈadoɾ,lˈeɾna,adoɾ,eɾna,0,fserb-pt-br+rule-based-g2p
|
| 76 |
+
rhyme-tes-00075,mornidão,transbordamento,moɾnidˈɐ̃o,tɾansboɾdamˈento,ɐ̃o,ento,0,fserb-pt-br+rule-based-g2p
|
| 77 |
+
rhyme-tes-00076,rivalidade,sacaria,ʁivalidˈade,sakaɾˈia,ade,ia,0,fserb-pt-br+rule-based-g2p
|
| 78 |
+
rhyme-tes-00077,jaco,tchecoslovaco,ʒˈako,tʃekoslovˈako,ako,ako,1,fserb-pt-br+rule-based-g2p
|
| 79 |
+
rhyme-tes-00078,contencioso,singularmente,kontensiˈoso,singlaɾmˈente,oso,ente,0,fserb-pt-br+rule-based-g2p
|
| 80 |
+
rhyme-tes-00079,desesperar,venerar,desespˈeɾaɾ,venˈeɾaɾ,eɾaɾ,eɾaɾ,1,fserb-pt-br+rule-based-g2p
|
| 81 |
+
rhyme-tes-00080,compaginar,denominar,kompaʒˈinaɾ,denomˈinaɾ,inaɾ,inaɾ,1,fserb-pt-br+rule-based-g2p
|
| 82 |
+
rhyme-tes-00081,aspartato,pátio,aspaɾtˈato,patˈio,ato,io,0,fserb-pt-br+rule-based-g2p
|
| 83 |
+
rhyme-tes-00082,americanófilo,refilo,ameɾikanɔfˈilo,ʁefˈilo,ilo,ilo,1,fserb-pt-br+rule-based-g2p
|
| 84 |
+
rhyme-tes-00083,corê,drugstore,kˈoɾe,dɾugstˈoɾe,oɾe,oɾe,1,fserb-pt-br+rule-based-g2p
|
| 85 |
+
rhyme-tes-00084,esteva,peva,estˈeva,pˈeva,eva,eva,1,fserb-pt-br+rule-based-g2p
|
| 86 |
+
rhyme-tes-00085,envelhecedor,fazedor,enveʎesˈedoɾ,fazˈedoɾ,edoɾ,edoɾ,1,fserb-pt-br+rule-based-g2p
|
| 87 |
+
rhyme-tes-00086,backside,paraboloide,bakksˈide,paɾaboloˈide,ide,ide,1,fserb-pt-br+rule-based-g2p
|
| 88 |
+
rhyme-tes-00087,caçapa,intitular,kasˈapa,intitˈulaɾ,apa,ulaɾ,0,fserb-pt-br+rule-based-g2p
|
| 89 |
+
rhyme-tes-00088,instilar,zanaga,instˈilaɾ,zanˈaga,ilaɾ,aga,0,fserb-pt-br+rule-based-g2p
|
| 90 |
+
rhyme-tes-00089,encalhar,entalhar,enkˈaʎaɾ,entˈaʎaɾ,aʎaɾ,aʎaɾ,1,fserb-pt-br+rule-based-g2p
|
| 91 |
+
rhyme-tes-00090,esbofeteado,inadministrável,esbofeteˈado,inadministɾˈavel,ado,avel,0,fserb-pt-br+rule-based-g2p
|
| 92 |
+
rhyme-tes-00091,batatal,paraestatal,batˈatal,paɾaestˈatal,atal,atal,1,fserb-pt-br+rule-based-g2p
|
| 93 |
+
rhyme-tes-00092,laringite,roldana,laɾinʒˈite,ʁoldˈana,ite,ana,0,fserb-pt-br+rule-based-g2p
|
| 94 |
+
rhyme-tes-00093,ceno,solene,sˈeno,solˈene,eno,ene,0,fserb-pt-br+rule-based-g2p
|
| 95 |
+
rhyme-tes-00094,praga,somada,pɾˈaga,somˈada,aga,ada,0,fserb-pt-br+rule-based-g2p
|
| 96 |
+
rhyme-tes-00095,tartaruga,verruga,taɾtaɾˈuga,veʁˈuga,uga,uga,1,fserb-pt-br+rule-based-g2p
|
| 97 |
+
rhyme-tes-00096,palmeiral,quiral,palmeˈiɾal,kˈiɾal,iɾal,iɾal,1,fserb-pt-br+rule-based-g2p
|
| 98 |
+
rhyme-tes-00097,responder,transponder,ʁespˈondeɾ,tɾanspˈondeɾ,ondeɾ,ondeɾ,1,fserb-pt-br+rule-based-g2p
|
| 99 |
+
rhyme-tes-00098,ininterruptamente,parada,ininteʁuptamˈente,paɾˈada,ente,ada,0,fserb-pt-br+rule-based-g2p
|
| 100 |
+
rhyme-tes-00099,enta,ferramenta,ˈenta,feʁamˈenta,enta,enta,1,fserb-pt-br+rule-based-g2p
|
| 101 |
+
rhyme-tes-00100,petiscar,rabiscar,petˈiskaɾ,ʁabˈiskaɾ,iskaɾ,iskaɾ,1,fserb-pt-br+rule-based-g2p
|
| 102 |
+
rhyme-tes-00101,justiça,populares,ʒustˈisa,populˈaɾes,isa,aɾes,0,fserb-pt-br+rule-based-g2p
|
| 103 |
+
rhyme-tes-00102,carpaccio,pardela,kaɾpaksˈio,paɾdˈela,io,ela,0,fserb-pt-br+rule-based-g2p
|
| 104 |
+
rhyme-tes-00103,benquisto,xisto,benkˈisto,ʃˈisto,isto,isto,1,fserb-pt-br+rule-based-g2p
|
| 105 |
+
rhyme-tes-00104,dição,metâmero,disˈɐ̃o,metɐmˈeɾo,ɐ̃o,eɾo,0,fserb-pt-br+rule-based-g2p
|
| 106 |
+
rhyme-tes-00105,coresma,lesma,koɾˈesma,lˈesma,esma,esma,1,fserb-pt-br+rule-based-g2p
|
| 107 |
+
rhyme-tes-00106,clinômetro,osmômetro,klinomˈetɾo,osmomˈetɾo,etɾo,etɾo,1,fserb-pt-br+rule-based-g2p
|
| 108 |
+
rhyme-tes-00107,liame,ligame,liˈame,ligˈame,ame,ame,1,fserb-pt-br+rule-based-g2p
|
| 109 |
+
rhyme-tes-00108,caxiense,infravermelho,kaʃiˈense,infɾaveɾmˈeʎo,ense,eʎo,0,fserb-pt-br+rule-based-g2p
|
| 110 |
+
rhyme-tes-00109,bife,cacife,bˈife,kasˈife,ife,ife,1,fserb-pt-br+rule-based-g2p
|
| 111 |
+
rhyme-tes-00110,retardo,tabardo,ʁetˈaɾdo,tabˈaɾdo,aɾdo,aɾdo,1,fserb-pt-br+rule-based-g2p
|
| 112 |
+
rhyme-tes-00111,neoliberal,readequar,neolibˈeɾal,ʁeadˈekaɾ,eɾal,ekaɾ,0,fserb-pt-br+rule-based-g2p
|
| 113 |
+
rhyme-tes-00112,lebrão,margaridinha,lebɾˈɐ̃o,maɾgaɾidˈiɲa,ɐ̃o,iɲa,0,fserb-pt-br+rule-based-g2p
|
| 114 |
+
rhyme-tes-00113,oxe,reproche,ˈoʃe,ʁepɾˈoʃe,oʃe,oʃe,1,fserb-pt-br+rule-based-g2p
|
| 115 |
+
rhyme-tes-00114,cuera,exosfera,kuˈeɾa,eʃosfˈeɾa,eɾa,eɾa,1,fserb-pt-br+rule-based-g2p
|
| 116 |
+
rhyme-tes-00115,bezoar,penhoar,bezˈoaɾ,peɲˈoaɾ,oaɾ,oaɾ,1,fserb-pt-br+rule-based-g2p
|
| 117 |
+
rhyme-tes-00116,atabalhoadamente,enroscar,atabaʎoadamˈente,enɾˈoskaɾ,ente,oskaɾ,0,fserb-pt-br+rule-based-g2p
|
| 118 |
+
rhyme-tes-00117,berro,bezerro,bˈeʁo,bezˈeʁo,eʁo,eʁo,1,fserb-pt-br+rule-based-g2p
|
| 119 |
+
rhyme-tes-00118,farrusco,velhusco,faʁˈusko,veʎˈusko,usko,usko,1,fserb-pt-br+rule-based-g2p
|
| 120 |
+
rhyme-tes-00119,desdenhar,lenhar,desdˈeɲaɾ,lˈeɲaɾ,eɲaɾ,eɲaɾ,1,fserb-pt-br+rule-based-g2p
|
| 121 |
+
rhyme-tes-00120,descida,vencida,dessˈida,vensˈida,ida,ida,1,fserb-pt-br+rule-based-g2p
|
| 122 |
+
rhyme-tes-00121,neurectomia,nortense,neuɾektomˈia,noɾtˈense,ia,ense,0,fserb-pt-br+rule-based-g2p
|
| 123 |
+
rhyme-tes-00122,abaixar,mixar,abaˈiʃaɾ,mˈiʃaɾ,iʃaɾ,iʃaɾ,1,fserb-pt-br+rule-based-g2p
|
| 124 |
+
rhyme-tes-00123,desgramado,manobra,desgɾamˈado,manˈobɾa,ado,obɾa,0,fserb-pt-br+rule-based-g2p
|
| 125 |
+
rhyme-tes-00124,mediastino,pancreatectomia,mediastˈino,pankɾeatektomˈia,ino,ia,0,fserb-pt-br+rule-based-g2p
|
| 126 |
+
rhyme-tes-00125,gábia,patavina,gabˈia,patavˈina,ia,ina,0,fserb-pt-br+rule-based-g2p
|
| 127 |
+
rhyme-tes-00126,costeleta,lingueta,kostelˈeta,linʒˈeta,eta,eta,1,fserb-pt-br+rule-based-g2p
|
| 128 |
+
rhyme-tes-00127,aduzir,deduzir,adˈuziɾ,dedˈuziɾ,uziɾ,uziɾ,1,fserb-pt-br+rule-based-g2p
|
| 129 |
+
rhyme-tes-00128,aliar,bigamia,alˈiaɾ,bigamˈia,iaɾ,ia,0,fserb-pt-br+rule-based-g2p
|
| 130 |
+
rhyme-tes-00129,capetinga,linga,kapetˈinga,lˈinga,inga,inga,1,fserb-pt-br+rule-based-g2p
|
| 131 |
+
rhyme-tes-00130,autoajuda,desajuda,autoaʒˈuda,desaʒˈuda,uda,uda,1,fserb-pt-br+rule-based-g2p
|
| 132 |
+
rhyme-tes-00131,inexecução,injuriado,ineʃekusˈɐ̃o,inʒuɾiˈado,ɐ̃o,ado,0,fserb-pt-br+rule-based-g2p
|
| 133 |
+
rhyme-tes-00132,autunita,impetra,autunˈita,impˈetɾa,ita,etɾa,0,fserb-pt-br+rule-based-g2p
|
| 134 |
+
rhyme-tes-00133,biomassa,mulheraça,biomˈasa,muʎeɾˈasa,asa,asa,1,fserb-pt-br+rule-based-g2p
|
| 135 |
+
rhyme-tes-00134,guaxima,lástima,gaʃˈima,lastˈima,ima,ima,1,fserb-pt-br+rule-based-g2p
|
| 136 |
+
rhyme-tes-00135,belatriz,medicatriz,belˈatɾiz,medikˈatɾiz,atɾiz,atɾiz,1,fserb-pt-br+rule-based-g2p
|
| 137 |
+
rhyme-tes-00136,aricuri,tururi,aɾikˈuɾi,tuɾˈuɾi,uɾi,uɾi,1,fserb-pt-br+rule-based-g2p
|
| 138 |
+
rhyme-tes-00137,bacorinho,desajustado,bakoɾˈiɲo,desaʒustˈado,iɲo,ado,0,fserb-pt-br+rule-based-g2p
|
| 139 |
+
rhyme-tes-00138,matungo,purungo,matˈungo,puɾˈungo,ungo,ungo,1,fserb-pt-br+rule-based-g2p
|
| 140 |
+
rhyme-tes-00139,branda,sólio,bɾˈanda,sɔlˈio,anda,io,0,fserb-pt-br+rule-based-g2p
|
| 141 |
+
rhyme-tes-00140,choramingão,ficcionalmente,ʃoɾamingˈɐ̃o,fiksionalmˈente,ɐ̃o,ente,0,fserb-pt-br+rule-based-g2p
|
| 142 |
+
rhyme-tes-00141,nônio,retalho,nonˈio,ʁetˈaʎo,io,aʎo,0,fserb-pt-br+rule-based-g2p
|
| 143 |
+
rhyme-tes-00142,gáspea,palmácea,gaspˈea,palmasˈea,ea,ea,1,fserb-pt-br+rule-based-g2p
|
| 144 |
+
rhyme-tes-00143,magnitude,miúde,magnitˈude,miˈude,ude,ude,1,fserb-pt-br+rule-based-g2p
|
| 145 |
+
rhyme-tes-00144,encarreirar,salvado,enkaʁeˈiɾaɾ,salvˈado,iɾaɾ,ado,0,fserb-pt-br+rule-based-g2p
|
| 146 |
+
rhyme-tes-00145,goiti,tapiti,goˈiti,tapˈiti,iti,iti,1,fserb-pt-br+rule-based-g2p
|
| 147 |
+
rhyme-tes-00146,concolor,indolor,konkˈoloɾ,indˈoloɾ,oloɾ,oloɾ,1,fserb-pt-br+rule-based-g2p
|
| 148 |
+
rhyme-tes-00147,abatedor,reascender,abatˈedoɾ,ʁeassˈendeɾ,edoɾ,endeɾ,0,fserb-pt-br+rule-based-g2p
|
| 149 |
+
rhyme-tes-00148,escolaridade,transido,eskolaɾidˈade,tɾansˈido,ade,ido,0,fserb-pt-br+rule-based-g2p
|
| 150 |
+
rhyme-tes-00149,copeira,meã,kopeˈiɾa,mˈeɐ̃,iɾa,eɐ̃,0,fserb-pt-br+rule-based-g2p
|
| 151 |
+
rhyme-tes-00150,cloro,doríforo,klˈoɾo,doɾifˈoɾo,oɾo,oɾo,1,fserb-pt-br+rule-based-g2p
|
| 152 |
+
rhyme-tes-00151,palminho,pedreirinho,palmˈiɲo,pedɾeiɾˈiɲo,iɲo,iɲo,1,fserb-pt-br+rule-based-g2p
|
| 153 |
+
rhyme-tes-00152,esmerilhar,maravilhar,esmeɾˈiʎaɾ,maɾavˈiʎaɾ,iʎaɾ,iʎaɾ,1,fserb-pt-br+rule-based-g2p
|
| 154 |
+
rhyme-tes-00153,borgonha,maconha,boɾgˈoɲa,makˈoɲa,oɲa,oɲa,1,fserb-pt-br+rule-based-g2p
|
| 155 |
+
rhyme-tes-00154,filiforme,multiforme,filifˈoɾme,multifˈoɾme,oɾme,oɾme,1,fserb-pt-br+rule-based-g2p
|
| 156 |
+
rhyme-tes-00155,bambu,construtividade,bˈambu,konstɾutividˈade,ambu,ade,0,fserb-pt-br+rule-based-g2p
|
| 157 |
+
rhyme-tes-00156,cossinete,índico,kosinˈete,indˈiko,ete,iko,0,fserb-pt-br+rule-based-g2p
|
| 158 |
+
rhyme-tes-00157,bango,rango,bˈango,ʁˈango,ango,ango,1,fserb-pt-br+rule-based-g2p
|
| 159 |
+
rhyme-tes-00158,rubiácea,solanácea,ʁubiasˈea,solanasˈea,ea,ea,1,fserb-pt-br+rule-based-g2p
|
| 160 |
+
rhyme-tes-00159,delícia,instilar,delisˈia,instˈilaɾ,ia,ilaɾ,0,fserb-pt-br+rule-based-g2p
|
| 161 |
+
rhyme-tes-00160,autuado,fundeiro,autuˈado,fundeˈiɾo,ado,iɾo,0,fserb-pt-br+rule-based-g2p
|
| 162 |
+
rhyme-tes-00161,desonesto,testo,desonˈesto,tˈesto,esto,esto,1,fserb-pt-br+rule-based-g2p
|
| 163 |
+
rhyme-tes-00162,indigerível,planilha,indiʒeɾˈivel,planˈiʎa,ivel,iʎa,0,fserb-pt-br+rule-based-g2p
|
| 164 |
+
rhyme-tes-00163,bacanal,inserir,bakˈanal,insˈeɾiɾ,anal,eɾiɾ,0,fserb-pt-br+rule-based-g2p
|
| 165 |
+
rhyme-tes-00164,palmeirinha,paramétrico,palmeiɾˈiɲa,paɾamɛtɾˈiko,iɲa,iko,0,fserb-pt-br+rule-based-g2p
|
| 166 |
+
rhyme-tes-00165,escultural,recapitulativo,eskultˈuɾal,ʁekapitulatˈivo,uɾal,ivo,0,fserb-pt-br+rule-based-g2p
|
| 167 |
+
rhyme-tes-00166,embasbacar,estacar,embasbˈakaɾ,estˈakaɾ,akaɾ,akaɾ,1,fserb-pt-br+rule-based-g2p
|
| 168 |
+
rhyme-tes-00167,favorecer,gradecer,favoɾˈeseɾ,gɾadˈeseɾ,eseɾ,eseɾ,1,fserb-pt-br+rule-based-g2p
|
| 169 |
+
rhyme-tes-00168,irradiar,reconcentração,iʁadˈiaɾ,ʁekonsentɾasˈɐ̃o,iaɾ,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 170 |
+
rhyme-tes-00169,arvorado,especialista,aɾvoɾˈado,espesialˈista,ado,ista,0,fserb-pt-br+rule-based-g2p
|
| 171 |
+
rhyme-tes-00170,oxiemoglobina,sulfatado,oʃiemoglobˈina,sulfatˈado,ina,ado,0,fserb-pt-br+rule-based-g2p
|
| 172 |
+
rhyme-tes-00171,miniconto,pronto,minikˈonto,pɾˈonto,onto,onto,1,fserb-pt-br+rule-based-g2p
|
| 173 |
+
rhyme-tes-00172,leccionar,peticionar,leksiˈonaɾ,petisiˈonaɾ,onaɾ,onaɾ,1,fserb-pt-br+rule-based-g2p
|
| 174 |
+
rhyme-tes-00173,ilheense,saibreira,iʎeˈense,saibɾeˈiɾa,ense,iɾa,0,fserb-pt-br+rule-based-g2p
|
| 175 |
+
rhyme-tes-00174,carão,religamento,kaɾˈɐ̃o,ʁeligamˈento,ɐ̃o,ento,0,fserb-pt-br+rule-based-g2p
|
| 176 |
+
rhyme-tes-00175,crivar,motivar,kɾˈivaɾ,motˈivaɾ,ivaɾ,ivaɾ,1,fserb-pt-br+rule-based-g2p
|
| 177 |
+
rhyme-tes-00176,desodorizante,regatiano,desodoɾizˈante,ʁegatiˈano,ante,ano,0,fserb-pt-br+rule-based-g2p
|
| 178 |
+
rhyme-tes-00177,microbiologista,sadomasoquista,mikɾobioloʒˈista,sadomasokˈista,ista,ista,1,fserb-pt-br+rule-based-g2p
|
| 179 |
+
rhyme-tes-00178,gáspea,irretocável,gaspˈea,iʁetokˈavel,ea,avel,0,fserb-pt-br+rule-based-g2p
|
| 180 |
+
rhyme-tes-00179,arcipreste,reteste,aɾsipɾˈeste,ʁetˈeste,este,este,1,fserb-pt-br+rule-based-g2p
|
| 181 |
+
rhyme-tes-00180,amesquinhar,encaminhar,ameskˈiɲaɾ,enkamˈiɲaɾ,iɲaɾ,iɲaɾ,1,fserb-pt-br+rule-based-g2p
|
| 182 |
+
rhyme-tes-00181,elucidar,endividar,elusˈidaɾ,endivˈidaɾ,idaɾ,idaɾ,1,fserb-pt-br+rule-based-g2p
|
| 183 |
+
rhyme-tes-00182,gamba,ortográfico,gˈamba,oɾtogɾafˈiko,amba,iko,0,fserb-pt-br+rule-based-g2p
|
| 184 |
+
rhyme-tes-00183,crotálico,farsola,kɾotalˈiko,faɾsˈola,iko,ola,0,fserb-pt-br+rule-based-g2p
|
| 185 |
+
rhyme-tes-00184,algoritmia,nenho,algoɾitmˈia,nˈeɲo,ia,eɲo,0,fserb-pt-br+rule-based-g2p
|
| 186 |
+
rhyme-tes-00185,aforismo,massa,afoɾˈismo,mˈasa,ismo,asa,0,fserb-pt-br+rule-based-g2p
|
| 187 |
+
rhyme-tes-00186,abegoa,patoá,abegˈoa,patˈoa,oa,oa,1,fserb-pt-br+rule-based-g2p
|
| 188 |
+
rhyme-tes-00187,catanduva,viúva,katandˈuva,viˈuva,uva,uva,1,fserb-pt-br+rule-based-g2p
|
| 189 |
+
rhyme-tes-00188,interpelar,sintomatológico,inteɾpˈelaɾ,sintomatolɔʒˈiko,elaɾ,iko,0,fserb-pt-br+rule-based-g2p
|
| 190 |
+
rhyme-tes-00189,favela,reatividade,favˈela,ʁeatividˈade,ela,ade,0,fserb-pt-br+rule-based-g2p
|
| 191 |
+
rhyme-tes-00190,autoajuda,majestoso,autoaʒˈuda,maʒestˈoso,uda,oso,0,fserb-pt-br+rule-based-g2p
|
| 192 |
+
rhyme-tes-00191,tumescência,varoa,tumessensˈia,vaɾˈoa,ia,oa,0,fserb-pt-br+rule-based-g2p
|
| 193 |
+
rhyme-tes-00192,deusa,infusa,deˈusa,infˈusa,usa,usa,1,fserb-pt-br+rule-based-g2p
|
| 194 |
+
rhyme-tes-00193,desejo,triúnviro,desˈeʒo,tɾiunvˈiɾo,eʒo,iɾo,0,fserb-pt-br+rule-based-g2p
|
| 195 |
+
rhyme-tes-00194,festejar,moria,festˈeʒaɾ,moɾˈia,eʒaɾ,ia,0,fserb-pt-br+rule-based-g2p
|
| 196 |
+
rhyme-tes-00195,chupa,ortoclásio,ʃˈupa,oɾtoklasˈio,upa,io,0,fserb-pt-br+rule-based-g2p
|
| 197 |
+
rhyme-tes-00196,explanar,ufanar,eʃplˈanaɾ,ufˈanaɾ,anaɾ,anaɾ,1,fserb-pt-br+rule-based-g2p
|
| 198 |
+
rhyme-tes-00197,bracarense,varejista,bɾakaɾˈense,vaɾeʒˈista,ense,ista,0,fserb-pt-br+rule-based-g2p
|
| 199 |
+
rhyme-tes-00198,desembainhar,endividar,desembaˈiɲaɾ,endivˈidaɾ,iɲaɾ,idaɾ,0,fserb-pt-br+rule-based-g2p
|
| 200 |
+
rhyme-tes-00199,concepto,repto,konsˈepto,ʁˈepto,epto,epto,1,fserb-pt-br+rule-based-g2p
|
| 201 |
+
rhyme-tes-00200,assai,haicai,asˈai,aikˈai,ai,ai,1,fserb-pt-br+rule-based-g2p
|
| 202 |
+
rhyme-tes-00201,desconforme,filiforme,deskonfˈoɾme,filifˈoɾme,oɾme,oɾme,1,fserb-pt-br+rule-based-g2p
|
| 203 |
+
rhyme-tes-00202,anticlerical,sacrifical,antikleɾˈikal,sakɾifˈikal,ikal,ikal,1,fserb-pt-br+rule-based-g2p
|
| 204 |
+
rhyme-tes-00203,tenébrio,vacuidade,tenɛbɾˈio,vakuidˈade,io,ade,0,fserb-pt-br+rule-based-g2p
|
| 205 |
+
rhyme-tes-00204,esterol,tocoferol,estˈeɾol,tokofˈeɾol,eɾol,eɾol,1,fserb-pt-br+rule-based-g2p
|
| 206 |
+
rhyme-tes-00205,distribuir,usufruir,distɾibˈuiɾ,usufɾˈuiɾ,uiɾ,uiɾ,1,fserb-pt-br+rule-based-g2p
|
| 207 |
+
rhyme-tes-00206,psicomotor,rotor,psikomˈotoɾ,ʁˈotoɾ,otoɾ,otoɾ,1,fserb-pt-br+rule-based-g2p
|
| 208 |
+
rhyme-tes-00207,complementaridade,irrisório,komplementaɾidˈade,iʁisɔɾˈio,ade,io,0,fserb-pt-br+rule-based-g2p
|
| 209 |
+
rhyme-tes-00208,engaste,teorizar,engˈaste,teoɾˈizaɾ,aste,izaɾ,0,fserb-pt-br+rule-based-g2p
|
| 210 |
+
rhyme-tes-00209,açambarcador,brigador,asambaɾkˈadoɾ,bɾigˈadoɾ,adoɾ,adoɾ,1,fserb-pt-br+rule-based-g2p
|
| 211 |
+
rhyme-tes-00210,felino,zôo,felˈino,zˈoo,ino,oo,0,fserb-pt-br+rule-based-g2p
|
| 212 |
+
rhyme-tes-00211,criminalização,esfarelado,kɾiminalizasˈɐ̃o,esfaɾelˈado,ɐ̃o,ado,0,fserb-pt-br+rule-based-g2p
|
| 213 |
+
rhyme-tes-00212,comparador,loca,kompaɾˈadoɾ,lˈoka,adoɾ,oka,0,fserb-pt-br+rule-based-g2p
|
| 214 |
+
rhyme-tes-00213,azulina,recosto,azulˈina,ʁekˈosto,ina,osto,0,fserb-pt-br+rule-based-g2p
|
| 215 |
+
rhyme-tes-00214,casso,inchaço,kˈaso,inʃˈaso,aso,aso,1,fserb-pt-br+rule-based-g2p
|
| 216 |
+
rhyme-tes-00215,avatar,desbaratar,avˈataɾ,desbaɾˈataɾ,ataɾ,ataɾ,1,fserb-pt-br+rule-based-g2p
|
| 217 |
+
rhyme-tes-00216,piccolo,quadrupolo,pikkˈolo,kadɾupˈolo,olo,olo,1,fserb-pt-br+rule-based-g2p
|
| 218 |
+
rhyme-tes-00217,construtividade,travessia,konstɾutividˈade,tɾavesˈia,ade,ia,0,fserb-pt-br+rule-based-g2p
|
| 219 |
+
rhyme-tes-00218,adejar,varejar,adˈeʒaɾ,vaɾˈeʒaɾ,eʒaɾ,eʒaɾ,1,fserb-pt-br+rule-based-g2p
|
| 220 |
+
rhyme-tes-00219,bruxa,ucha,bɾˈuʃa,ˈuʃa,uʃa,uʃa,1,fserb-pt-br+rule-based-g2p
|
| 221 |
+
rhyme-tes-00220,oxítono,sono,oʃitˈono,sˈono,ono,ono,1,fserb-pt-br+rule-based-g2p
|
| 222 |
+
rhyme-tes-00221,ronco,tronco,ʁˈonko,tɾˈonko,onko,onko,1,fserb-pt-br+rule-based-g2p
|
| 223 |
+
rhyme-tes-00222,aconselhável,aloque,akonseʎˈavel,alˈoke,avel,oke,0,fserb-pt-br+rule-based-g2p
|
| 224 |
+
rhyme-tes-00223,cosmologia,indecifrado,kosmoloʒˈia,indesifɾˈado,ia,ado,0,fserb-pt-br+rule-based-g2p
|
| 225 |
+
rhyme-tes-00224,bimilenar,concatenar,bimilˈenaɾ,konkatˈenaɾ,enaɾ,enaɾ,1,fserb-pt-br+rule-based-g2p
|
| 226 |
+
rhyme-tes-00225,cabeçorra,corrá,kabesˈoʁa,kˈoʁa,oʁa,oʁa,1,fserb-pt-br+rule-based-g2p
|
| 227 |
+
rhyme-tes-00226,farelada,psicoterapeuta,faɾelˈada,psikoteɾapeˈuta,ada,uta,0,fserb-pt-br+rule-based-g2p
|
| 228 |
+
rhyme-tes-00227,maciço,quebradiço,masˈiso,kebɾadˈiso,iso,iso,1,fserb-pt-br+rule-based-g2p
|
| 229 |
+
rhyme-tes-00228,fardão,porre,faɾdˈɐ̃o,pˈoʁe,ɐ̃o,oʁe,0,fserb-pt-br+rule-based-g2p
|
| 230 |
+
rhyme-tes-00229,desabafar,telegrafar,desabˈafaɾ,telegɾˈafaɾ,afaɾ,afaɾ,1,fserb-pt-br+rule-based-g2p
|
| 231 |
+
rhyme-tes-00230,bambear,sapear,bambˈeaɾ,sapˈeaɾ,eaɾ,eaɾ,1,fserb-pt-br+rule-based-g2p
|
| 232 |
+
rhyme-tes-00231,concessão,voçoroca,konsesˈɐ̃o,vosoɾˈoka,ɐ̃o,oka,0,fserb-pt-br+rule-based-g2p
|
| 233 |
+
rhyme-tes-00232,conduto,quadrinhos,kondˈuto,kadɾˈiɲos,uto,iɲos,0,fserb-pt-br+rule-based-g2p
|
| 234 |
+
rhyme-tes-00233,expulsivo,pontualmente,eʃpulsˈivo,pontualmˈente,ivo,ente,0,fserb-pt-br+rule-based-g2p
|
| 235 |
+
rhyme-tes-00234,giganta,infanta,ʒigˈanta,infˈanta,anta,anta,1,fserb-pt-br+rule-based-g2p
|
| 236 |
+
rhyme-tes-00235,restringível,sonetista,ʁestɾinʒˈivel,sonetˈista,ivel,ista,0,fserb-pt-br+rule-based-g2p
|
| 237 |
+
rhyme-tes-00236,dril,til,dɾˈil,tˈil,il,il,1,fserb-pt-br+rule-based-g2p
|
| 238 |
+
rhyme-tes-00237,poiso,sectarismo,poˈiso,sektaɾˈismo,iso,ismo,0,fserb-pt-br+rule-based-g2p
|
| 239 |
+
rhyme-tes-00238,amilose,metamorfose,amilˈose,metamoɾfˈose,ose,ose,1,fserb-pt-br+rule-based-g2p
|
| 240 |
+
rhyme-tes-00239,conceição,magnetizante,konseisˈɐ̃o,magnetizˈante,ɐ̃o,ante,0,fserb-pt-br+rule-based-g2p
|
| 241 |
+
rhyme-tes-00240,alargamento,anfíbio,alaɾgamˈento,anfibˈio,ento,io,0,fserb-pt-br+rule-based-g2p
|
| 242 |
+
rhyme-tes-00241,indicial,zorro,indisˈial,zˈoʁo,ial,oʁo,0,fserb-pt-br+rule-based-g2p
|
| 243 |
+
rhyme-tes-00242,cacerense,penosa,kaseɾˈense,penˈosa,ense,osa,0,fserb-pt-br+rule-based-g2p
|
| 244 |
+
rhyme-tes-00243,baco,içá,bˈako,ˈisa,ako,isa,0,fserb-pt-br+rule-based-g2p
|
| 245 |
+
rhyme-tes-00244,enteral,ponderal,entˈeɾal,pondˈeɾal,eɾal,eɾal,1,fserb-pt-br+rule-based-g2p
|
| 246 |
+
rhyme-tes-00245,convalescer,reflorescer,konvalˈesseɾ,ʁefloɾˈesseɾ,esseɾ,esseɾ,1,fserb-pt-br+rule-based-g2p
|
| 247 |
+
rhyme-tes-00246,manau,marau,manˈau,maɾˈau,au,au,1,fserb-pt-br+rule-based-g2p
|
| 248 |
+
rhyme-tes-00247,maravilhar,perfilhar,maɾavˈiʎaɾ,peɾfˈiʎaɾ,iʎaɾ,iʎaɾ,1,fserb-pt-br+rule-based-g2p
|
| 249 |
+
rhyme-tes-00248,alisamento,isocronismo,alisamˈento,isokɾonˈismo,ento,ismo,0,fserb-pt-br+rule-based-g2p
|
| 250 |
+
rhyme-tes-00249,leninista,tetracaína,leninˈista,tetɾakaˈina,ista,ina,0,fserb-pt-br+rule-based-g2p
|
| 251 |
+
rhyme-tes-00250,fique,pronto,fˈike,pɾˈonto,ike,onto,0,fserb-pt-br+rule-based-g2p
|
| 252 |
+
rhyme-tes-00251,hornblenda,televenda,oɾnblˈenda,televˈenda,enda,enda,1,fserb-pt-br+rule-based-g2p
|
| 253 |
+
rhyme-tes-00252,bexigas,cantigas,beʃˈigas,kantˈigas,igas,igas,1,fserb-pt-br+rule-based-g2p
|
| 254 |
+
rhyme-tes-00253,aguê,entourage,ˈaʒe,entouɾˈaʒe,aʒe,aʒe,1,fserb-pt-br+rule-based-g2p
|
| 255 |
+
rhyme-tes-00254,suavizador,trevo,suavizˈadoɾ,tɾˈevo,adoɾ,evo,0,fserb-pt-br+rule-based-g2p
|
| 256 |
+
rhyme-tes-00255,bravamente,catolé,bɾavamˈente,katˈolɛ,ente,olɛ,0,fserb-pt-br+rule-based-g2p
|
| 257 |
+
rhyme-tes-00256,messagem,necrófago,mesˈaʒem,nekɾɔfˈago,aʒem,ago,0,fserb-pt-br+rule-based-g2p
|
| 258 |
+
rhyme-tes-00257,consultoria,encaminhamento,konsultoɾˈia,enkamiɲamˈento,ia,ento,0,fserb-pt-br+rule-based-g2p
|
| 259 |
+
rhyme-tes-00258,tabanca,tamanca,tabˈanka,tamˈanka,anka,anka,1,fserb-pt-br+rule-based-g2p
|
| 260 |
+
rhyme-tes-00259,gafanhoto,piloto,gafaɲˈoto,pilˈoto,oto,oto,1,fserb-pt-br+rule-based-g2p
|
| 261 |
+
rhyme-tes-00260,mentar,presentar,mˈentaɾ,pɾesˈentaɾ,entaɾ,entaɾ,1,fserb-pt-br+rule-based-g2p
|
| 262 |
+
rhyme-tes-00261,consorte,sorete,konsˈoɾte,soɾˈete,oɾte,ete,0,fserb-pt-br+rule-based-g2p
|
| 263 |
+
rhyme-tes-00262,distinto,finto,distˈinto,fˈinto,into,into,1,fserb-pt-br+rule-based-g2p
|
| 264 |
+
rhyme-tes-00263,combatido,remido,kombatˈido,ʁemˈido,ido,ido,1,fserb-pt-br+rule-based-g2p
|
| 265 |
+
rhyme-tes-00264,agenesia,hematológico,aʒenesˈia,ematolɔʒˈiko,ia,iko,0,fserb-pt-br+rule-based-g2p
|
| 266 |
+
rhyme-tes-00265,freelance,romance,fɾeelˈanse,ʁomˈanse,anse,anse,1,fserb-pt-br+rule-based-g2p
|
| 267 |
+
rhyme-tes-00266,estourar,lourar,estoˈuɾaɾ,loˈuɾaɾ,uɾaɾ,uɾaɾ,1,fserb-pt-br+rule-based-g2p
|
| 268 |
+
rhyme-tes-00267,guilho,preletor,ʒˈiʎo,pɾelˈetoɾ,iʎo,etoɾ,0,fserb-pt-br+rule-based-g2p
|
| 269 |
+
rhyme-tes-00268,grafar,monocamada,gɾˈafaɾ,monokamˈada,afaɾ,ada,0,fserb-pt-br+rule-based-g2p
|
| 270 |
+
rhyme-tes-00269,itararé,picaré,itaɾˈaɾɛ,pikˈaɾɛ,aɾɛ,aɾɛ,1,fserb-pt-br+rule-based-g2p
|
| 271 |
+
rhyme-tes-00270,caracaraí,jubaí,kaɾakaɾˈai,ʒubˈai,ai,ai,1,fserb-pt-br+rule-based-g2p
|
| 272 |
+
rhyme-tes-00271,machamba,selaria,maʃˈamba,selaɾˈia,amba,ia,0,fserb-pt-br+rule-based-g2p
|
| 273 |
+
rhyme-tes-00272,bergantim,pantim,beɾgˈantim,pˈantim,antim,antim,1,fserb-pt-br+rule-based-g2p
|
| 274 |
+
rhyme-tes-00273,chamorro,socorro,ʃamˈoʁo,sokˈoʁo,oʁo,oʁo,1,fserb-pt-br+rule-based-g2p
|
| 275 |
+
rhyme-tes-00274,capeline,marine,kapelˈine,maɾˈine,ine,ine,1,fserb-pt-br+rule-based-g2p
|
| 276 |
+
rhyme-tes-00275,clinômetro,vinheta,klinomˈetɾo,viɲˈeta,etɾo,eta,0,fserb-pt-br+rule-based-g2p
|
| 277 |
+
rhyme-tes-00276,preletor,semicolcheia,pɾelˈetoɾ,semikolʃeˈia,etoɾ,ia,0,fserb-pt-br+rule-based-g2p
|
| 278 |
+
rhyme-tes-00277,erval,serval,ˈeɾval,sˈeɾval,eɾval,eɾval,1,fserb-pt-br+rule-based-g2p
|
| 279 |
+
rhyme-tes-00278,antimoda,roda,antimˈoda,ʁˈoda,oda,oda,1,fserb-pt-br+rule-based-g2p
|
| 280 |
+
rhyme-tes-00279,emocional,enxárcia,emosiˈonal,enʃaɾsˈia,onal,ia,0,fserb-pt-br+rule-based-g2p
|
| 281 |
+
rhyme-tes-00280,estacionário,teofilina,estasionaɾˈio,teofilˈina,io,ina,0,fserb-pt-br+rule-based-g2p
|
| 282 |
+
rhyme-tes-00281,deduzir,indicial,dedˈuziɾ,indisˈial,uziɾ,ial,0,fserb-pt-br+rule-based-g2p
|
| 283 |
+
rhyme-tes-00282,mavioso,pala,maviˈoso,pˈala,oso,ala,0,fserb-pt-br+rule-based-g2p
|
| 284 |
+
rhyme-tes-00283,daco,guáiaco,dˈako,gaiˈako,ako,ako,1,fserb-pt-br+rule-based-g2p
|
| 285 |
+
rhyme-tes-00284,enta,placenta,ˈenta,plasˈenta,enta,enta,1,fserb-pt-br+rule-based-g2p
|
| 286 |
+
rhyme-tes-00285,barcelonês,veronês,baɾselˈones,veɾˈones,ones,ones,1,fserb-pt-br+rule-based-g2p
|
| 287 |
+
rhyme-tes-00286,desprender,repreender,despɾˈendeɾ,ʁepɾeˈendeɾ,endeɾ,endeɾ,1,fserb-pt-br+rule-based-g2p
|
| 288 |
+
rhyme-tes-00287,certeza,estranheza,seɾtˈeza,estɾaɲˈeza,eza,eza,1,fserb-pt-br+rule-based-g2p
|
| 289 |
+
rhyme-tes-00288,diluição,hidrossanitário,diluisˈɐ̃o,idɾosanitaɾˈio,ɐ̃o,io,0,fserb-pt-br+rule-based-g2p
|
| 290 |
+
rhyme-tes-00289,adaptado,irrepreensível,adaptˈado,iʁepɾeensˈivel,ado,ivel,0,fserb-pt-br+rule-based-g2p
|
| 291 |
+
rhyme-tes-00290,absortivo,dissociativo,absoɾtˈivo,disosiatˈivo,ivo,ivo,1,fserb-pt-br+rule-based-g2p
|
| 292 |
+
rhyme-tes-00291,carinho,colarinho,kaɾˈiɲo,kolaɾˈiɲo,iɲo,iɲo,1,fserb-pt-br+rule-based-g2p
|
| 293 |
+
rhyme-tes-00292,erval,testamentaria,ˈeɾval,testamentaɾˈia,eɾval,ia,0,fserb-pt-br+rule-based-g2p
|
| 294 |
+
rhyme-tes-00293,intransitável,trajeto,intɾansitˈavel,tɾaʒˈeto,avel,eto,0,fserb-pt-br+rule-based-g2p
|
| 295 |
+
rhyme-tes-00294,borregar,sucateamento,boʁˈegaɾ,sukateamˈento,egaɾ,ento,0,fserb-pt-br+rule-based-g2p
|
| 296 |
+
rhyme-tes-00295,estrompa,trompa,estɾˈompa,tɾˈompa,ompa,ompa,1,fserb-pt-br+rule-based-g2p
|
| 297 |
+
rhyme-tes-00296,andaluzita,moabita,andaluzˈita,moabˈita,ita,ita,1,fserb-pt-br+rule-based-g2p
|
| 298 |
+
rhyme-tes-00297,desentender,desprender,desentˈendeɾ,despɾˈendeɾ,endeɾ,endeɾ,1,fserb-pt-br+rule-based-g2p
|
| 299 |
+
rhyme-tes-00298,objetivo,pedestrianismo,obʒetˈivo,pedestɾianˈismo,ivo,ismo,0,fserb-pt-br+rule-based-g2p
|
| 300 |
+
rhyme-tes-00299,ceifeiro,quaternário,seifeˈiɾo,kateɾnaɾˈio,iɾo,io,0,fserb-pt-br+rule-based-g2p
|
| 301 |
+
rhyme-tes-00300,cariniana,desequilibrador,kaɾiniˈana,desekilibɾˈadoɾ,ana,adoɾ,0,fserb-pt-br+rule-based-g2p
|
| 302 |
+
rhyme-tes-00301,omolocô,protagonismo,omolˈoko,pɾotagonˈismo,oko,ismo,0,fserb-pt-br+rule-based-g2p
|
| 303 |
+
rhyme-tes-00302,bacalhau,marau,bakaʎˈau,maɾˈau,au,au,1,fserb-pt-br+rule-based-g2p
|
| 304 |
+
rhyme-tes-00303,exigir,inteligir,eʃˈiʒiɾ,intelˈiʒiɾ,iʒiɾ,iʒiɾ,1,fserb-pt-br+rule-based-g2p
|
| 305 |
+
rhyme-tes-00304,costeleta,rectificador,kostelˈeta,ʁektifikˈadoɾ,eta,adoɾ,0,fserb-pt-br+rule-based-g2p
|
| 306 |
+
rhyme-tes-00305,desregradamente,tabi,desɾegɾadamˈente,tˈabi,ente,abi,0,fserb-pt-br+rule-based-g2p
|
| 307 |
+
rhyme-tes-00306,pigarro,sarro,pigˈaʁo,sˈaʁo,aʁo,aʁo,1,fserb-pt-br+rule-based-g2p
|
| 308 |
+
rhyme-tes-00307,bucólica,treinado,bukɔlˈika,tɾeinˈado,ika,ado,0,fserb-pt-br+rule-based-g2p
|
| 309 |
+
rhyme-tes-00308,indolor,quadricolor,indˈoloɾ,kadɾikˈoloɾ,oloɾ,oloɾ,1,fserb-pt-br+rule-based-g2p
|
| 310 |
+
rhyme-tes-00309,secreto,tricoteiro,sekɾˈeto,tɾikoteˈiɾo,eto,iɾo,0,fserb-pt-br+rule-based-g2p
|
| 311 |
+
rhyme-tes-00310,intransparência,monitorização,intɾanspaɾensˈia,monitoɾizasˈɐ̃o,ia,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 312 |
+
rhyme-tes-00311,cabecinha,sedinha,kabesˈiɲa,sedˈiɲa,iɲa,iɲa,1,fserb-pt-br+rule-based-g2p
|
| 313 |
+
rhyme-tes-00312,clavado,sinergético,klavˈado,sineɾʒɛtˈiko,ado,iko,0,fserb-pt-br+rule-based-g2p
|
| 314 |
+
rhyme-tes-00313,chavascal,pascal,ʃavˈaskal,pˈaskal,askal,askal,1,fserb-pt-br+rule-based-g2p
|
| 315 |
+
rhyme-tes-00314,apiário,douradão,apiaɾˈio,douɾadˈɐ̃o,io,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 316 |
+
rhyme-tes-00315,assucar,manducar,asˈukaɾ,mandˈukaɾ,ukaɾ,ukaɾ,1,fserb-pt-br+rule-based-g2p
|
| 317 |
+
rhyme-tes-00316,enteral,estropício,entˈeɾal,estɾopisˈio,eɾal,io,0,fserb-pt-br+rule-based-g2p
|
| 318 |
+
rhyme-tes-00317,espetáculo,rótulo,espetakˈulo,ʁɔtˈulo,ulo,ulo,1,fserb-pt-br+rule-based-g2p
|
| 319 |
+
rhyme-tes-00318,atomístico,legível,atomistˈiko,leʒˈivel,iko,ivel,0,fserb-pt-br+rule-based-g2p
|
| 320 |
+
rhyme-tes-00319,confusa,raspadura,konfˈusa,ʁaspadˈuɾa,usa,uɾa,0,fserb-pt-br+rule-based-g2p
|
| 321 |
+
rhyme-tes-00320,endeusar,escusar,endeˈusaɾ,eskˈusaɾ,usaɾ,usaɾ,1,fserb-pt-br+rule-based-g2p
|
| 322 |
+
rhyme-tes-00321,cancelar,enregelar,kansˈelaɾ,enɾeʒˈelaɾ,elaɾ,elaɾ,1,fserb-pt-br+rule-based-g2p
|
| 323 |
+
rhyme-tes-00322,aposentar,daco,aposˈentaɾ,dˈako,entaɾ,ako,0,fserb-pt-br+rule-based-g2p
|
| 324 |
+
rhyme-tes-00323,invídia,resolubilidade,invidˈia,ʁesolubilidˈade,ia,ade,0,fserb-pt-br+rule-based-g2p
|
| 325 |
+
rhyme-tes-00324,fabiana,magana,fabiˈana,magˈana,ana,ana,1,fserb-pt-br+rule-based-g2p
|
| 326 |
+
rhyme-tes-00325,glosa,mimosa,glˈosa,mimˈosa,osa,osa,1,fserb-pt-br+rule-based-g2p
|
| 327 |
+
rhyme-tes-00326,amolecer,maçônico,amolˈeseɾ,masonˈiko,eseɾ,iko,0,fserb-pt-br+rule-based-g2p
|
| 328 |
+
rhyme-tes-00327,estarrecido,semidestruído,estaʁesˈido,semidestɾuˈido,ido,ido,1,fserb-pt-br+rule-based-g2p
|
| 329 |
+
rhyme-tes-00328,diterpeno,empeno,diteɾpˈeno,empˈeno,eno,eno,1,fserb-pt-br+rule-based-g2p
|
| 330 |
+
rhyme-tes-00329,bisneta,cometa,bisnˈeta,komˈeta,eta,eta,1,fserb-pt-br+rule-based-g2p
|
| 331 |
+
rhyme-tes-00330,entronizar,etileno,entɾonˈizaɾ,etilˈeno,izaɾ,eno,0,fserb-pt-br+rule-based-g2p
|
| 332 |
+
rhyme-tes-00331,contrair,descontrair,kontɾˈaiɾ,deskontɾˈaiɾ,aiɾ,aiɾ,1,fserb-pt-br+rule-based-g2p
|
| 333 |
+
rhyme-tes-00332,anticlerical,extratropical,antikleɾˈikal,eʃtɾatɾopˈikal,ikal,ikal,1,fserb-pt-br+rule-based-g2p
|
| 334 |
+
rhyme-tes-00333,fluência,protamina,fluensˈia,pɾotamˈina,ia,ina,0,fserb-pt-br+rule-based-g2p
|
| 335 |
+
rhyme-tes-00334,expulsar,pulsar,eʃpˈulsaɾ,pˈulsaɾ,ulsaɾ,ulsaɾ,1,fserb-pt-br+rule-based-g2p
|
| 336 |
+
rhyme-tes-00335,ordenador,teta,oɾdenˈadoɾ,tˈeta,adoɾ,eta,0,fserb-pt-br+rule-based-g2p
|
| 337 |
+
rhyme-tes-00336,castilhense,incompleto,kastiʎˈense,inkomplˈeto,ense,eto,0,fserb-pt-br+rule-based-g2p
|
| 338 |
+
rhyme-tes-00337,barranco,estanco,baʁˈanko,estˈanko,anko,anko,1,fserb-pt-br+rule-based-g2p
|
| 339 |
+
rhyme-tes-00338,previdencial,regularidade,pɾevidensˈial,ʁeglaɾidˈade,ial,ade,0,fserb-pt-br+rule-based-g2p
|
| 340 |
+
rhyme-tes-00339,dipo,equipo,dˈipo,ekˈipo,ipo,ipo,1,fserb-pt-br+rule-based-g2p
|
| 341 |
+
rhyme-tes-00340,diterpeno,sargentão,diteɾpˈeno,saɾʒentˈɐ̃o,eno,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 342 |
+
rhyme-tes-00341,justiça,leal,ʒustˈisa,lˈeal,isa,eal,0,fserb-pt-br+rule-based-g2p
|
| 343 |
+
rhyme-tes-00342,estudantil,infantil,estudˈantil,infˈantil,antil,antil,1,fserb-pt-br+rule-based-g2p
|
| 344 |
+
rhyme-tes-00343,inspecionar,revolucionar,inspesiˈonaɾ,ʁevolusiˈonaɾ,onaɾ,onaɾ,1,fserb-pt-br+rule-based-g2p
|
| 345 |
+
rhyme-tes-00344,capotagem,mimado,kapotˈaʒem,mimˈado,aʒem,ado,0,fserb-pt-br+rule-based-g2p
|
| 346 |
+
rhyme-tes-00345,autovetor,santoro,autovˈetoɾ,santˈoɾo,etoɾ,oɾo,0,fserb-pt-br+rule-based-g2p
|
| 347 |
+
rhyme-tes-00346,clavicular,hino,klavikˈulaɾ,ˈino,ulaɾ,ino,0,fserb-pt-br+rule-based-g2p
|
| 348 |
+
rhyme-tes-00347,assamento,desarraigamento,asamˈento,desaʁaigamˈento,ento,ento,1,fserb-pt-br+rule-based-g2p
|
| 349 |
+
rhyme-tes-00348,equidade,pátrio,ekidˈade,patɾˈio,ade,io,0,fserb-pt-br+rule-based-g2p
|
| 350 |
+
rhyme-tes-00349,coto,gafanhoto,kˈoto,gafaɲˈoto,oto,oto,1,fserb-pt-br+rule-based-g2p
|
| 351 |
+
rhyme-tes-00350,infinitamente,oponibilidade,infinitamˈente,oponibilidˈade,ente,ade,0,fserb-pt-br+rule-based-g2p
|
| 352 |
+
rhyme-tes-00351,calçadense,escarificação,kalsadˈense,eskaɾifikasˈɐ̃o,ense,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 353 |
+
rhyme-tes-00352,extratextual,usual,eʃtɾateʃtˈual,usˈual,ual,ual,1,fserb-pt-br+rule-based-g2p
|
| 354 |
+
rhyme-tes-00353,apiedar,arremedar,apiˈedaɾ,aʁemˈedaɾ,edaɾ,edaɾ,1,fserb-pt-br+rule-based-g2p
|
| 355 |
+
rhyme-tes-00354,seguro,íntegro,sˈegɾo,intˈegɾo,egɾo,egɾo,1,fserb-pt-br+rule-based-g2p
|
| 356 |
+
rhyme-tes-00355,constitutivo,traque,konstitutˈivo,tɾˈake,ivo,ake,0,fserb-pt-br+rule-based-g2p
|
| 357 |
+
rhyme-tes-00356,alfeneiro,primogenitura,alfeneˈiɾo,pɾimoʒenitˈuɾa,iɾo,uɾa,0,fserb-pt-br+rule-based-g2p
|
| 358 |
+
rhyme-tes-00357,abono,sono,abˈono,sˈono,ono,ono,1,fserb-pt-br+rule-based-g2p
|
| 359 |
+
rhyme-tes-00358,alcaide,farsola,alkaˈide,faɾsˈola,ide,ola,0,fserb-pt-br+rule-based-g2p
|
| 360 |
+
rhyme-tes-00359,eletroacústica,sentada,eletɾoakustˈika,sentˈada,ika,ada,0,fserb-pt-br+rule-based-g2p
|
| 361 |
+
rhyme-tes-00360,construtividade,hipotecar,konstɾutividˈade,ipotˈekaɾ,ade,ekaɾ,0,fserb-pt-br+rule-based-g2p
|
| 362 |
+
rhyme-tes-00361,automóvel,locomóvel,automˈɔvel,lokomˈɔvel,ɔvel,ɔvel,1,fserb-pt-br+rule-based-g2p
|
| 363 |
+
rhyme-tes-00362,behaviorismo,esquiador,beavioɾˈismo,eskiˈadoɾ,ismo,adoɾ,0,fserb-pt-br+rule-based-g2p
|
| 364 |
+
rhyme-tes-00363,cafreal,subungueal,kafɾˈeal,subunʒˈeal,eal,eal,1,fserb-pt-br+rule-based-g2p
|
| 365 |
+
rhyme-tes-00364,corréu,pitéu,koʁˈɛu,pitˈɛu,ɛu,ɛu,1,fserb-pt-br+rule-based-g2p
|
| 366 |
+
rhyme-tes-00365,colarete,florete,kolaɾˈete,floɾˈete,ete,ete,1,fserb-pt-br+rule-based-g2p
|
| 367 |
+
rhyme-tes-00366,entourage,paroquialidade,entouɾˈaʒe,paɾokialidˈade,aʒe,ade,0,fserb-pt-br+rule-based-g2p
|
| 368 |
+
rhyme-tes-00367,aportado,retabular,apoɾtˈado,ʁetabˈulaɾ,ado,ulaɾ,0,fserb-pt-br+rule-based-g2p
|
| 369 |
+
rhyme-tes-00368,adentro,telecentro,adˈentɾo,telesˈentɾo,entɾo,entɾo,1,fserb-pt-br+rule-based-g2p
|
| 370 |
+
rhyme-tes-00369,crush,sus,kɾˈus,sˈus,us,us,1,fserb-pt-br+rule-based-g2p
|
| 371 |
+
rhyme-tes-00370,dificuldade,situacionismo,difikuldˈade,situasionˈismo,ade,ismo,0,fserb-pt-br+rule-based-g2p
|
| 372 |
+
rhyme-tes-00371,biomassa,massa,biomˈasa,mˈasa,asa,asa,1,fserb-pt-br+rule-based-g2p
|
| 373 |
+
rhyme-tes-00372,desleixadamente,estragão,desleiʃadamˈente,estɾagˈɐ̃o,ente,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 374 |
+
rhyme-tes-00373,chuveirada,neutralista,ʃuveiɾˈada,neutɾalˈista,ada,ista,0,fserb-pt-br+rule-based-g2p
|
| 375 |
+
rhyme-tes-00374,falhanço,romanço,faʎˈanso,ʁomˈanso,anso,anso,1,fserb-pt-br+rule-based-g2p
|
| 376 |
+
rhyme-tes-00375,ermitério,fontela,eɾmitɛɾˈio,fontˈela,io,ela,0,fserb-pt-br+rule-based-g2p
|
| 377 |
+
rhyme-tes-00376,pialo,tagalo,piˈalo,tagˈalo,alo,alo,1,fserb-pt-br+rule-based-g2p
|
| 378 |
+
rhyme-tes-00377,empregue,jegue,empɾˈeʒe,ʒˈeʒe,eʒe,eʒe,1,fserb-pt-br+rule-based-g2p
|
| 379 |
+
rhyme-tes-00378,cauterização,paulatino,kauteɾizasˈɐ̃o,paulatˈino,ɐ̃o,ino,0,fserb-pt-br+rule-based-g2p
|
| 380 |
+
rhyme-tes-00379,graxeira,pasmaceira,gɾaʃeˈiɾa,pasmaseˈiɾa,iɾa,iɾa,1,fserb-pt-br+rule-based-g2p
|
| 381 |
+
rhyme-tes-00380,espalho,retalho,espˈaʎo,ʁetˈaʎo,aʎo,aʎo,1,fserb-pt-br+rule-based-g2p
|
| 382 |
+
rhyme-tes-00381,arsenalista,divisionário,aɾsenalˈista,divisionaɾˈio,ista,io,0,fserb-pt-br+rule-based-g2p
|
| 383 |
+
rhyme-tes-00382,anualizado,sisudo,anualizˈado,sisˈudo,ado,udo,0,fserb-pt-br+rule-based-g2p
|
| 384 |
+
rhyme-tes-00383,recandidatar,reformatar,ʁekandidˈataɾ,ʁefoɾmˈataɾ,ataɾ,ataɾ,1,fserb-pt-br+rule-based-g2p
|
| 385 |
+
rhyme-tes-00384,coclear,totalizante,koklˈeaɾ,totalizˈante,eaɾ,ante,0,fserb-pt-br+rule-based-g2p
|
| 386 |
+
rhyme-tes-00385,oligárquico,termoquímica,oligaɾkˈiko,teɾmokimˈika,iko,ika,0,fserb-pt-br+rule-based-g2p
|
| 387 |
+
rhyme-tes-00386,comercinho,douramento,komeɾsˈiɲo,douɾamˈento,iɲo,ento,0,fserb-pt-br+rule-based-g2p
|
| 388 |
+
rhyme-tes-00387,eterno,superno,etˈeɾno,supˈeɾno,eɾno,eɾno,1,fserb-pt-br+rule-based-g2p
|
| 389 |
+
rhyme-tes-00388,submandibular,sumular,submandibˈulaɾ,sumˈulaɾ,ulaɾ,ulaɾ,1,fserb-pt-br+rule-based-g2p
|
| 390 |
+
rhyme-tes-00389,fanfarra,uncial,fanfˈaʁa,unsˈial,aʁa,ial,0,fserb-pt-br+rule-based-g2p
|
| 391 |
+
rhyme-tes-00390,beneplácito,vagaba,beneplasˈito,vagˈaba,ito,aba,0,fserb-pt-br+rule-based-g2p
|
| 392 |
+
rhyme-tes-00391,corninho,tucaninho,koɾnˈiɲo,tukanˈiɲo,iɲo,iɲo,1,fserb-pt-br+rule-based-g2p
|
| 393 |
+
rhyme-tes-00392,hipo,pipo,ˈipo,pˈipo,ipo,ipo,1,fserb-pt-br+rule-based-g2p
|
| 394 |
+
rhyme-tes-00393,achismo,polimerizado,aʃˈismo,polimeɾizˈado,ismo,ado,0,fserb-pt-br+rule-based-g2p
|
| 395 |
+
rhyme-tes-00394,foraminíferos,quirópteros,foɾaminifˈeɾos,kiɾɔptˈeɾos,eɾos,eɾos,1,fserb-pt-br+rule-based-g2p
|
| 396 |
+
rhyme-tes-00395,detector,injector,detˈektoɾ,inʒˈektoɾ,ektoɾ,ektoɾ,1,fserb-pt-br+rule-based-g2p
|
| 397 |
+
rhyme-tes-00396,desafrontar,descontar,desafɾˈontaɾ,deskˈontaɾ,ontaɾ,ontaɾ,1,fserb-pt-br+rule-based-g2p
|
| 398 |
+
rhyme-tes-00397,autotransplante,dextrana,autotɾansplˈante,deʃtɾˈana,ante,ana,0,fserb-pt-br+rule-based-g2p
|
| 399 |
+
rhyme-tes-00398,babi,tabi,bˈabi,tˈabi,abi,abi,1,fserb-pt-br+rule-based-g2p
|
| 400 |
+
rhyme-tes-00399,alargamento,simpatizante,alaɾgamˈento,simpatizˈante,ento,ante,0,fserb-pt-br+rule-based-g2p
|
| 401 |
+
rhyme-tes-00400,caraíba,pindaíba,kaɾaˈiba,pindaˈiba,iba,iba,1,fserb-pt-br+rule-based-g2p
|
| 402 |
+
rhyme-tes-00401,figuradamente,produtivamente,figɾadamˈente,pɾodutivamˈente,ente,ente,1,fserb-pt-br+rule-based-g2p
|
| 403 |
+
rhyme-tes-00402,hipoglosso,verrucoso,ipoglˈoso,veʁukˈoso,oso,oso,1,fserb-pt-br+rule-based-g2p
|
| 404 |
+
rhyme-tes-00403,aricuri,huri,aɾikˈuɾi,ˈuɾi,uɾi,uɾi,1,fserb-pt-br+rule-based-g2p
|
| 405 |
+
rhyme-tes-00404,descomissionamento,leco,deskomisionamˈento,lˈeko,ento,eko,0,fserb-pt-br+rule-based-g2p
|
| 406 |
+
rhyme-tes-00405,rural,superestrutural,ʁˈuɾal,supeɾestɾutˈuɾal,uɾal,uɾal,1,fserb-pt-br+rule-based-g2p
|
| 407 |
+
rhyme-tes-00406,injector,vínculo,inʒˈektoɾ,vinkˈulo,ektoɾ,ulo,0,fserb-pt-br+rule-based-g2p
|
| 408 |
+
rhyme-tes-00407,assíntota,vulvovaginite,asintˈota,vulvovaʒinˈite,ota,ite,0,fserb-pt-br+rule-based-g2p
|
| 409 |
+
rhyme-tes-00408,argolada,emplacamento,aɾgolˈada,emplakamˈento,ada,ento,0,fserb-pt-br+rule-based-g2p
|
| 410 |
+
rhyme-tes-00409,bimbinha,transcendentalismo,bimbˈiɲa,tɾanssendentalˈismo,iɲa,ismo,0,fserb-pt-br+rule-based-g2p
|
| 411 |
+
rhyme-tes-00410,basta,vergasta,bˈasta,veɾgˈasta,asta,asta,1,fserb-pt-br+rule-based-g2p
|
| 412 |
+
rhyme-tes-00411,alano,queratose,alˈano,keɾatˈose,ano,ose,0,fserb-pt-br+rule-based-g2p
|
| 413 |
+
rhyme-tes-00412,calibrar,librar,kalˈibɾaɾ,lˈibɾaɾ,ibɾaɾ,ibɾaɾ,1,fserb-pt-br+rule-based-g2p
|
| 414 |
+
rhyme-tes-00413,clônus,ônus,klˈonus,ˈonus,onus,onus,1,fserb-pt-br+rule-based-g2p
|
| 415 |
+
rhyme-tes-00414,aldeola,pardela,aldeˈola,paɾdˈela,ola,ela,0,fserb-pt-br+rule-based-g2p
|
| 416 |
+
rhyme-tes-00415,colarete,justiça,kolaɾˈete,ʒustˈisa,ete,isa,0,fserb-pt-br+rule-based-g2p
|
| 417 |
+
rhyme-tes-00416,anuário,excetuado,anuaɾˈio,eʃsetuˈado,io,ado,0,fserb-pt-br+rule-based-g2p
|
| 418 |
+
rhyme-tes-00417,honorífico,malharia,onoɾifˈiko,maʎaɾˈia,iko,ia,0,fserb-pt-br+rule-based-g2p
|
| 419 |
+
rhyme-tes-00418,caligrafar,telegrafar,kaligɾˈafaɾ,telegɾˈafaɾ,afaɾ,afaɾ,1,fserb-pt-br+rule-based-g2p
|
| 420 |
+
rhyme-tes-00419,saurópode,trípode,sauɾɔpˈode,tɾipˈode,ode,ode,1,fserb-pt-br+rule-based-g2p
|
| 421 |
+
rhyme-tes-00420,aliviado,mensageiro,aliviˈado,mensaʒeˈiɾo,ado,iɾo,0,fserb-pt-br+rule-based-g2p
|
| 422 |
+
rhyme-tes-00421,pichelaria,romance,piʃelaɾˈia,ʁomˈanse,ia,anse,0,fserb-pt-br+rule-based-g2p
|
| 423 |
+
rhyme-tes-00422,hipotecar,readequar,ipotˈekaɾ,ʁeadˈekaɾ,ekaɾ,ekaɾ,1,fserb-pt-br+rule-based-g2p
|
| 424 |
+
rhyme-tes-00423,brame,estame,bɾˈame,estˈame,ame,ame,1,fserb-pt-br+rule-based-g2p
|
| 425 |
+
rhyme-tes-00424,metajurídico,superno,metaʒuɾidˈiko,supˈeɾno,iko,eɾno,0,fserb-pt-br+rule-based-g2p
|
| 426 |
+
rhyme-tes-00425,console,trole,konsˈole,tɾˈole,ole,ole,1,fserb-pt-br+rule-based-g2p
|
| 427 |
+
rhyme-tes-00426,feliz,sobrepeliz,fˈeliz,sobɾepˈeliz,eliz,eliz,1,fserb-pt-br+rule-based-g2p
|
| 428 |
+
rhyme-tes-00427,gluma,sumaúma,glˈuma,sumaˈuma,uma,uma,1,fserb-pt-br+rule-based-g2p
|
| 429 |
+
rhyme-tes-00428,atomicidade,bicharoco,atomisidˈade,biʃaɾˈoko,ade,oko,0,fserb-pt-br+rule-based-g2p
|
| 430 |
+
rhyme-tes-00429,filipe,partícipe,filˈipe,paɾtisˈipe,ipe,ipe,1,fserb-pt-br+rule-based-g2p
|
| 431 |
+
rhyme-tes-00430,comprar,recomprar,kˈompɾaɾ,ʁekˈompɾaɾ,ompɾaɾ,ompɾaɾ,1,fserb-pt-br+rule-based-g2p
|
| 432 |
+
rhyme-tes-00431,antimoda,soda,antimˈoda,sˈoda,oda,oda,1,fserb-pt-br+rule-based-g2p
|
| 433 |
+
rhyme-tes-00432,báratro,desentender,baɾˈatɾo,desentˈendeɾ,atɾo,endeɾ,0,fserb-pt-br+rule-based-g2p
|
| 434 |
+
rhyme-tes-00433,ferroso,limitado,feʁˈoso,limitˈado,oso,ado,0,fserb-pt-br+rule-based-g2p
|
| 435 |
+
rhyme-tes-00434,cajá,ilimitadamente,kˈaʒa,ilimitadamˈente,aʒa,ente,0,fserb-pt-br+rule-based-g2p
|
| 436 |
+
rhyme-tes-00435,pitéu,tijolada,pitˈɛu,tiʒolˈada,ɛu,ada,0,fserb-pt-br+rule-based-g2p
|
| 437 |
+
rhyme-tes-00436,harmonioso,opositivo,aɾmoniˈoso,opositˈivo,oso,ivo,0,fserb-pt-br+rule-based-g2p
|
| 438 |
+
rhyme-tes-00437,espessar,estressar,espˈesaɾ,estɾˈesaɾ,esaɾ,esaɾ,1,fserb-pt-br+rule-based-g2p
|
| 439 |
+
rhyme-tes-00438,mefistofélico,porfiado,mefistofɛlˈiko,poɾfiˈado,iko,ado,0,fserb-pt-br+rule-based-g2p
|
| 440 |
+
rhyme-tes-00439,içá,postiça,ˈisa,postˈisa,isa,isa,1,fserb-pt-br+rule-based-g2p
|
| 441 |
+
rhyme-tes-00440,reitoral,tempestuosamente,ʁeitˈoɾal,tempestuosamˈente,oɾal,ente,0,fserb-pt-br+rule-based-g2p
|
| 442 |
+
rhyme-tes-00441,finar,revacinar,fˈinaɾ,ʁevasˈinaɾ,inaɾ,inaɾ,1,fserb-pt-br+rule-based-g2p
|
| 443 |
+
rhyme-tes-00442,atarracar,destacar,ataʁˈakaɾ,destˈakaɾ,akaɾ,akaɾ,1,fserb-pt-br+rule-based-g2p
|
| 444 |
+
rhyme-tes-00443,descolagem,inexecução,deskolˈaʒem,ineʃekusˈɐ̃o,aʒem,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 445 |
+
rhyme-tes-00444,enternecedor,onicofagia,enteɾnesˈedoɾ,onikofaʒˈia,edoɾ,ia,0,fserb-pt-br+rule-based-g2p
|
| 446 |
+
rhyme-tes-00445,cromossomo,esquistossomo,kɾomosˈomo,eskistosˈomo,omo,omo,1,fserb-pt-br+rule-based-g2p
|
| 447 |
+
rhyme-tes-00446,aspado,cherovia,aspˈado,ʃeɾovˈia,ado,ia,0,fserb-pt-br+rule-based-g2p
|
| 448 |
+
rhyme-tes-00447,balestilha,farroupilha,balestˈiʎa,faʁoupˈiʎa,iʎa,iʎa,1,fserb-pt-br+rule-based-g2p
|
| 449 |
+
rhyme-tes-00448,electrocardiograma,tabanca,elektɾokaɾdiogɾˈama,tabˈanka,ama,anka,0,fserb-pt-br+rule-based-g2p
|
| 450 |
+
rhyme-tes-00449,duo,indivíduo,dˈuo,individˈuo,uo,uo,1,fserb-pt-br+rule-based-g2p
|
| 451 |
+
rhyme-tes-00450,teleaula,trípode,teleaˈula,tɾipˈode,ula,ode,0,fserb-pt-br+rule-based-g2p
|
| 452 |
+
rhyme-tes-00451,folhear,sestércio,foʎˈeaɾ,sestɛɾsˈio,eaɾ,io,0,fserb-pt-br+rule-based-g2p
|
| 453 |
+
rhyme-tes-00452,pisadela,serradela,pisadˈela,seʁadˈela,ela,ela,1,fserb-pt-br+rule-based-g2p
|
| 454 |
+
rhyme-tes-00453,pequetito,poluição,peketˈito,poluisˈɐ̃o,ito,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 455 |
+
rhyme-tes-00454,flanqueamento,óbice,flankeamˈento,ɔbˈise,ento,ise,0,fserb-pt-br+rule-based-g2p
|
| 456 |
+
rhyme-tes-00455,indistinguível,maçante,indistinʒˈivel,masˈante,ivel,ante,0,fserb-pt-br+rule-based-g2p
|
| 457 |
+
rhyme-tes-00456,filme,microfilme,fˈilme,mikɾofˈilme,ilme,ilme,1,fserb-pt-br+rule-based-g2p
|
| 458 |
+
rhyme-tes-00457,esquisto,isto,eskˈisto,ˈisto,isto,isto,1,fserb-pt-br+rule-based-g2p
|
| 459 |
+
rhyme-tes-00458,atropelado,coetâneo,atɾopelˈado,koetɐnˈeo,ado,eo,0,fserb-pt-br+rule-based-g2p
|
| 460 |
+
rhyme-tes-00459,empresar,tropeçar,empɾˈesaɾ,tɾopˈesaɾ,esaɾ,esaɾ,1,fserb-pt-br+rule-based-g2p
|
| 461 |
+
rhyme-tes-00460,arrobado,suão,aʁobˈado,suˈɐ̃o,ado,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 462 |
+
rhyme-tes-00461,computabilidade,produtivamente,komputabilidˈade,pɾodutivamˈente,ade,ente,0,fserb-pt-br+rule-based-g2p
|
| 463 |
+
rhyme-tes-00462,bicultural,superestrutural,bikultˈuɾal,supeɾestɾutˈuɾal,uɾal,uɾal,1,fserb-pt-br+rule-based-g2p
|
| 464 |
+
rhyme-tes-00463,estratificar,hematopoético,estɾatifˈikaɾ,ematopoɛtˈiko,ikaɾ,iko,0,fserb-pt-br+rule-based-g2p
|
| 465 |
+
rhyme-tes-00464,boitatá,diplomata,boitˈata,diplomˈata,ata,ata,1,fserb-pt-br+rule-based-g2p
|
| 466 |
+
rhyme-tes-00465,figurino,hino,figɾˈino,ˈino,ino,ino,1,fserb-pt-br+rule-based-g2p
|
| 467 |
+
rhyme-tes-00466,discoteca,sueca,diskotˈeka,suˈeka,eka,eka,1,fserb-pt-br+rule-based-g2p
|
| 468 |
+
rhyme-tes-00467,conjurador,populares,konʒuɾˈadoɾ,populˈaɾes,adoɾ,aɾes,0,fserb-pt-br+rule-based-g2p
|
| 469 |
+
rhyme-tes-00468,calefator,radiator,kalefˈatoɾ,ʁadiˈatoɾ,atoɾ,atoɾ,1,fserb-pt-br+rule-based-g2p
|
| 470 |
+
rhyme-tes-00469,dígito,indiciar,diʒˈito,indisˈiaɾ,ito,iaɾ,0,fserb-pt-br+rule-based-g2p
|
| 471 |
+
rhyme-tes-00470,futurólogo,metodólogo,futuɾɔlˈogo,metodɔlˈogo,ogo,ogo,1,fserb-pt-br+rule-based-g2p
|
| 472 |
+
rhyme-tes-00471,ajardinado,flanar,aʒaɾdinˈado,flˈanaɾ,ado,anaɾ,0,fserb-pt-br+rule-based-g2p
|
| 473 |
+
rhyme-tes-00472,alicerce,metabologista,alisˈeɾse,metaboloʒˈista,eɾse,ista,0,fserb-pt-br+rule-based-g2p
|
| 474 |
+
rhyme-tes-00473,detetivesco,principesco,detetivˈesko,pɾinsipˈesko,esko,esko,1,fserb-pt-br+rule-based-g2p
|
| 475 |
+
rhyme-tes-00474,cantarolar,consolar,kantaɾˈolaɾ,konsˈolaɾ,olaɾ,olaɾ,1,fserb-pt-br+rule-based-g2p
|
| 476 |
+
rhyme-tes-00475,dugongo,pongo,dugˈongo,pˈongo,ongo,ongo,1,fserb-pt-br+rule-based-g2p
|
| 477 |
+
rhyme-tes-00476,ansa,chupança,ˈansa,ʃupˈansa,ansa,ansa,1,fserb-pt-br+rule-based-g2p
|
| 478 |
+
rhyme-tes-00477,piroca,trigeminal,piɾˈoka,tɾiʒemˈinal,oka,inal,0,fserb-pt-br+rule-based-g2p
|
| 479 |
+
rhyme-tes-00478,descrença,dispensa,deskɾˈensa,dispˈensa,ensa,ensa,1,fserb-pt-br+rule-based-g2p
|
| 480 |
+
rhyme-tes-00479,folhear,omnipresente,foʎˈeaɾ,omnipɾesˈente,eaɾ,ente,0,fserb-pt-br+rule-based-g2p
|
| 481 |
+
rhyme-tes-00480,concessiva,positiva,konsesˈiva,positˈiva,iva,iva,1,fserb-pt-br+rule-based-g2p
|
| 482 |
+
rhyme-tes-00481,explanar,flanar,eʃplˈanaɾ,flˈanaɾ,anaɾ,anaɾ,1,fserb-pt-br+rule-based-g2p
|
| 483 |
+
rhyme-tes-00482,abandonado,fotocélula,abandonˈado,fotosɛlˈula,ado,ula,0,fserb-pt-br+rule-based-g2p
|
| 484 |
+
rhyme-tes-00483,destacar,judicioso,destˈakaɾ,ʒudisiˈoso,akaɾ,oso,0,fserb-pt-br+rule-based-g2p
|
| 485 |
+
rhyme-tes-00484,meã,peã,mˈeɐ̃,pˈeɐ̃,eɐ̃,eɐ̃,1,fserb-pt-br+rule-based-g2p
|
| 486 |
+
rhyme-tes-00485,caraíba,parnaíba,kaɾaˈiba,paɾnaˈiba,iba,iba,1,fserb-pt-br+rule-based-g2p
|
| 487 |
+
rhyme-tes-00486,assoalhada,trapalhada,asoaʎˈada,tɾapaʎˈada,ada,ada,1,fserb-pt-br+rule-based-g2p
|
| 488 |
+
rhyme-tes-00487,anaco,daco,anˈako,dˈako,ako,ako,1,fserb-pt-br+rule-based-g2p
|
| 489 |
+
rhyme-tes-00488,altamirense,readmissão,altamiɾˈense,ʁeadmisˈɐ̃o,ense,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 490 |
+
rhyme-tes-00489,cadelona,clona,kadelˈona,klˈona,ona,ona,1,fserb-pt-br+rule-based-g2p
|
| 491 |
+
rhyme-tes-00490,imane,lindane,imˈane,lindˈane,ane,ane,1,fserb-pt-br+rule-based-g2p
|
| 492 |
+
rhyme-tes-00491,aortite,cardinho,aoɾtˈite,kaɾdˈiɲo,ite,iɲo,0,fserb-pt-br+rule-based-g2p
|
| 493 |
+
rhyme-tes-00492,açulado,cacerense,asulˈado,kaseɾˈense,ado,ense,0,fserb-pt-br+rule-based-g2p
|
| 494 |
+
rhyme-tes-00493,dotal,total,dˈotal,tˈotal,otal,otal,1,fserb-pt-br+rule-based-g2p
|
| 495 |
+
rhyme-tes-00494,balinês,chinês,balˈines,ʃˈines,ines,ines,1,fserb-pt-br+rule-based-g2p
|
| 496 |
+
rhyme-tes-00495,abacate,trocate,abakˈate,tɾokˈate,ate,ate,1,fserb-pt-br+rule-based-g2p
|
| 497 |
+
rhyme-tes-00496,ambundo,ovimbundo,ambˈundo,ovimbˈundo,undo,undo,1,fserb-pt-br+rule-based-g2p
|
| 498 |
+
rhyme-tes-00497,encomenda,hornblenda,enkomˈenda,oɾnblˈenda,enda,enda,1,fserb-pt-br+rule-based-g2p
|
| 499 |
+
rhyme-tes-00498,estanco,panco,estˈanko,pˈanko,anko,anko,1,fserb-pt-br+rule-based-g2p
|
| 500 |
+
rhyme-tes-00499,moganga,zanga,mogˈanga,zˈanga,anga,anga,1,fserb-pt-br+rule-based-g2p
|
| 501 |
+
rhyme-tes-00500,rochedo,vinhedo,ʁoʃˈedo,viɲˈedo,edo,edo,1,fserb-pt-br+rule-based-g2p
|
| 502 |
+
rhyme-tes-00501,folclorista,gancheiro,folkloɾˈista,ganʃeˈiɾo,ista,iɾo,0,fserb-pt-br+rule-based-g2p
|
| 503 |
+
rhyme-tes-00502,escultural,finar,eskultˈuɾal,fˈinaɾ,uɾal,inaɾ,0,fserb-pt-br+rule-based-g2p
|
| 504 |
+
rhyme-tes-00503,bimbinha,molinha,bimbˈiɲa,molˈiɲa,iɲa,iɲa,1,fserb-pt-br+rule-based-g2p
|
| 505 |
+
rhyme-tes-00504,berro,ferro,bˈeʁo,fˈeʁo,eʁo,eʁo,1,fserb-pt-br+rule-based-g2p
|
| 506 |
+
rhyme-tes-00505,florir,recolorir,flˈoɾiɾ,ʁekolˈoɾiɾ,oɾiɾ,oɾiɾ,1,fserb-pt-br+rule-based-g2p
|
| 507 |
+
rhyme-tes-00506,autovetor,preletor,autovˈetoɾ,pɾelˈetoɾ,etoɾ,etoɾ,1,fserb-pt-br+rule-based-g2p
|
| 508 |
+
rhyme-tes-00507,clima,milionésima,klˈima,milionɛsˈima,ima,ima,1,fserb-pt-br+rule-based-g2p
|
| 509 |
+
rhyme-tes-00508,consorte,corte,konsˈoɾte,kˈoɾte,oɾte,oɾte,1,fserb-pt-br+rule-based-g2p
|
| 510 |
+
rhyme-tes-00509,adiante,canalizador,adiˈante,kanalizˈadoɾ,ante,adoɾ,0,fserb-pt-br+rule-based-g2p
|
| 511 |
+
rhyme-tes-00510,corredor,desenvolvedor,koʁˈedoɾ,desenvolvˈedoɾ,edoɾ,edoɾ,1,fserb-pt-br+rule-based-g2p
|
| 512 |
+
rhyme-tes-00511,cartonagem,edredão,kaɾtonˈaʒem,edɾedˈɐ̃o,aʒem,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 513 |
+
rhyme-tes-00512,abacate,sexólogo,abakˈate,seʃɔlˈogo,ate,ogo,0,fserb-pt-br+rule-based-g2p
|
| 514 |
+
rhyme-tes-00513,facílimo,veríssimo,fasilˈimo,veɾisˈimo,imo,imo,1,fserb-pt-br+rule-based-g2p
|
| 515 |
+
rhyme-tes-00514,luminotécnico,vermelho,luminotɛknˈiko,veɾmˈeʎo,iko,eʎo,0,fserb-pt-br+rule-based-g2p
|
| 516 |
+
rhyme-tes-00515,afixar,mixar,afˈiʃaɾ,mˈiʃaɾ,iʃaɾ,iʃaɾ,1,fserb-pt-br+rule-based-g2p
|
| 517 |
+
rhyme-tes-00516,ferramenta,placenta,feʁamˈenta,plasˈenta,enta,enta,1,fserb-pt-br+rule-based-g2p
|
| 518 |
+
rhyme-tes-00517,cigana,matarana,sigˈana,mataɾˈana,ana,ana,1,fserb-pt-br+rule-based-g2p
|
| 519 |
+
rhyme-tes-00518,dissertativo,oxidativo,diseɾtatˈivo,oʃidatˈivo,ivo,ivo,1,fserb-pt-br+rule-based-g2p
|
| 520 |
+
rhyme-tes-00519,rocal,vocal,ʁˈokal,vˈokal,okal,okal,1,fserb-pt-br+rule-based-g2p
|
| 521 |
+
rhyme-tes-00520,axonal,emocional,aʃˈonal,emosiˈonal,onal,onal,1,fserb-pt-br+rule-based-g2p
|
| 522 |
+
rhyme-tes-00521,ecologismo,relacionar,ekoloʒˈismo,ʁelasiˈonaɾ,ismo,onaɾ,0,fserb-pt-br+rule-based-g2p
|
| 523 |
+
rhyme-tes-00522,coetâneo,desertificar,koetɐnˈeo,deseɾtifˈikaɾ,eo,ikaɾ,0,fserb-pt-br+rule-based-g2p
|
| 524 |
+
rhyme-tes-00523,laterita,refutabilidade,lateɾˈita,ʁefutabilidˈade,ita,ade,0,fserb-pt-br+rule-based-g2p
|
| 525 |
+
rhyme-tes-00524,descorante,hierarquia,deskoɾˈante,ieɾaɾkˈia,ante,ia,0,fserb-pt-br+rule-based-g2p
|
| 526 |
+
rhyme-tes-00525,percloreto,singleto,peɾkloɾˈeto,singlˈeto,eto,eto,1,fserb-pt-br+rule-based-g2p
|
| 527 |
+
rhyme-tes-00526,necrófago,ressurgido,nekɾɔfˈago,ʁesuɾʒˈido,ago,ido,0,fserb-pt-br+rule-based-g2p
|
| 528 |
+
rhyme-tes-00527,pondo,redondo,pˈondo,ʁedˈondo,ondo,ondo,1,fserb-pt-br+rule-based-g2p
|
| 529 |
+
rhyme-tes-00528,cavouco,macuco,kavoˈuko,makˈuko,uko,uko,1,fserb-pt-br+rule-based-g2p
|
| 530 |
+
rhyme-tes-00529,cajá,maracajá,kˈaʒa,maɾakˈaʒa,aʒa,aʒa,1,fserb-pt-br+rule-based-g2p
|
| 531 |
+
rhyme-tes-00530,organizado,testamento,oɾganizˈado,testamˈento,ado,ento,0,fserb-pt-br+rule-based-g2p
|
| 532 |
+
rhyme-tes-00531,provérbio,reencontrado,pɾovɛɾbˈio,ʁeenkontɾˈado,io,ado,0,fserb-pt-br+rule-based-g2p
|
| 533 |
+
rhyme-tes-00532,chutar,cotoco,ʃˈutaɾ,kotˈoko,utaɾ,oko,0,fserb-pt-br+rule-based-g2p
|
| 534 |
+
rhyme-tes-00533,hexagonal,testado,eʃagˈonal,testˈado,onal,ado,0,fserb-pt-br+rule-based-g2p
|
| 535 |
+
rhyme-tes-00534,estranheza,rijeza,estɾaɲˈeza,ʁiʒˈeza,eza,eza,1,fserb-pt-br+rule-based-g2p
|
| 536 |
+
rhyme-tes-00535,alicerce,mercê,alisˈeɾse,mˈeɾse,eɾse,eɾse,1,fserb-pt-br+rule-based-g2p
|
| 537 |
+
rhyme-tes-00536,cocô,equívoco,kˈoko,ekivˈoko,oko,oko,1,fserb-pt-br+rule-based-g2p
|
| 538 |
+
rhyme-tes-00537,preletor,retroprojetor,pɾelˈetoɾ,ʁetɾopɾoʒˈetoɾ,etoɾ,etoɾ,1,fserb-pt-br+rule-based-g2p
|
| 539 |
+
rhyme-tes-00538,explosividade,siderar,eʃplosividˈade,sidˈeɾaɾ,ade,eɾaɾ,0,fserb-pt-br+rule-based-g2p
|
| 540 |
+
rhyme-tes-00539,encarreirar,escaqueirar,enkaʁeˈiɾaɾ,eskakeˈiɾaɾ,iɾaɾ,iɾaɾ,1,fserb-pt-br+rule-based-g2p
|
| 541 |
+
rhyme-tes-00540,buxo,portucho,bˈuʃo,poɾtˈuʃo,uʃo,uʃo,1,fserb-pt-br+rule-based-g2p
|
| 542 |
+
rhyme-tes-00541,barrote,ideologia,baʁˈote,ideoloʒˈia,ote,ia,0,fserb-pt-br+rule-based-g2p
|
| 543 |
+
rhyme-tes-00542,almanjarra,gambarra,almanʒˈaʁa,gambˈaʁa,aʁa,aʁa,1,fserb-pt-br+rule-based-g2p
|
| 544 |
+
rhyme-tes-00543,judicialmente,retalhado,ʒudisialmˈente,ʁetaʎˈado,ente,ado,0,fserb-pt-br+rule-based-g2p
|
| 545 |
+
rhyme-tes-00544,franqueza,madalenense,fɾankˈeza,madalenˈense,eza,ense,0,fserb-pt-br+rule-based-g2p
|
| 546 |
+
rhyme-tes-00545,lívido,remoído,livˈido,ʁemoˈido,ido,ido,1,fserb-pt-br+rule-based-g2p
|
| 547 |
+
rhyme-tes-00546,biótopo,radioisótopo,biɔtˈopo,ʁadioisɔtˈopo,opo,opo,1,fserb-pt-br+rule-based-g2p
|
| 548 |
+
rhyme-tes-00547,brutal,frutal,bɾˈutal,fɾˈutal,utal,utal,1,fserb-pt-br+rule-based-g2p
|
| 549 |
+
rhyme-tes-00548,percloreto,vértice,peɾkloɾˈeto,vɛɾtˈise,eto,ise,0,fserb-pt-br+rule-based-g2p
|
| 550 |
+
rhyme-tes-00549,alagar,vagar,alˈagaɾ,vˈagaɾ,agaɾ,agaɾ,1,fserb-pt-br+rule-based-g2p
|
| 551 |
+
rhyme-tes-00550,empresar,endereçar,empɾˈesaɾ,endeɾˈesaɾ,esaɾ,esaɾ,1,fserb-pt-br+rule-based-g2p
|
| 552 |
+
rhyme-tes-00551,coroá,garoa,koɾˈoa,gaɾˈoa,oa,oa,1,fserb-pt-br+rule-based-g2p
|
| 553 |
+
rhyme-tes-00552,córdia,seto,kɔɾdˈia,sˈeto,ia,eto,0,fserb-pt-br+rule-based-g2p
|
| 554 |
+
rhyme-tes-00553,bezoar,sarrinho,bezˈoaɾ,saʁˈiɲo,oaɾ,iɲo,0,fserb-pt-br+rule-based-g2p
|
| 555 |
+
rhyme-tes-00554,cafreal,leal,kafɾˈeal,lˈeal,eal,eal,1,fserb-pt-br+rule-based-g2p
|
| 556 |
+
rhyme-tes-00555,manuseável,perfumaria,manuseˈavel,peɾfumaɾˈia,avel,ia,0,fserb-pt-br+rule-based-g2p
|
| 557 |
+
rhyme-tes-00556,cordeira,recosto,koɾdeˈiɾa,ʁekˈosto,iɾa,osto,0,fserb-pt-br+rule-based-g2p
|
| 558 |
+
rhyme-tes-00557,irradiar,tesouro,iʁadˈiaɾ,tesoˈuɾo,iaɾ,uɾo,0,fserb-pt-br+rule-based-g2p
|
| 559 |
+
rhyme-tes-00558,jóquei,nisei,ʒɔkˈei,nisˈei,ei,ei,1,fserb-pt-br+rule-based-g2p
|
| 560 |
+
rhyme-tes-00559,teiga,touriga,teˈiga,touɾˈiga,iga,iga,1,fserb-pt-br+rule-based-g2p
|
| 561 |
+
rhyme-tes-00560,bifurcado,lucerna,bifuɾkˈado,lusˈeɾna,ado,eɾna,0,fserb-pt-br+rule-based-g2p
|
| 562 |
+
rhyme-tes-00561,felgueira,glenoide,felʒeˈiɾa,glenoˈide,iɾa,ide,0,fserb-pt-br+rule-based-g2p
|
| 563 |
+
rhyme-tes-00562,acesso,reso,asˈeso,ʁˈeso,eso,eso,1,fserb-pt-br+rule-based-g2p
|
| 564 |
+
rhyme-tes-00563,bucólica,lamecense,bukɔlˈika,lamesˈense,ika,ense,0,fserb-pt-br+rule-based-g2p
|
| 565 |
+
rhyme-tes-00564,acercamento,arbítrio,aseɾkamˈento,aɾbitɾˈio,ento,io,0,fserb-pt-br+rule-based-g2p
|
| 566 |
+
rhyme-tes-00565,anoraque,claque,anoɾˈake,klˈake,ake,ake,1,fserb-pt-br+rule-based-g2p
|
| 567 |
+
rhyme-tes-00566,coariense,extensividade,koaɾiˈense,eʃtensividˈade,ense,ade,0,fserb-pt-br+rule-based-g2p
|
| 568 |
+
rhyme-tes-00567,esquistossomo,nomenclatura,eskistosˈomo,nomenklatˈuɾa,omo,uɾa,0,fserb-pt-br+rule-based-g2p
|
| 569 |
+
rhyme-tes-00568,definitório,desacompanhado,definitɔɾˈio,desakompaɲˈado,io,ado,0,fserb-pt-br+rule-based-g2p
|
| 570 |
+
rhyme-tes-00569,energético,prescrito,eneɾʒɛtˈiko,pɾeskɾˈito,iko,ito,0,fserb-pt-br+rule-based-g2p
|
| 571 |
+
rhyme-tes-00570,arremessar,tropeçar,aʁemˈesaɾ,tɾopˈesaɾ,esaɾ,esaɾ,1,fserb-pt-br+rule-based-g2p
|
| 572 |
+
rhyme-tes-00571,shampoo,zôo,sampˈoo,zˈoo,oo,oo,1,fserb-pt-br+rule-based-g2p
|
| 573 |
+
rhyme-tes-00572,carraço,pedal,kaʁˈaso,pˈedal,aso,edal,0,fserb-pt-br+rule-based-g2p
|
| 574 |
+
rhyme-tes-00573,arquejo,desejo,aɾkˈeʒo,desˈeʒo,eʒo,eʒo,1,fserb-pt-br+rule-based-g2p
|
| 575 |
+
rhyme-tes-00574,costeiras,voadeiras,kosteˈiɾas,voadeˈiɾas,iɾas,iɾas,1,fserb-pt-br+rule-based-g2p
|
| 576 |
+
rhyme-tes-00575,espartilhado,hematopoético,espaɾtiʎˈado,ematopoɛtˈiko,ado,iko,0,fserb-pt-br+rule-based-g2p
|
| 577 |
+
rhyme-tes-00576,borato,malato,boɾˈato,malˈato,ato,ato,1,fserb-pt-br+rule-based-g2p
|
| 578 |
+
rhyme-tes-00577,esmeralda,espalda,esmeɾˈalda,espˈalda,alda,alda,1,fserb-pt-br+rule-based-g2p
|
| 579 |
+
rhyme-tes-00578,buri,podal,bˈuɾi,pˈodal,uɾi,odal,0,fserb-pt-br+rule-based-g2p
|
| 580 |
+
rhyme-tes-00579,mandarina,testamento,mandaɾˈina,testamˈento,ina,ento,0,fserb-pt-br+rule-based-g2p
|
| 581 |
+
rhyme-tes-00580,amendoim,compendiar,amendˈoim,kompendˈiaɾ,oim,iaɾ,0,fserb-pt-br+rule-based-g2p
|
| 582 |
+
rhyme-tes-00581,dipo,expropriação,dˈipo,eʃpɾopɾiasˈɐ̃o,ipo,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 583 |
+
rhyme-tes-00582,abegoa,goa,abegˈoa,gˈoa,oa,oa,1,fserb-pt-br+rule-based-g2p
|
| 584 |
+
rhyme-tes-00583,tecidual,usual,tesidˈual,usˈual,ual,ual,1,fserb-pt-br+rule-based-g2p
|
| 585 |
+
rhyme-tes-00584,dividendo,referendo,dividˈendo,ʁefeɾˈendo,endo,endo,1,fserb-pt-br+rule-based-g2p
|
| 586 |
+
rhyme-tes-00585,roda,soda,ʁˈoda,sˈoda,oda,oda,1,fserb-pt-br+rule-based-g2p
|
| 587 |
+
rhyme-tes-00586,fumigar,pólice,fumˈigaɾ,pɔlˈise,igaɾ,ise,0,fserb-pt-br+rule-based-g2p
|
| 588 |
+
rhyme-tes-00587,esmerado,sovaco,esmeɾˈado,sovˈako,ado,ako,0,fserb-pt-br+rule-based-g2p
|
| 589 |
+
rhyme-tes-00588,desembarcar,encharcar,desembˈaɾkaɾ,enʃˈaɾkaɾ,aɾkaɾ,aɾkaɾ,1,fserb-pt-br+rule-based-g2p
|
| 590 |
+
rhyme-tes-00589,antepasto,tonoplasto,antepˈasto,tonoplˈasto,asto,asto,1,fserb-pt-br+rule-based-g2p
|
| 591 |
+
rhyme-tes-00590,despenhamento,enternecimento,despeɲamˈento,enteɾnesimˈento,ento,ento,1,fserb-pt-br+rule-based-g2p
|
| 592 |
+
rhyme-tes-00591,demérito,purgação,demɛɾˈito,puɾgasˈɐ̃o,ito,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 593 |
+
rhyme-tes-00592,argumentado,empregue,aɾgmentˈado,empɾˈeʒe,ado,eʒe,0,fserb-pt-br+rule-based-g2p
|
| 594 |
+
rhyme-tes-00593,excluso,iorquino,eʃklˈuso,ioɾkˈino,uso,ino,0,fserb-pt-br+rule-based-g2p
|
| 595 |
+
rhyme-tes-00594,faiscar,superego,faˈiskaɾ,supeɾˈego,iskaɾ,ego,0,fserb-pt-br+rule-based-g2p
|
| 596 |
+
rhyme-tes-00595,afazeres,poderes,afazˈeɾes,podˈeɾes,eɾes,eɾes,1,fserb-pt-br+rule-based-g2p
|
| 597 |
+
rhyme-tes-00596,abútua,embutido,abutˈua,embutˈido,ua,ido,0,fserb-pt-br+rule-based-g2p
|
| 598 |
+
rhyme-tes-00597,faisqueira,impagável,faiskeˈiɾa,impagˈavel,iɾa,avel,0,fserb-pt-br+rule-based-g2p
|
| 599 |
+
rhyme-tes-00598,caraíba,escovadela,kaɾaˈiba,eskovadˈela,iba,ela,0,fserb-pt-br+rule-based-g2p
|
| 600 |
+
rhyme-tes-00599,cabalar,estralar,kabˈalaɾ,estɾˈalaɾ,alaɾ,alaɾ,1,fserb-pt-br+rule-based-g2p
|
| 601 |
+
rhyme-tes-00600,adjetivar,eivar,adʒetˈivaɾ,eˈivaɾ,ivaɾ,ivaɾ,1,fserb-pt-br+rule-based-g2p
|
| 602 |
+
rhyme-tes-00601,adaga,jaraguá,adˈaga,ʒaɾˈaga,aga,aga,1,fserb-pt-br+rule-based-g2p
|
| 603 |
+
rhyme-tes-00602,amolecer,padecer,amolˈeseɾ,padˈeseɾ,eseɾ,eseɾ,1,fserb-pt-br+rule-based-g2p
|
| 604 |
+
rhyme-tes-00603,asca,descasca,ˈaska,deskˈaska,aska,aska,1,fserb-pt-br+rule-based-g2p
|
| 605 |
+
rhyme-tes-00604,congada,cultivado,kongˈada,kultivˈado,ada,ado,0,fserb-pt-br+rule-based-g2p
|
| 606 |
+
rhyme-tes-00605,antiquíssimo,facílimo,antikisˈimo,fasilˈimo,imo,imo,1,fserb-pt-br+rule-based-g2p
|
| 607 |
+
rhyme-tes-00606,noctâmbulo,vite,noktɐmbˈulo,vˈite,ulo,ite,0,fserb-pt-br+rule-based-g2p
|
| 608 |
+
rhyme-tes-00607,bragal,ulmeiro,bɾˈagal,ulmeˈiɾo,agal,iɾo,0,fserb-pt-br+rule-based-g2p
|
| 609 |
+
rhyme-tes-00608,combatido,dopante,kombatˈido,dopˈante,ido,ante,0,fserb-pt-br+rule-based-g2p
|
| 610 |
+
rhyme-tes-00609,adversar,esterçar,advˈeɾsaɾ,estˈeɾsaɾ,eɾsaɾ,eɾsaɾ,1,fserb-pt-br+rule-based-g2p
|
| 611 |
+
rhyme-tes-00610,indecentemente,total,indesentemˈente,tˈotal,ente,otal,0,fserb-pt-br+rule-based-g2p
|
| 612 |
+
rhyme-tes-00611,bipedal,vermelhar,bipˈedal,veɾmˈeʎaɾ,edal,eʎaɾ,0,fserb-pt-br+rule-based-g2p
|
| 613 |
+
rhyme-tes-00612,descolonizar,teorizar,deskolonˈizaɾ,teoɾˈizaɾ,izaɾ,izaɾ,1,fserb-pt-br+rule-based-g2p
|
| 614 |
+
rhyme-tes-00613,extraviar,morgado,eʃtɾavˈiaɾ,moɾgˈado,iaɾ,ado,0,fserb-pt-br+rule-based-g2p
|
| 615 |
+
rhyme-tes-00614,comissário,convalescente,komisaɾˈio,konvalessˈente,io,ente,0,fserb-pt-br+rule-based-g2p
|
| 616 |
+
rhyme-tes-00615,glosa,rebordosa,glˈosa,ʁeboɾdˈosa,osa,osa,1,fserb-pt-br+rule-based-g2p
|
| 617 |
+
rhyme-tes-00616,heléboro,santoro,elɛbˈoɾo,santˈoɾo,oɾo,oɾo,1,fserb-pt-br+rule-based-g2p
|
| 618 |
+
rhyme-tes-00617,etileno,polistireno,etilˈeno,polistiɾˈeno,eno,eno,1,fserb-pt-br+rule-based-g2p
|
| 619 |
+
rhyme-tes-00618,cagado,obidense,kagˈado,obidˈense,ado,ense,0,fserb-pt-br+rule-based-g2p
|
| 620 |
+
rhyme-tes-00619,glicosídeo,peptídeo,glikosidˈeo,peptidˈeo,eo,eo,1,fserb-pt-br+rule-based-g2p
|
| 621 |
+
rhyme-tes-00620,coagido,totalitariamente,koaʒˈido,totalitaɾiamˈente,ido,ente,0,fserb-pt-br+rule-based-g2p
|
| 622 |
+
rhyme-tes-00621,gordinha,lucão,goɾdˈiɲa,lukˈɐ̃o,iɲa,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 623 |
+
rhyme-tes-00622,oceanógrafo,telégrafo,oseanɔgɾˈafo,telɛgɾˈafo,afo,afo,1,fserb-pt-br+rule-based-g2p
|
| 624 |
+
rhyme-tes-00623,corista,modernismo,koɾˈista,modeɾnˈismo,ista,ismo,0,fserb-pt-br+rule-based-g2p
|
| 625 |
+
rhyme-tes-00624,autentificar,dissociativo,autentifˈikaɾ,disosiatˈivo,ikaɾ,ivo,0,fserb-pt-br+rule-based-g2p
|
| 626 |
+
rhyme-tes-00625,indefeso,obsesso,indefˈeso,obsˈeso,eso,eso,1,fserb-pt-br+rule-based-g2p
|
| 627 |
+
rhyme-tes-00626,comprovar,teofilina,kompɾˈovaɾ,teofilˈina,ovaɾ,ina,0,fserb-pt-br+rule-based-g2p
|
| 628 |
+
rhyme-tes-00627,jacobinense,ubaense,ʒakobinˈense,ubaˈense,ense,ense,1,fserb-pt-br+rule-based-g2p
|
| 629 |
+
rhyme-tes-00628,enfiteuse,mousse,enfiteˈuse,moˈuse,use,use,1,fserb-pt-br+rule-based-g2p
|
| 630 |
+
rhyme-tes-00629,fraseio,musicista,fɾaseˈio,musisˈista,io,ista,0,fserb-pt-br+rule-based-g2p
|
| 631 |
+
rhyme-tes-00630,acrilonitrila,sulfidrila,akɾilonitɾˈila,sulfidɾˈila,ila,ila,1,fserb-pt-br+rule-based-g2p
|
| 632 |
+
rhyme-tes-00631,desengraxamento,harmonioso,desengɾaʃamˈento,aɾmoniˈoso,ento,oso,0,fserb-pt-br+rule-based-g2p
|
| 633 |
+
rhyme-tes-00632,marchadeira,supercomputador,maɾʃadeˈiɾa,supeɾkomputˈadoɾ,iɾa,adoɾ,0,fserb-pt-br+rule-based-g2p
|
| 634 |
+
rhyme-tes-00633,amendoim,soim,amendˈoim,sˈoim,oim,oim,1,fserb-pt-br+rule-based-g2p
|
| 635 |
+
rhyme-tes-00634,falésia,piraquara,falɛsˈia,piɾakˈaɾa,ia,aɾa,0,fserb-pt-br+rule-based-g2p
|
| 636 |
+
rhyme-tes-00635,geodo,linfonodo,ʒeˈodo,linfonˈodo,odo,odo,1,fserb-pt-br+rule-based-g2p
|
| 637 |
+
rhyme-tes-00636,atulhar,debulhar,atˈuʎaɾ,debˈuʎaɾ,uʎaɾ,uʎaɾ,1,fserb-pt-br+rule-based-g2p
|
| 638 |
+
rhyme-tes-00637,miguelista,transcendentalismo,miʒelˈista,tɾanssendentalˈismo,ista,ismo,0,fserb-pt-br+rule-based-g2p
|
| 639 |
+
rhyme-tes-00638,purunga,sunga,puɾˈunga,sˈunga,unga,unga,1,fserb-pt-br+rule-based-g2p
|
| 640 |
+
rhyme-tes-00639,cópula,divisor,kɔpˈula,divˈisoɾ,ula,isoɾ,0,fserb-pt-br+rule-based-g2p
|
| 641 |
+
rhyme-tes-00640,decisor,divisor,desˈisoɾ,divˈisoɾ,isoɾ,isoɾ,1,fserb-pt-br+rule-based-g2p
|
| 642 |
+
rhyme-tes-00641,canavieirense,rente,kanavieiɾˈense,ʁˈente,ense,ente,0,fserb-pt-br+rule-based-g2p
|
| 643 |
+
rhyme-tes-00642,anualizado,pedrada,anualizˈado,pedɾˈada,ado,ada,0,fserb-pt-br+rule-based-g2p
|
| 644 |
+
rhyme-tes-00643,amila,nitrila,amˈila,nitɾˈila,ila,ila,1,fserb-pt-br+rule-based-g2p
|
| 645 |
+
rhyme-tes-00644,decoratividade,uruçuiense,dekoɾatividˈade,uɾusuiˈense,ade,ense,0,fserb-pt-br+rule-based-g2p
|
| 646 |
+
rhyme-tes-00645,reinserção,terrada,ʁeinseɾsˈɐ̃o,teʁˈada,ɐ̃o,ada,0,fserb-pt-br+rule-based-g2p
|
| 647 |
+
rhyme-tes-00646,esparramo,monógamo,espaʁˈamo,monɔgˈamo,amo,amo,1,fserb-pt-br+rule-based-g2p
|
| 648 |
+
rhyme-tes-00647,giganta,quanta,ʒigˈanta,kˈanta,anta,anta,1,fserb-pt-br+rule-based-g2p
|
| 649 |
+
rhyme-tes-00648,inferiormente,sapota,infeɾioɾmˈente,sapˈota,ente,ota,0,fserb-pt-br+rule-based-g2p
|
| 650 |
+
rhyme-tes-00649,inobstante,lombinho,inobstˈante,lombˈiɲo,ante,iɲo,0,fserb-pt-br+rule-based-g2p
|
| 651 |
+
rhyme-tes-00650,apregoado,barcelonês,apɾegoˈado,baɾselˈones,ado,ones,0,fserb-pt-br+rule-based-g2p
|
| 652 |
+
rhyme-tes-00651,cômodo,denodo,komˈodo,denˈodo,odo,odo,1,fserb-pt-br+rule-based-g2p
|
| 653 |
+
rhyme-tes-00652,moralizante,visuoespacial,moɾalizˈante,visuoespasˈial,ante,ial,0,fserb-pt-br+rule-based-g2p
|
| 654 |
+
rhyme-tes-00653,coartada,tonsura,koaɾtˈada,tonsˈuɾa,ada,uɾa,0,fserb-pt-br+rule-based-g2p
|
| 655 |
+
rhyme-tes-00654,arrevesado,saurópode,aʁevesˈado,sauɾɔpˈode,ado,ode,0,fserb-pt-br+rule-based-g2p
|
| 656 |
+
rhyme-tes-00655,diterpeno,paraná,diteɾpˈeno,paɾˈana,eno,ana,0,fserb-pt-br+rule-based-g2p
|
| 657 |
+
rhyme-tes-00656,chamorro,zorro,ʃamˈoʁo,zˈoʁo,oʁo,oʁo,1,fserb-pt-br+rule-based-g2p
|
| 658 |
+
rhyme-tes-00657,glote,mofino,glˈote,mofˈino,ote,ino,0,fserb-pt-br+rule-based-g2p
|
| 659 |
+
rhyme-tes-00658,compactamente,cárneo,kompaktamˈente,kaɾnˈeo,ente,eo,0,fserb-pt-br+rule-based-g2p
|
| 660 |
+
rhyme-tes-00659,necroscópico,pélvica,nekɾoskɔpˈiko,pɛlvˈika,iko,ika,0,fserb-pt-br+rule-based-g2p
|
| 661 |
+
rhyme-tes-00660,aerovia,ofego,aeɾovˈia,ofˈego,ia,ego,0,fserb-pt-br+rule-based-g2p
|
| 662 |
+
rhyme-tes-00661,barrote,zelote,baʁˈote,zelˈote,ote,ote,1,fserb-pt-br+rule-based-g2p
|
| 663 |
+
rhyme-tes-00662,carregado,tabelado,kaʁegˈado,tabelˈado,ado,ado,1,fserb-pt-br+rule-based-g2p
|
| 664 |
+
rhyme-tes-00663,incompleto,parafinado,inkomplˈeto,paɾafinˈado,eto,ado,0,fserb-pt-br+rule-based-g2p
|
| 665 |
+
rhyme-tes-00664,confitente,epiglotite,konfitˈente,epiglotˈite,ente,ite,0,fserb-pt-br+rule-based-g2p
|
| 666 |
+
rhyme-tes-00665,geco,leco,ʒˈeko,lˈeko,eko,eko,1,fserb-pt-br+rule-based-g2p
|
| 667 |
+
rhyme-tes-00666,cocô,cotoco,kˈoko,kotˈoko,oko,oko,1,fserb-pt-br+rule-based-g2p
|
| 668 |
+
rhyme-tes-00667,moralizante,tritícola,moɾalizˈante,tɾitikˈola,ante,ola,0,fserb-pt-br+rule-based-g2p
|
| 669 |
+
rhyme-tes-00668,lonca,ronca,lˈonka,ʁˈonka,onka,onka,1,fserb-pt-br+rule-based-g2p
|
| 670 |
+
rhyme-tes-00669,fatigado,mesmidade,fatigˈado,mesmidˈade,ado,ade,0,fserb-pt-br+rule-based-g2p
|
| 671 |
+
rhyme-tes-00670,poligrafia,sacrifical,poligɾafˈia,sakɾifˈikal,ia,ikal,0,fserb-pt-br+rule-based-g2p
|
| 672 |
+
rhyme-tes-00671,arrogantemente,chutar,aʁogantemˈente,ʃˈutaɾ,ente,utaɾ,0,fserb-pt-br+rule-based-g2p
|
| 673 |
+
rhyme-tes-00672,buri,tecnicamente,bˈuɾi,teknikamˈente,uɾi,ente,0,fserb-pt-br+rule-based-g2p
|
| 674 |
+
rhyme-tes-00673,contracto,putrefacto,kontɾˈakto,putɾefˈakto,akto,akto,1,fserb-pt-br+rule-based-g2p
|
| 675 |
+
rhyme-tes-00674,certeza,redondeza,seɾtˈeza,ʁedondˈeza,eza,eza,1,fserb-pt-br+rule-based-g2p
|
| 676 |
+
rhyme-tes-00675,coloide,glenoide,koloˈide,glenoˈide,ide,ide,1,fserb-pt-br+rule-based-g2p
|
| 677 |
+
rhyme-tes-00676,francesa,prioresa,fɾansˈesa,pɾioɾˈesa,esa,esa,1,fserb-pt-br+rule-based-g2p
|
| 678 |
+
rhyme-tes-00677,favela,sartorial,favˈela,saɾtoɾˈial,ela,ial,0,fserb-pt-br+rule-based-g2p
|
| 679 |
+
rhyme-tes-00678,encrenca,tenca,enkɾˈenka,tˈenka,enka,enka,1,fserb-pt-br+rule-based-g2p
|
| 680 |
+
rhyme-tes-00679,cardiologista,pialo,kaɾdioloʒˈista,piˈalo,ista,alo,0,fserb-pt-br+rule-based-g2p
|
| 681 |
+
rhyme-tes-00680,faiscar,rabiscar,faˈiskaɾ,ʁabˈiskaɾ,iskaɾ,iskaɾ,1,fserb-pt-br+rule-based-g2p
|
| 682 |
+
rhyme-tes-00681,lias,messias,lˈias,mesˈias,ias,ias,1,fserb-pt-br+rule-based-g2p
|
| 683 |
+
rhyme-tes-00682,pastejo,viagem,pastˈeʒo,viˈaʒem,eʒo,aʒem,0,fserb-pt-br+rule-based-g2p
|
| 684 |
+
rhyme-tes-00683,destacar,emplacar,destˈakaɾ,emplˈakaɾ,akaɾ,akaɾ,1,fserb-pt-br+rule-based-g2p
|
| 685 |
+
rhyme-tes-00684,bastidor,poluidor,bastˈidoɾ,poluˈidoɾ,idoɾ,idoɾ,1,fserb-pt-br+rule-based-g2p
|
| 686 |
+
rhyme-tes-00685,dicção,hemocianina,diksˈɐ̃o,emosianˈina,ɐ̃o,ina,0,fserb-pt-br+rule-based-g2p
|
| 687 |
+
rhyme-tes-00686,delinear,sapear,delinˈeaɾ,sapˈeaɾ,eaɾ,eaɾ,1,fserb-pt-br+rule-based-g2p
|
| 688 |
+
rhyme-tes-00687,escuridade,quirodáctilo,eskuɾidˈade,kiɾodaktˈilo,ade,ilo,0,fserb-pt-br+rule-based-g2p
|
| 689 |
+
rhyme-tes-00688,estropício,imperfurado,estɾopisˈio,impeɾfuɾˈado,io,ado,0,fserb-pt-br+rule-based-g2p
|
| 690 |
+
rhyme-tes-00689,capitalizar,infantilizar,kapitalˈizaɾ,infantilˈizaɾ,izaɾ,izaɾ,1,fserb-pt-br+rule-based-g2p
|
| 691 |
+
rhyme-tes-00690,intocado,socialmente,intokˈado,sosialmˈente,ado,ente,0,fserb-pt-br+rule-based-g2p
|
| 692 |
+
rhyme-tes-00691,extemporaneidade,limitadamente,eʃtempoɾaneidˈade,limitadamˈente,ade,ente,0,fserb-pt-br+rule-based-g2p
|
| 693 |
+
rhyme-tes-00692,archeiro,vidraceiro,aɾʃeˈiɾo,vidɾaseˈiɾo,iɾo,iɾo,1,fserb-pt-br+rule-based-g2p
|
| 694 |
+
rhyme-tes-00693,grotão,ultor,gɾotˈɐ̃o,ˈultoɾ,ɐ̃o,ultoɾ,0,fserb-pt-br+rule-based-g2p
|
| 695 |
+
rhyme-tes-00694,guere,sere,ʒˈeɾe,sˈeɾe,eɾe,eɾe,1,fserb-pt-br+rule-based-g2p
|
| 696 |
+
rhyme-tes-00695,cerebrospinal,quadrilateral,seɾebɾospˈinal,kadɾilatˈeɾal,inal,eɾal,0,fserb-pt-br+rule-based-g2p
|
| 697 |
+
rhyme-tes-00696,gincana,momentâneo,ʒinkˈana,momentɐnˈeo,ana,eo,0,fserb-pt-br+rule-based-g2p
|
| 698 |
+
rhyme-tes-00697,enformação,raso,enfoɾmasˈɐ̃o,ʁˈaso,ɐ̃o,aso,0,fserb-pt-br+rule-based-g2p
|
| 699 |
+
rhyme-tes-00698,coleirinho,encomenda,koleiɾˈiɲo,enkomˈenda,iɲo,enda,0,fserb-pt-br+rule-based-g2p
|
| 700 |
+
rhyme-tes-00699,ceco,recolorir,sˈeko,ʁekolˈoɾiɾ,eko,oɾiɾ,0,fserb-pt-br+rule-based-g2p
|
| 701 |
+
rhyme-tes-00700,intitular,matricular,intitˈulaɾ,matɾikˈulaɾ,ulaɾ,ulaɾ,1,fserb-pt-br+rule-based-g2p
|
| 702 |
+
rhyme-tes-00701,escaqueirar,retirar,eskakeˈiɾaɾ,ʁetˈiɾaɾ,iɾaɾ,iɾaɾ,1,fserb-pt-br+rule-based-g2p
|
| 703 |
+
rhyme-tes-00702,rudimental,transcontinental,ʁudimˈental,tɾanskontinˈental,ental,ental,1,fserb-pt-br+rule-based-g2p
|
| 704 |
+
rhyme-tes-00703,gauche,protecionista,gaˈuʃe,pɾotesionˈista,uʃe,ista,0,fserb-pt-br+rule-based-g2p
|
| 705 |
+
rhyme-tes-00704,catolé,olé,katˈolɛ,ˈolɛ,olɛ,olɛ,1,fserb-pt-br+rule-based-g2p
|
| 706 |
+
rhyme-tes-00705,caíque,fique,kaˈike,fˈike,ike,ike,1,fserb-pt-br+rule-based-g2p
|
| 707 |
+
rhyme-tes-00706,epigastralgia,ortogonalidade,epigastɾalʒˈia,oɾtogonalidˈade,ia,ade,0,fserb-pt-br+rule-based-g2p
|
| 708 |
+
rhyme-tes-00707,ganido,paganismo,ganˈido,paganˈismo,ido,ismo,0,fserb-pt-br+rule-based-g2p
|
| 709 |
+
rhyme-tes-00708,atracado,cherovia,atɾakˈado,ʃeɾovˈia,ado,ia,0,fserb-pt-br+rule-based-g2p
|
| 710 |
+
rhyme-tes-00709,aspado,estarrecido,aspˈado,estaʁesˈido,ado,ido,0,fserb-pt-br+rule-based-g2p
|
| 711 |
+
rhyme-tes-00710,refogar,revogar,ʁefˈogaɾ,ʁevˈogaɾ,ogaɾ,ogaɾ,1,fserb-pt-br+rule-based-g2p
|
| 712 |
+
rhyme-tes-00711,esmagar,vagar,esmˈagaɾ,vˈagaɾ,agaɾ,agaɾ,1,fserb-pt-br+rule-based-g2p
|
| 713 |
+
rhyme-tes-00712,destilar,pormenorizadamente,destˈilaɾ,poɾmenoɾizadamˈente,ilaɾ,ente,0,fserb-pt-br+rule-based-g2p
|
| 714 |
+
rhyme-tes-00713,chiador,objetivo,ʃiˈadoɾ,obʒetˈivo,adoɾ,ivo,0,fserb-pt-br+rule-based-g2p
|
| 715 |
+
rhyme-tes-00714,cegueta,emulsionante,seʒˈeta,emulsionˈante,eta,ante,0,fserb-pt-br+rule-based-g2p
|
| 716 |
+
rhyme-tes-00715,dinamômetro,moscar,dinamomˈetɾo,mˈoskaɾ,etɾo,oskaɾ,0,fserb-pt-br+rule-based-g2p
|
| 717 |
+
rhyme-tes-00716,alabarda,carda,alabˈaɾda,kˈaɾda,aɾda,aɾda,1,fserb-pt-br+rule-based-g2p
|
| 718 |
+
rhyme-tes-00717,fofura,recôncavo,fofˈuɾa,ʁekonkˈavo,uɾa,avo,0,fserb-pt-br+rule-based-g2p
|
| 719 |
+
rhyme-tes-00718,acral,lombossacral,ˈakɾal,lombosˈakɾal,akɾal,akɾal,1,fserb-pt-br+rule-based-g2p
|
| 720 |
+
rhyme-tes-00719,aportuguesado,violável,apoɾtuʒesˈado,violˈavel,ado,avel,0,fserb-pt-br+rule-based-g2p
|
| 721 |
+
rhyme-tes-00720,distribuir,estatuir,distɾibˈuiɾ,estatˈuiɾ,uiɾ,uiɾ,1,fserb-pt-br+rule-based-g2p
|
| 722 |
+
rhyme-tes-00721,constringir,impingir,konstɾˈinʒiɾ,impˈinʒiɾ,inʒiɾ,inʒiɾ,1,fserb-pt-br+rule-based-g2p
|
| 723 |
+
rhyme-tes-00722,marau,masseira,maɾˈau,maseˈiɾa,au,iɾa,0,fserb-pt-br+rule-based-g2p
|
| 724 |
+
rhyme-tes-00723,abaixar,barranco,abaˈiʃaɾ,baʁˈanko,iʃaɾ,anko,0,fserb-pt-br+rule-based-g2p
|
| 725 |
+
rhyme-tes-00724,lincar,zincar,lˈinkaɾ,zˈinkaɾ,inkaɾ,inkaɾ,1,fserb-pt-br+rule-based-g2p
|
| 726 |
+
rhyme-tes-00725,opiniático,vergasta,opiniatˈiko,veɾgˈasta,iko,asta,0,fserb-pt-br+rule-based-g2p
|
| 727 |
+
rhyme-tes-00726,posto,pressuposto,pˈosto,pɾesupˈosto,osto,osto,1,fserb-pt-br+rule-based-g2p
|
| 728 |
+
rhyme-tes-00727,escrínio,mesura,eskɾinˈio,mesˈuɾa,io,uɾa,0,fserb-pt-br+rule-based-g2p
|
| 729 |
+
rhyme-tes-00728,cômica,dividendo,komˈika,dividˈendo,ika,endo,0,fserb-pt-br+rule-based-g2p
|
| 730 |
+
rhyme-tes-00729,alvar,malvar,ˈalvaɾ,mˈalvaɾ,alvaɾ,alvaɾ,1,fserb-pt-br+rule-based-g2p
|
| 731 |
+
rhyme-tes-00730,abono,oxítono,abˈono,oʃitˈono,ono,ono,1,fserb-pt-br+rule-based-g2p
|
| 732 |
+
rhyme-tes-00731,cataguá,zanaga,katˈaga,zanˈaga,aga,aga,1,fserb-pt-br+rule-based-g2p
|
| 733 |
+
rhyme-tes-00732,hemodiálise,testamentaria,emodialˈise,testamentaɾˈia,ise,ia,0,fserb-pt-br+rule-based-g2p
|
| 734 |
+
rhyme-tes-00733,cheiinho,encomenda,ʃeiˈiɲo,enkomˈenda,iɲo,enda,0,fserb-pt-br+rule-based-g2p
|
| 735 |
+
rhyme-tes-00734,eutético,papagaiado,eutɛtˈiko,papagaiˈado,iko,ado,0,fserb-pt-br+rule-based-g2p
|
| 736 |
+
rhyme-tes-00735,caxambuense,encrenca,kaʃambuˈense,enkɾˈenka,ense,enka,0,fserb-pt-br+rule-based-g2p
|
| 737 |
+
rhyme-tes-00736,albacora,espora,albakˈoɾa,espˈoɾa,oɾa,oɾa,1,fserb-pt-br+rule-based-g2p
|
| 738 |
+
rhyme-tes-00737,invasivo,roçador,invasˈivo,ʁosˈadoɾ,ivo,adoɾ,0,fserb-pt-br+rule-based-g2p
|
| 739 |
+
rhyme-tes-00738,caraíba,giba,kaɾaˈiba,ʒˈiba,iba,iba,1,fserb-pt-br+rule-based-g2p
|
| 740 |
+
rhyme-tes-00739,pudu,vudu,pˈudu,vˈudu,udu,udu,1,fserb-pt-br+rule-based-g2p
|
| 741 |
+
rhyme-tes-00740,defeituosamente,duto,defeituosamˈente,dˈuto,ente,uto,0,fserb-pt-br+rule-based-g2p
|
| 742 |
+
rhyme-tes-00741,coletivista,espiolhar,koletivˈista,espiˈoʎaɾ,ista,oʎaɾ,0,fserb-pt-br+rule-based-g2p
|
| 743 |
+
rhyme-tes-00742,canarim,tenharim,kanˈaɾim,teɲˈaɾim,aɾim,aɾim,1,fserb-pt-br+rule-based-g2p
|
| 744 |
+
rhyme-tes-00743,cabecinha,distrativo,kabesˈiɲa,distɾatˈivo,iɲa,ivo,0,fserb-pt-br+rule-based-g2p
|
| 745 |
+
rhyme-tes-00744,moralizante,ovimbundo,moɾalizˈante,ovimbˈundo,ante,undo,0,fserb-pt-br+rule-based-g2p
|
| 746 |
+
rhyme-tes-00745,desajuizado,imensuravelmente,desaʒuizˈado,imensuɾavelmˈente,ado,ente,0,fserb-pt-br+rule-based-g2p
|
| 747 |
+
rhyme-tes-00746,esmagado,vinheta,esmagˈado,viɲˈeta,ado,eta,0,fserb-pt-br+rule-based-g2p
|
| 748 |
+
rhyme-tes-00747,ferir,inserir,fˈeɾiɾ,insˈeɾiɾ,eɾiɾ,eɾiɾ,1,fserb-pt-br+rule-based-g2p
|
| 749 |
+
rhyme-tes-00748,impúbere,sere,impubˈeɾe,sˈeɾe,eɾe,eɾe,1,fserb-pt-br+rule-based-g2p
|
| 750 |
+
rhyme-tes-00749,constipar,ripar,konstˈipaɾ,ʁˈipaɾ,ipaɾ,ipaɾ,1,fserb-pt-br+rule-based-g2p
|
| 751 |
+
rhyme-tes-00750,alago,orago,alˈago,oɾˈago,ago,ago,1,fserb-pt-br+rule-based-g2p
|
| 752 |
+
rhyme-tes-00751,arquirrival,festival,aɾkiʁˈival,festˈival,ival,ival,1,fserb-pt-br+rule-based-g2p
|
| 753 |
+
rhyme-tes-00752,endereçar,teúrgico,endeɾˈesaɾ,teuɾʒˈiko,esaɾ,iko,0,fserb-pt-br+rule-based-g2p
|
| 754 |
+
rhyme-tes-00753,palmípede,velocípede,palmipˈede,velosipˈede,ede,ede,1,fserb-pt-br+rule-based-g2p
|
| 755 |
+
rhyme-tes-00754,manda,permanente,mˈanda,peɾmanˈente,anda,ente,0,fserb-pt-br+rule-based-g2p
|
| 756 |
+
rhyme-tes-00755,fluido,tripeiro,fluˈido,tɾipeˈiɾo,ido,iɾo,0,fserb-pt-br+rule-based-g2p
|
| 757 |
+
rhyme-tes-00756,baiona,coletivista,baiˈona,koletivˈista,ona,ista,0,fserb-pt-br+rule-based-g2p
|
| 758 |
+
rhyme-tes-00757,tateante,vidraceiro,tateˈante,vidɾaseˈiɾo,ante,iɾo,0,fserb-pt-br+rule-based-g2p
|
| 759 |
+
rhyme-tes-00758,chorume,fumê,ʃoɾˈume,fˈume,ume,ume,1,fserb-pt-br+rule-based-g2p
|
| 760 |
+
rhyme-tes-00759,itapitanga,moganga,itapitˈanga,mogˈanga,anga,anga,1,fserb-pt-br+rule-based-g2p
|
| 761 |
+
rhyme-tes-00760,anúncio,graxeira,anunsˈio,gɾaʃeˈiɾa,io,iɾa,0,fserb-pt-br+rule-based-g2p
|
| 762 |
+
rhyme-tes-00761,anastomosado,sorete,anastomosˈado,soɾˈete,ado,ete,0,fserb-pt-br+rule-based-g2p
|
| 763 |
+
rhyme-tes-00762,escalope,hipermetrope,eskalˈope,ipeɾmetɾˈope,ope,ope,1,fserb-pt-br+rule-based-g2p
|
| 764 |
+
rhyme-tes-00763,esparramo,paralelogramo,espaʁˈamo,paɾalelogɾˈamo,amo,amo,1,fserb-pt-br+rule-based-g2p
|
| 765 |
+
rhyme-tes-00764,adensamento,perfilhar,adensamˈento,peɾfˈiʎaɾ,ento,iʎaɾ,0,fserb-pt-br+rule-based-g2p
|
| 766 |
+
rhyme-tes-00765,anuí,sinergético,anˈui,sineɾʒɛtˈiko,ui,iko,0,fserb-pt-br+rule-based-g2p
|
| 767 |
+
rhyme-tes-00766,mecanizado,tacho,mekanizˈado,tˈaʃo,ado,aʃo,0,fserb-pt-br+rule-based-g2p
|
| 768 |
+
rhyme-tes-00767,mesmidade,sessão,mesmidˈade,sesˈɐ̃o,ade,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 769 |
+
rhyme-tes-00768,cerimonioso,gradeamento,seɾimoniˈoso,gɾadeam��ento,oso,ento,0,fserb-pt-br+rule-based-g2p
|
| 770 |
+
rhyme-tes-00769,energético,rasgador,eneɾʒɛtˈiko,ʁasgˈadoɾ,iko,adoɾ,0,fserb-pt-br+rule-based-g2p
|
| 771 |
+
rhyme-tes-00770,brete,romanço,bɾˈete,ʁomˈanso,ete,anso,0,fserb-pt-br+rule-based-g2p
|
| 772 |
+
rhyme-tes-00771,alsaciano,elétrodo,alsasiˈano,elɛtɾˈodo,ano,odo,0,fserb-pt-br+rule-based-g2p
|
| 773 |
+
rhyme-tes-00772,apóstrofo,heterótrofo,apɔstɾˈofo,eteɾɔtɾˈofo,ofo,ofo,1,fserb-pt-br+rule-based-g2p
|
| 774 |
+
rhyme-tes-00773,genital,sagital,ʒenˈital,saʒˈital,ital,ital,1,fserb-pt-br+rule-based-g2p
|
| 775 |
+
rhyme-tes-00774,babau,procedural,babˈau,pɾosedˈuɾal,au,uɾal,0,fserb-pt-br+rule-based-g2p
|
| 776 |
+
rhyme-tes-00775,caricatural,rural,kaɾikatˈuɾal,ʁˈuɾal,uɾal,uɾal,1,fserb-pt-br+rule-based-g2p
|
| 777 |
+
rhyme-tes-00776,alilo,dichote,alˈilo,diʃˈote,ilo,ote,0,fserb-pt-br+rule-based-g2p
|
| 778 |
+
rhyme-tes-00777,porcentagem,viagem,poɾsentˈaʒem,viˈaʒem,aʒem,aʒem,1,fserb-pt-br+rule-based-g2p
|
| 779 |
+
rhyme-tes-00778,cigana,inana,sigˈana,inˈana,ana,ana,1,fserb-pt-br+rule-based-g2p
|
| 780 |
+
rhyme-tes-00779,retardante,teiga,ʁetaɾdˈante,teˈiga,ante,iga,0,fserb-pt-br+rule-based-g2p
|
| 781 |
+
rhyme-tes-00780,jubaí,sarcoma,ʒubˈai,saɾkˈoma,ai,oma,0,fserb-pt-br+rule-based-g2p
|
| 782 |
+
rhyme-tes-00781,guarnição,joão,gaɾnisˈɐ̃o,ʒoˈɐ̃o,ɐ̃o,ɐ̃o,1,fserb-pt-br+rule-based-g2p
|
| 783 |
+
rhyme-tes-00782,hipermídia,pedreirinho,ipeɾmidˈia,pedɾeiɾˈiɲo,ia,iɲo,0,fserb-pt-br+rule-based-g2p
|
| 784 |
+
rhyme-tes-00783,cana,grupo,kˈana,gɾˈupo,ana,upo,0,fserb-pt-br+rule-based-g2p
|
| 785 |
+
rhyme-tes-00784,corisco,lentisco,koɾˈisko,lentˈisko,isko,isko,1,fserb-pt-br+rule-based-g2p
|
| 786 |
+
rhyme-tes-00785,cientificismo,vitimar,sientifisˈismo,vitˈimaɾ,ismo,imaɾ,0,fserb-pt-br+rule-based-g2p
|
| 787 |
+
rhyme-tes-00786,avantagem,estrambólico,avantˈaʒem,estɾambɔlˈiko,aʒem,iko,0,fserb-pt-br+rule-based-g2p
|
| 788 |
+
rhyme-tes-00787,certificador,uniformismo,seɾtifikˈadoɾ,unifoɾmˈismo,adoɾ,ismo,0,fserb-pt-br+rule-based-g2p
|
| 789 |
+
rhyme-tes-00788,mistão,progestina,mistˈɐ̃o,pɾoʒestˈina,ɐ̃o,ina,0,fserb-pt-br+rule-based-g2p
|
| 790 |
+
rhyme-tes-00789,barrigudo,narigudo,baʁˈigdo,naɾˈigdo,igdo,igdo,1,fserb-pt-br+rule-based-g2p
|
| 791 |
+
rhyme-tes-00790,estereoscópio,mau,esteɾeoskɔpˈio,mˈau,io,au,0,fserb-pt-br+rule-based-g2p
|
| 792 |
+
rhyme-tes-00791,adua,tábua,adˈua,tabˈua,ua,ua,1,fserb-pt-br+rule-based-g2p
|
| 793 |
+
rhyme-tes-00792,característica,hedonista,kaɾakteɾistˈika,edonˈista,ika,ista,0,fserb-pt-br+rule-based-g2p
|
| 794 |
+
rhyme-tes-00793,tadjique,valorizador,tadʒˈike,valoɾizˈadoɾ,ike,adoɾ,0,fserb-pt-br+rule-based-g2p
|
| 795 |
+
rhyme-tes-00794,sus,tropeção,sˈus,tɾopesˈɐ̃o,us,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 796 |
+
rhyme-tes-00795,compendiar,furano,kompendˈiaɾ,fuɾˈano,iaɾ,ano,0,fserb-pt-br+rule-based-g2p
|
| 797 |
+
rhyme-tes-00796,esturro,urro,estˈuʁo,ˈuʁo,uʁo,uʁo,1,fserb-pt-br+rule-based-g2p
|
| 798 |
+
rhyme-tes-00797,boudoir,peignoir,boudˈoiɾ,peignˈoiɾ,oiɾ,oiɾ,1,fserb-pt-br+rule-based-g2p
|
| 799 |
+
rhyme-tes-00798,mirone,silicone,miɾˈone,silikˈone,one,one,1,fserb-pt-br+rule-based-g2p
|
| 800 |
+
rhyme-tes-00799,baquelite,restrição,bakelˈite,ʁestɾisˈɐ̃o,ite,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 801 |
+
rhyme-tes-00800,entreposto,recosto,entɾepˈosto,ʁekˈosto,osto,osto,1,fserb-pt-br+rule-based-g2p
|
| 802 |
+
rhyme-tes-00801,invernia,vivissecção,inveɾnˈia,viviseksˈɐ̃o,ia,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 803 |
+
rhyme-tes-00802,descriminante,trintão,deskɾiminˈante,tɾintˈɐ̃o,ante,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 804 |
+
rhyme-tes-00803,heliponto,pronto,elipˈonto,pɾˈonto,onto,onto,1,fserb-pt-br+rule-based-g2p
|
| 805 |
+
rhyme-tes-00804,policarbonato,transudação,polikaɾbonˈato,tɾansudasˈɐ̃o,ato,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 806 |
+
rhyme-tes-00805,cantábrico,oligopsônio,kantabɾˈiko,oligopsonˈio,iko,io,0,fserb-pt-br+rule-based-g2p
|
| 807 |
+
rhyme-tes-00806,desabilitar,saltitar,desabilˈitaɾ,saltˈitaɾ,itaɾ,itaɾ,1,fserb-pt-br+rule-based-g2p
|
| 808 |
+
rhyme-tes-00807,argolinha,caçapa,aɾgolˈiɲa,kasˈapa,iɲa,apa,0,fserb-pt-br+rule-based-g2p
|
| 809 |
+
rhyme-tes-00808,apanhar,aranhar,apˈaɲaɾ,aɾˈaɲaɾ,aɲaɾ,aɲaɾ,1,fserb-pt-br+rule-based-g2p
|
| 810 |
+
rhyme-tes-00809,mantô,santo,mˈanto,sˈanto,anto,anto,1,fserb-pt-br+rule-based-g2p
|
| 811 |
+
rhyme-tes-00810,espinosismo,zelote,espinosˈismo,zelˈote,ismo,ote,0,fserb-pt-br+rule-based-g2p
|
| 812 |
+
rhyme-tes-00811,garajau,marão,gaɾaʒˈau,maɾˈɐ̃o,au,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 813 |
+
rhyme-tes-00812,albena,trezena,albˈena,tɾezˈena,ena,ena,1,fserb-pt-br+rule-based-g2p
|
| 814 |
+
rhyme-tes-00813,cruza,yakuza,kɾˈuza,yakˈuza,uza,uza,1,fserb-pt-br+rule-based-g2p
|
| 815 |
+
rhyme-tes-00814,enroscar,moscar,enɾˈoskaɾ,mˈoskaɾ,oskaɾ,oskaɾ,1,fserb-pt-br+rule-based-g2p
|
| 816 |
+
rhyme-tes-00815,galhofa,trofa,gaʎˈofa,tɾˈofa,ofa,ofa,1,fserb-pt-br+rule-based-g2p
|
| 817 |
+
rhyme-tes-00816,purismo,vídia,puɾˈismo,vidˈia,ismo,ia,0,fserb-pt-br+rule-based-g2p
|
| 818 |
+
rhyme-tes-00817,encrenca,enlevar,enkɾˈenka,enlˈevaɾ,enka,evaɾ,0,fserb-pt-br+rule-based-g2p
|
| 819 |
+
rhyme-tes-00818,lagarteiro,padioleiro,lagaɾteˈiɾo,padioleˈiɾo,iɾo,iɾo,1,fserb-pt-br+rule-based-g2p
|
| 820 |
+
rhyme-tes-00819,inaiá,progestina,inaˈia,pɾoʒestˈina,ia,ina,0,fserb-pt-br+rule-based-g2p
|
| 821 |
+
rhyme-tes-00820,encalhar,planaltinense,enkˈaʎaɾ,planaltinˈense,aʎaɾ,ense,0,fserb-pt-br+rule-based-g2p
|
| 822 |
+
rhyme-tes-00821,amolecer,enfraquecer,amolˈeseɾ,enfɾakˈeseɾ,eseɾ,eseɾ,1,fserb-pt-br+rule-based-g2p
|
| 823 |
+
rhyme-tes-00822,fumigar,respigar,fumˈigaɾ,ʁespˈigaɾ,igaɾ,igaɾ,1,fserb-pt-br+rule-based-g2p
|
| 824 |
+
rhyme-tes-00823,anamnese,simpatizante,anamnˈese,simpatizˈante,ese,ante,0,fserb-pt-br+rule-based-g2p
|
| 825 |
+
rhyme-tes-00824,locativo,massivo,lokatˈivo,masˈivo,ivo,ivo,1,fserb-pt-br+rule-based-g2p
|
| 826 |
+
rhyme-tes-00825,caravaneiro,olfação,kaɾavaneˈiɾo,olfasˈɐ̃o,iɾo,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 827 |
+
rhyme-tes-00826,supraventricular,telepatia,supɾaventɾikˈulaɾ,telepatˈia,ulaɾ,ia,0,fserb-pt-br+rule-based-g2p
|
| 828 |
+
rhyme-tes-00827,aldeia,dramaticidade,aldeˈia,dɾamatisidˈade,ia,ade,0,fserb-pt-br+rule-based-g2p
|
| 829 |
+
rhyme-tes-00828,estriamento,flanqueamento,estɾiamˈento,flankeamˈento,ento,ento,1,fserb-pt-br+rule-based-g2p
|
| 830 |
+
rhyme-tes-00829,aloque,bilboquê,alˈoke,bilbˈoke,oke,oke,1,fserb-pt-br+rule-based-g2p
|
| 831 |
+
rhyme-tes-00830,atonia,morfogênese,atonˈia,moɾfoʒenˈese,ia,ese,0,fserb-pt-br+rule-based-g2p
|
| 832 |
+
rhyme-tes-00831,deliberação,fundeiro,delibeɾasˈɐ̃o,fundeˈiɾo,ɐ̃o,iɾo,0,fserb-pt-br+rule-based-g2p
|
| 833 |
+
rhyme-tes-00832,futurólogo,sismólogo,futuɾɔlˈogo,sismɔlˈogo,ogo,ogo,1,fserb-pt-br+rule-based-g2p
|
| 834 |
+
rhyme-tes-00833,cristal,distal,kɾˈistal,dˈistal,istal,istal,1,fserb-pt-br+rule-based-g2p
|
| 835 |
+
rhyme-tes-00834,estelar,interpelar,estˈelaɾ,inteɾpˈelaɾ,elaɾ,elaɾ,1,fserb-pt-br+rule-based-g2p
|
| 836 |
+
rhyme-tes-00835,indisponível,tábula,indisponˈivel,tabˈula,ivel,ula,0,fserb-pt-br+rule-based-g2p
|
| 837 |
+
rhyme-tes-00836,costume,mentar,kostˈume,mˈentaɾ,ume,entaɾ,0,fserb-pt-br+rule-based-g2p
|
| 838 |
+
rhyme-tes-00837,atabalhoadamente,pedestrianismo,atabaʎoadamˈente,pedestɾianˈismo,ente,ismo,0,fserb-pt-br+rule-based-g2p
|
| 839 |
+
rhyme-tes-00838,geômetra,impetra,ʒeomˈetɾa,impˈetɾa,etɾa,etɾa,1,fserb-pt-br+rule-based-g2p
|
| 840 |
+
rhyme-tes-00839,ejá,peja,ˈeʒa,pˈeʒa,eʒa,eʒa,1,fserb-pt-br+rule-based-g2p
|
| 841 |
+
rhyme-tes-00840,asquenaze,gaze,askenˈaze,gˈaze,aze,aze,1,fserb-pt-br+rule-based-g2p
|
| 842 |
+
rhyme-tes-00841,caçapa,chapa,kasˈapa,ʃˈapa,apa,apa,1,fserb-pt-br+rule-based-g2p
|
| 843 |
+
rhyme-tes-00842,antipirético,irrespirável,antipiɾɛtˈiko,iʁespiɾˈavel,iko,avel,0,fserb-pt-br+rule-based-g2p
|
| 844 |
+
rhyme-tes-00843,estarrecido,pirronismo,estaʁesˈido,piʁonˈismo,ido,ismo,0,fserb-pt-br+rule-based-g2p
|
| 845 |
+
rhyme-tes-00844,duplo,sétuplo,dˈuplo,sɛtˈuplo,uplo,uplo,1,fserb-pt-br+rule-based-g2p
|
| 846 |
+
rhyme-tes-00845,automutilação,rasamente,automutilasˈɐ̃o,ʁasamˈente,ɐ̃o,ente,0,fserb-pt-br+rule-based-g2p
|
| 847 |
+
rhyme-tes-00846,podal,sinodal,pˈodal,sinˈodal,odal,odal,1,fserb-pt-br+rule-based-g2p
|
| 848 |
+
rhyme-tes-00847,gíria,trincada,ʒiɾˈia,tɾinkˈada,ia,ada,0,fserb-pt-br+rule-based-g2p
|
| 849 |
+
rhyme-tes-00848,degredar,segredar,degɾˈedaɾ,segɾˈedaɾ,edaɾ,edaɾ,1,fserb-pt-br+rule-based-g2p
|
| 850 |
+
rhyme-tes-00849,cisplatino,nino,sisplatˈino,nˈino,ino,ino,1,fserb-pt-br+rule-based-g2p
|
| 851 |
+
rhyme-tes-00850,anormalidade,ninfomaníaco,anoɾmalidˈade,ninfomaniˈako,ade,ako,0,fserb-pt-br+rule-based-g2p
|
| 852 |
+
rhyme-tes-00851,automorfismo,coercitividade,automoɾfˈismo,koeɾsitividˈade,ismo,ade,0,fserb-pt-br+rule-based-g2p
|
| 853 |
+
rhyme-tes-00852,francamente,pedrinho,fɾankamˈente,pedɾˈiɲo,ente,iɲo,0,fserb-pt-br+rule-based-g2p
|
| 854 |
+
rhyme-tes-00853,ama,electrocardiograma,ˈama,elektɾokaɾdiogɾˈama,ama,ama,1,fserb-pt-br+rule-based-g2p
|
| 855 |
+
rhyme-tes-00854,bacongo,dugongo,bakˈongo,dugˈongo,ongo,ongo,1,fserb-pt-br+rule-based-g2p
|
| 856 |
+
rhyme-tes-00855,necrófago,orago,nekɾɔfˈago,oɾˈago,ago,ago,1,fserb-pt-br+rule-based-g2p
|
| 857 |
+
rhyme-tes-00856,contráctil,retráctil,kontɾˈaktil,ʁetɾˈaktil,aktil,aktil,1,fserb-pt-br+rule-based-g2p
|
| 858 |
+
rhyme-tes-00857,expropriador,expulsar,eʃpɾopɾiˈadoɾ,eʃpˈulsaɾ,adoɾ,ulsaɾ,0,fserb-pt-br+rule-based-g2p
|
| 859 |
+
rhyme-tes-00858,cooperar,venerar,koopˈeɾaɾ,venˈeɾaɾ,eɾaɾ,eɾaɾ,1,fserb-pt-br+rule-based-g2p
|
| 860 |
+
rhyme-tes-00859,acaju,caju,akˈaʒu,kˈaʒu,aʒu,aʒu,1,fserb-pt-br+rule-based-g2p
|
| 861 |
+
rhyme-tes-00860,eficiência,golpista,efisiensˈia,golpˈista,ia,ista,0,fserb-pt-br+rule-based-g2p
|
| 862 |
+
rhyme-tes-00861,afrouxado,ociosidade,afɾouʃˈado,osiosidˈade,ado,ade,0,fserb-pt-br+rule-based-g2p
|
| 863 |
+
rhyme-tes-00862,ouriço,quebradiço,ouɾˈiso,kebɾadˈiso,iso,iso,1,fserb-pt-br+rule-based-g2p
|
| 864 |
+
rhyme-tes-00863,conclamação,hidrolítico,konklamasˈɐ̃o,idɾolitˈiko,ɐ̃o,iko,0,fserb-pt-br+rule-based-g2p
|
| 865 |
+
rhyme-tes-00864,aconselhar,vermelhar,akonsˈeʎaɾ,veɾmˈeʎaɾ,eʎaɾ,eʎaɾ,1,fserb-pt-br+rule-based-g2p
|
| 866 |
+
rhyme-tes-00865,incomunicação,retroprojetor,inkomunikasˈɐ̃o,ʁetɾopɾoʒˈetoɾ,ɐ̃o,etoɾ,0,fserb-pt-br+rule-based-g2p
|
| 867 |
+
rhyme-tes-00866,ordenhadeira,pozolana,oɾdeɲadeˈiɾa,pozolˈana,iɾa,ana,0,fserb-pt-br+rule-based-g2p
|
| 868 |
+
rhyme-tes-00867,empate,suricate,empˈate,suɾikˈate,ate,ate,1,fserb-pt-br+rule-based-g2p
|
| 869 |
+
rhyme-tes-00868,coleirinho,rememorativo,koleiɾˈiɲo,ʁememoɾatˈivo,iɲo,ivo,0,fserb-pt-br+rule-based-g2p
|
| 870 |
+
rhyme-tes-00869,balandra,nectandra,balˈandɾa,nektˈandɾa,andɾa,andɾa,1,fserb-pt-br+rule-based-g2p
|
| 871 |
+
rhyme-tes-00870,esperanto,mulheraça,espeɾˈanto,muʎeɾˈasa,anto,asa,0,fserb-pt-br+rule-based-g2p
|
| 872 |
+
rhyme-tes-00871,boitatá,massa,boitˈata,mˈasa,ata,asa,0,fserb-pt-br+rule-based-g2p
|
| 873 |
+
rhyme-tes-00872,caricatural,escultural,kaɾikatˈuɾal,eskultˈuɾal,uɾal,uɾal,1,fserb-pt-br+rule-based-g2p
|
| 874 |
+
rhyme-tes-00873,selenito,uniformismo,selenˈito,unifoɾmˈismo,ito,ismo,0,fserb-pt-br+rule-based-g2p
|
| 875 |
+
rhyme-tes-00874,borregar,carregar,boʁˈegaɾ,kaʁˈegaɾ,egaɾ,egaɾ,1,fserb-pt-br+rule-based-g2p
|
| 876 |
+
rhyme-tes-00875,anoraque,traque,anoɾˈake,tɾˈake,ake,ake,1,fserb-pt-br+rule-based-g2p
|
| 877 |
+
rhyme-tes-00876,iago,ressuscitar,iˈago,ʁesussˈitaɾ,ago,itaɾ,0,fserb-pt-br+rule-based-g2p
|
| 878 |
+
rhyme-tes-00877,copa,popa,kˈopa,pˈopa,opa,opa,1,fserb-pt-br+rule-based-g2p
|
| 879 |
+
rhyme-tes-00878,buri,tábula,bˈuɾi,tabˈula,uɾi,ula,0,fserb-pt-br+rule-based-g2p
|
| 880 |
+
rhyme-tes-00879,glenoide,mirim,glenoˈide,mˈiɾim,ide,iɾim,0,fserb-pt-br+rule-based-g2p
|
| 881 |
+
rhyme-tes-00880,abatedouro,suro,abatedoˈuɾo,sˈuɾo,uɾo,uɾo,1,fserb-pt-br+rule-based-g2p
|
| 882 |
+
rhyme-tes-00881,apupo,grupo,apˈupo,gɾˈupo,upo,upo,1,fserb-pt-br+rule-based-g2p
|
| 883 |
+
rhyme-tes-00882,conceição,diversamente,konseisˈɐ̃o,diveɾsamˈente,ɐ̃o,ente,0,fserb-pt-br+rule-based-g2p
|
| 884 |
+
rhyme-tes-00883,abstêmio,desratização,abstemˈio,desɾatizasˈɐ̃o,io,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 885 |
+
rhyme-tes-00884,encastrar,lastrar,enkˈastɾaɾ,lˈastɾaɾ,astɾaɾ,astɾaɾ,1,fserb-pt-br+rule-based-g2p
|
| 886 |
+
rhyme-tes-00885,duplo,esterçar,dˈuplo,estˈeɾsaɾ,uplo,eɾsaɾ,0,fserb-pt-br+rule-based-g2p
|
| 887 |
+
rhyme-tes-00886,chamorro,esgalhar,ʃamˈoʁo,esgˈaʎaɾ,oʁo,aʎaɾ,0,fserb-pt-br+rule-based-g2p
|
| 888 |
+
rhyme-tes-00887,almaço,tanoaria,almˈaso,tanoaɾˈia,aso,ia,0,fserb-pt-br+rule-based-g2p
|
| 889 |
+
rhyme-tes-00888,babau,marau,babˈau,maɾˈau,au,au,1,fserb-pt-br+rule-based-g2p
|
| 890 |
+
rhyme-tes-00889,deduzir,mameluco,dedˈuziɾ,mamelˈuko,uziɾ,uko,0,fserb-pt-br+rule-based-g2p
|
| 891 |
+
rhyme-tes-00890,ansa,privança,ˈansa,pɾivˈansa,ansa,ansa,1,fserb-pt-br+rule-based-g2p
|
| 892 |
+
rhyme-tes-00891,futurólogo,parapsicólogo,futuɾɔlˈogo,paɾapsikɔlˈogo,ogo,ogo,1,fserb-pt-br+rule-based-g2p
|
| 893 |
+
rhyme-tes-00892,arcano,toxicômano,aɾkˈano,toʃikomˈano,ano,ano,1,fserb-pt-br+rule-based-g2p
|
| 894 |
+
rhyme-tes-00893,conha,maconha,kˈoɲa,makˈoɲa,oɲa,oɲa,1,fserb-pt-br+rule-based-g2p
|
| 895 |
+
rhyme-tes-00894,cheiinho,machamba,ʃeiˈiɲo,maʃˈamba,iɲo,amba,0,fserb-pt-br+rule-based-g2p
|
| 896 |
+
rhyme-tes-00895,aliviador,courinho,aliviˈadoɾ,kouɾˈiɲo,adoɾ,iɲo,0,fserb-pt-br+rule-based-g2p
|
| 897 |
+
rhyme-tes-00896,protecionista,uniformismo,pɾotesionˈista,unifoɾmˈismo,ista,ismo,0,fserb-pt-br+rule-based-g2p
|
| 898 |
+
rhyme-tes-00897,jaja,rajá,ʒˈaʒa,ʁˈaʒa,aʒa,aʒa,1,fserb-pt-br+rule-based-g2p
|
| 899 |
+
rhyme-tes-00898,jubilar,pupilar,ʒubˈilaɾ,pupˈilaɾ,ilaɾ,ilaɾ,1,fserb-pt-br+rule-based-g2p
|
| 900 |
+
rhyme-tes-00899,produto,segregar,pɾodˈuto,segɾˈegaɾ,uto,egaɾ,0,fserb-pt-br+rule-based-g2p
|
| 901 |
+
rhyme-tes-00900,convalescer,desapoio,konvalˈesseɾ,desapoˈio,esseɾ,io,0,fserb-pt-br+rule-based-g2p
|
| 902 |
+
rhyme-tes-00901,avocar,convocar,avˈokaɾ,konvˈokaɾ,okaɾ,okaɾ,1,fserb-pt-br+rule-based-g2p
|
| 903 |
+
rhyme-tes-00902,desengonço,vasconço,desengˈonso,vaskˈonso,onso,onso,1,fserb-pt-br+rule-based-g2p
|
| 904 |
+
rhyme-tes-00903,aquele,minimizar,akˈele,minimˈizaɾ,ele,izaɾ,0,fserb-pt-br+rule-based-g2p
|
| 905 |
+
rhyme-tes-00904,readequar,revivificação,ʁeadˈekaɾ,ʁevivifikasˈɐ̃o,ekaɾ,ɐ̃o,0,fserb-pt-br+rule-based-g2p
|
| 906 |
+
rhyme-tes-00905,carbureto,incompleto,kaɾbuɾˈeto,inkomplˈeto,eto,eto,1,fserb-pt-br+rule-based-g2p
|
| 907 |
+
rhyme-tes-00906,fortalezar,menosprezar,foɾtalˈezaɾ,menospɾˈezaɾ,ezaɾ,ezaɾ,1,fserb-pt-br+rule-based-g2p
|
| 908 |
+
rhyme-tes-00907,arvoredo,rochedo,aɾvoɾˈedo,ʁoʃˈedo,edo,edo,1,fserb-pt-br+rule-based-g2p
|
| 909 |
+
rhyme-tes-00908,bacelo,costelo,basˈelo,kostˈelo,elo,elo,1,fserb-pt-br+rule-based-g2p
|
| 910 |
+
rhyme-tes-00909,baralha,sandalha,baɾˈaʎa,sandˈaʎa,aʎa,aʎa,1,fserb-pt-br+rule-based-g2p
|
| 911 |
+
rhyme-tes-00910,goiti,meriti,goˈiti,meɾˈiti,iti,iti,1,fserb-pt-br+rule-based-g2p
|
| 912 |
+
rhyme-tes-00911,alô,óvalo,ˈalo,ɔvˈalo,alo,alo,1,fserb-pt-br+rule-based-g2p
|
| 913 |
+
rhyme-tes-00912,amonite,conjurador,amonˈite,konʒuɾˈadoɾ,ite,adoɾ,0,fserb-pt-br+rule-based-g2p
|
| 914 |
+
rhyme-tes-00913,caso,inchaço,kˈaso,inʃˈaso,aso,aso,1,fserb-pt-br+rule-based-g2p
|
| 915 |
+
rhyme-tes-00914,pacifista,sarcoma,pasifˈista,saɾkˈoma,ista,oma,0,fserb-pt-br+rule-based-g2p
|
| 916 |
+
rhyme-tes-00915,poiso,serviço,poˈiso,seɾvˈiso,iso,iso,1,fserb-pt-br+rule-based-g2p
|
| 917 |
+
rhyme-tes-00916,abicar,vinificar,abˈikaɾ,vinifˈikaɾ,ikaɾ,ikaɾ,1,fserb-pt-br+rule-based-g2p
|
| 918 |
+
rhyme-tes-00917,explanar,facílimo,eʃplˈanaɾ,fasilˈimo,anaɾ,imo,0,fserb-pt-br+rule-based-g2p
|
| 919 |
+
rhyme-tes-00918,decesso,indefeso,desˈeso,indefˈeso,eso,eso,1,fserb-pt-br+rule-based-g2p
|
| 920 |
+
rhyme-tes-00919,guaiaca,jararaca,gaiˈaka,ʒaɾaɾˈaka,aka,aka,1,fserb-pt-br+rule-based-g2p
|
| 921 |
+
rhyme-tes-00920,geofísica,monoposto,ʒeofisˈika,monopˈosto,ika,osto,0,fserb-pt-br+rule-based-g2p
|
| 922 |
+
rhyme-tes-00921,bicharoco,soco,biʃaɾˈoko,sˈoko,oko,oko,1,fserb-pt-br+rule-based-g2p
|
| 923 |
+
rhyme-tes-00922,noruega,ofega,noɾuˈega,ofˈega,ega,ega,1,fserb-pt-br+rule-based-g2p
|
| 924 |
+
rhyme-tes-00923,nele,pele,nˈele,pˈele,ele,ele,1,fserb-pt-br+rule-based-g2p
|
| 925 |
+
rhyme-tes-00924,reconvocar,vozeamento,ʁekonvˈokaɾ,vozeamˈento,okaɾ,ento,0,fserb-pt-br+rule-based-g2p
|
| 926 |
+
rhyme-tes-00925,frete,sorete,fɾˈete,soɾˈete,ete,ete,1,fserb-pt-br+rule-based-g2p
|
| 927 |
+
rhyme-tes-00926,alô,pialo,ˈalo,piˈalo,alo,alo,1,fserb-pt-br+rule-based-g2p
|
| 928 |
+
rhyme-tes-00927,estória,inimaginável,estɔɾˈia,inimaʒinˈavel,ia,avel,0,fserb-pt-br+rule-based-g2p
|
| 929 |
+
rhyme-tes-00928,despesa,framboesa,despˈesa,fɾamboˈesa,esa,esa,1,fserb-pt-br+rule-based-g2p
|
| 930 |
+
rhyme-tes-00929,amortizado,fabiana,amoɾtizˈado,fabiˈana,ado,ana,0,fserb-pt-br+rule-based-g2p
|
| 931 |
+
rhyme-tes-00930,próspero,quadrilátero,pɾɔspˈeɾo,kadɾilatˈeɾo,eɾo,eɾo,1,fserb-pt-br+rule-based-g2p
|
| 932 |
+
rhyme-tes-00931,defasado,mitopoética,defasˈado,mitopoɛtˈika,ado,ika,0,fserb-pt-br+rule-based-g2p
|
| 933 |
+
rhyme-tes-00932,degredar,guinada,degɾˈedaɾ,ʒinˈada,edaɾ,ada,0,fserb-pt-br+rule-based-g2p
|
| 934 |
+
rhyme-tes-00933,aná,pozolana,ˈana,pozolˈana,ana,ana,1,fserb-pt-br+rule-based-g2p
|
| 935 |
+
rhyme-tes-00934,debuxar,grafia,debˈuʃaɾ,gɾafˈia,uʃaɾ,ia,0,fserb-pt-br+rule-based-g2p
|
| 936 |
+
rhyme-tes-00935,capturar,goniômetro,kaptˈuɾaɾ,goniomˈetɾo,uɾaɾ,etɾo,0,fserb-pt-br+rule-based-g2p
|
| 937 |
+
rhyme-tes-00936,cloro,santoro,klˈoɾo,santˈoɾo,oɾo,oɾo,1,fserb-pt-br+rule-based-g2p
|
| 938 |
+
rhyme-tes-00937,classudo,orelhudo,klasˈudo,oɾeʎˈudo,udo,udo,1,fserb-pt-br+rule-based-g2p
|
| 939 |
+
rhyme-tes-00938,carbureto,tremendo,kaɾbuɾˈeto,tɾemˈendo,eto,endo,0,fserb-pt-br+rule-based-g2p
|
| 940 |
+
rhyme-tes-00939,bacongo,bongô,bakˈongo,bˈongo,ongo,ongo,1,fserb-pt-br+rule-based-g2p
|
| 941 |
+
rhyme-tes-00940,gabo,heptassílabo,gˈabo,eptasilˈabo,abo,abo,1,fserb-pt-br+rule-based-g2p
|
| 942 |
+
rhyme-tes-00941,manobra,recobra,manˈobɾa,ʁekˈobɾa,obɾa,obɾa,1,fserb-pt-br+rule-based-g2p
|
| 943 |
+
rhyme-tes-00942,diviso,serviço,divˈiso,seɾvˈiso,iso,iso,1,fserb-pt-br+rule-based-g2p
|
| 944 |
+
rhyme-tes-00943,cuchê,gauche,kˈuʃe,gaˈuʃe,uʃe,uʃe,1,fserb-pt-br+rule-based-g2p
|
| 945 |
+
rhyme-tes-00944,gabardo,lombardo,gabˈaɾdo,lombˈaɾdo,aɾdo,aɾdo,1,fserb-pt-br+rule-based-g2p
|
| 946 |
+
rhyme-tes-00945,graúdo,sanhudo,gɾaˈudo,saɲˈudo,udo,udo,1,fserb-pt-br+rule-based-g2p
|
| 947 |
+
rhyme-tes-00946,debar,injuridicidade,dˈebaɾ,inʒuɾidisidˈade,ebaɾ,ade,0,fserb-pt-br+rule-based-g2p
|
| 948 |
+
rhyme-tes-00947,adô,marxismo,ˈado,maɾʃˈismo,ado,ismo,0,fserb-pt-br+rule-based-g2p
|
| 949 |
+
rhyme-tes-00948,conga,trapizonga,kˈonga,tɾapizˈonga,onga,onga,1,fserb-pt-br+rule-based-g2p
|
| 950 |
+
rhyme-tes-00949,dissipador,encarte,disipˈadoɾ,enkˈaɾte,adoɾ,aɾte,0,fserb-pt-br+rule-based-g2p
|
| 951 |
+
rhyme-tes-00950,primevo,trevo,pɾimˈevo,tɾˈevo,evo,evo,1,fserb-pt-br+rule-based-g2p
|
| 952 |
+
rhyme-tes-00951,numenal,penal,numˈenal,pˈenal,enal,enal,1,fserb-pt-br+rule-based-g2p
|
| 953 |
+
rhyme-tes-00952,expertise,mirístico,eʃpeɾtˈise,miɾistˈiko,ise,iko,0,fserb-pt-br+rule-based-g2p
|
| 954 |
+
rhyme-tes-00953,emblica,extensividade,emblˈika,eʃtensividˈade,ika,ade,0,fserb-pt-br+rule-based-g2p
|
| 955 |
+
rhyme-tes-00954,garoa,nódoa,gaɾˈoa,nɔdˈoa,oa,oa,1,fserb-pt-br+rule-based-g2p
|
| 956 |
+
rhyme-tes-00955,bichice,fofice,biʃˈise,fofˈise,ise,ise,1,fserb-pt-br+rule-based-g2p
|
| 957 |
+
rhyme-tes-00956,descontrair,mohair,deskontɾˈaiɾ,moˈaiɾ,aiɾ,aiɾ,1,fserb-pt-br+rule-based-g2p
|
| 958 |
+
rhyme-tes-00957,embalsamar,patamar,embalsˈamaɾ,patˈamaɾ,amaɾ,amaɾ,1,fserb-pt-br+rule-based-g2p
|
| 959 |
+
rhyme-tes-00958,jaraguá,zanaga,ʒaɾˈaga,zanˈaga,aga,aga,1,fserb-pt-br+rule-based-g2p
|
| 960 |
+
rhyme-tes-00959,geometricamente,tateante,ʒeometɾikamˈente,tateˈante,ente,ante,0,fserb-pt-br+rule-based-g2p
|
| 961 |
+
rhyme-tes-00960,aringa,occitânico,aɾˈinga,oksitɐnˈiko,inga,iko,0,fserb-pt-br+rule-based-g2p
|
| 962 |
+
rhyme-tes-00961,arcipreste,conteste,aɾsipɾˈeste,kontˈeste,este,este,1,fserb-pt-br+rule-based-g2p
|
| 963 |
+
rhyme-tes-00962,capacitivo,traquinice,kapasitˈivo,tɾakinˈise,ivo,ise,0,fserb-pt-br+rule-based-g2p
|
| 964 |
+
rhyme-tes-00963,desconverter,subverter,deskonvˈeɾteɾ,subvˈeɾteɾ,eɾteɾ,eɾteɾ,1,fserb-pt-br+rule-based-g2p
|
| 965 |
+
rhyme-tes-00964,arcane,lindane,aɾkˈane,lindˈane,ane,ane,1,fserb-pt-br+rule-based-g2p
|
| 966 |
+
rhyme-tes-00965,limpeza,zezinho,limpˈeza,zezˈiɲo,eza,iɲo,0,fserb-pt-br+rule-based-g2p
|
| 967 |
+
rhyme-tes-00966,bogar,revogar,bˈogaɾ,ʁevˈogaɾ,ogaɾ,ogaɾ,1,fserb-pt-br+rule-based-g2p
|
| 968 |
+
rhyme-tes-00967,estereograma,pictograma,esteɾeogɾˈama,piktogɾˈama,ama,ama,1,fserb-pt-br+rule-based-g2p
|
| 969 |
+
rhyme-tes-00968,arroba,peroba,aʁˈoba,peɾˈoba,oba,oba,1,fserb-pt-br+rule-based-g2p
|
| 970 |
+
rhyme-tes-00969,camicase,superclasse,kamikˈase,supeɾklˈase,ase,ase,1,fserb-pt-br+rule-based-g2p
|
| 971 |
+
rhyme-tes-00970,azótico,oponibilidade,azɔtˈiko,oponibilidˈade,iko,ade,0,fserb-pt-br+rule-based-g2p
|
| 972 |
+
rhyme-tes-00971,frutaria,jambuaçu,fɾutaɾˈia,ʒambuˈasu,ia,asu,0,fserb-pt-br+rule-based-g2p
|
| 973 |
+
rhyme-tes-00972,abencerragem,plotagem,abenseʁˈaʒem,plotˈaʒem,aʒem,aʒem,1,fserb-pt-br+rule-based-g2p
|
| 974 |
+
rhyme-tes-00973,alentejano,orquiectomia,alenteʒˈano,oɾkiektomˈia,ano,ia,0,fserb-pt-br+rule-based-g2p
|
| 975 |
+
rhyme-tes-00974,aprumo,humo,apɾˈumo,ˈumo,umo,umo,1,fserb-pt-br+rule-based-g2p
|
| 976 |
+
rhyme-tes-00975,mirim,uruçumirim,mˈiɾim,uɾusumˈiɾim,iɾim,iɾim,1,fserb-pt-br+rule-based-g2p
|
| 977 |
+
rhyme-tes-00976,báratro,teleteatro,baɾˈatɾo,teleteˈatɾo,atɾo,atɾo,1,fserb-pt-br+rule-based-g2p
|
| 978 |
+
rhyme-tes-00977,arengar,capengar,aɾˈengaɾ,kapˈengaɾ,engaɾ,engaɾ,1,fserb-pt-br+rule-based-g2p
|
| 979 |
+
rhyme-tes-00978,encravo,escandinavo,enkɾˈavo,eskandinˈavo,avo,avo,1,fserb-pt-br+rule-based-g2p
|
| 980 |
+
rhyme-tes-00979,agigantamento,sedentário,aʒigantamˈento,sedentaɾˈio,ento,io,0,fserb-pt-br+rule-based-g2p
|
| 981 |
+
rhyme-tes-00980,jaraguá,piaga,ʒaɾˈaga,piˈaga,aga,aga,1,fserb-pt-br+rule-based-g2p
|
| 982 |
+
rhyme-tes-00981,computabilidade,dividido,komputabilidˈade,dividˈido,ade,ido,0,fserb-pt-br+rule-based-g2p
|
| 983 |
+
rhyme-tes-00982,sorologia,vidente,soɾoloʒˈia,vidˈente,ia,ente,0,fserb-pt-br+rule-based-g2p
|
| 984 |
+
rhyme-tes-00983,engaste,guanacaste,engˈaste,ganakˈaste,aste,aste,1,fserb-pt-br+rule-based-g2p
|
| 985 |
+
rhyme-tes-00984,revolta,volta,ʁevˈolta,vˈolta,olta,olta,1,fserb-pt-br+rule-based-g2p
|
| 986 |
+
rhyme-tes-00985,espiolhar,restolhar,espiˈoʎaɾ,ʁestˈoʎaɾ,oʎaɾ,oʎaɾ,1,fserb-pt-br+rule-based-g2p
|
| 987 |
+
rhyme-tes-00986,cascateiro,entalhar,kaskateˈiɾo,entˈaʎaɾ,iɾo,aʎaɾ,0,fserb-pt-br+rule-based-g2p
|
| 988 |
+
rhyme-tes-00987,confusa,polimerizado,konfˈusa,polimeɾizˈado,usa,ado,0,fserb-pt-br+rule-based-g2p
|
| 989 |
+
rhyme-tes-00988,esfacelo,idílico,esfasˈelo,idilˈiko,elo,iko,0,fserb-pt-br+rule-based-g2p
|
| 990 |
+
rhyme-tes-00989,anabolizar,distrativo,anabolˈizaɾ,distɾatˈivo,izaɾ,ivo,0,fserb-pt-br+rule-based-g2p
|
| 991 |
+
rhyme-tes-00990,extratextual,indiscriminado,eʃtɾateʃtˈual,indiskɾiminˈado,ual,ado,0,fserb-pt-br+rule-based-g2p
|
| 992 |
+
rhyme-tes-00991,moldureiro,tancredo,molduɾeˈiɾo,tankɾˈedo,iɾo,edo,0,fserb-pt-br+rule-based-g2p
|
| 993 |
+
rhyme-tes-00992,socioambiental,transcontinental,sosioambiˈental,tɾanskontinˈental,ental,ental,1,fserb-pt-br+rule-based-g2p
|
| 994 |
+
rhyme-tes-00993,desenformado,gatenho,desenfoɾmˈado,gatˈeɲo,ado,eɲo,0,fserb-pt-br+rule-based-g2p
|
| 995 |
+
rhyme-tes-00994,filtrador,háptico,filtɾˈadoɾ,aptˈiko,adoɾ,iko,0,fserb-pt-br+rule-based-g2p
|
| 996 |
+
rhyme-tes-00995,autentificar,eufemisticamente,autentifˈikaɾ,eufemistikamˈente,ikaɾ,ente,0,fserb-pt-br+rule-based-g2p
|
| 997 |
+
rhyme-tes-00996,loca,voçoroca,lˈoka,vosoɾˈoka,oka,oka,1,fserb-pt-br+rule-based-g2p
|
| 998 |
+
rhyme-tes-00997,acompanhador,borato,akompaɲˈadoɾ,boɾˈato,adoɾ,ato,0,fserb-pt-br+rule-based-g2p
|
| 999 |
+
rhyme-tes-00998,coxinha,querença,koʃˈiɲa,keɾˈensa,iɲa,ensa,0,fserb-pt-br+rule-based-g2p
|
| 1000 |
+
rhyme-tes-00999,etnônimo,fustigado,etnonˈimo,fustigˈado,imo,ado,0,fserb-pt-br+rule-based-g2p
|
| 1001 |
+
rhyme-tes-01000,amesquinhar,apadrinhar,ameskˈiɲaɾ,apadɾˈiɲaɾ,iɲaɾ,iɲaɾ,1,fserb-pt-br+rule-based-g2p
|
test/syllable_test.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
train/initial_phoneme_train.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
train/reading_error_train.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
train/rhyme_train.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
train/syllable_train.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
validation/initial_phoneme_validation.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
validation/reading_error_validation.csv
ADDED
|
@@ -0,0 +1,501 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,target_word,observed_reading,target_ipa,observed_ipa,error_type,error_span,generation_rule,source_type
|
| 2 |
+
reading-val-00001,poço,paoço,pˈoso,paˈoso,insertion,1:1,insert_a,privacy_preserving_rule_based_public_release
|
| 3 |
+
reading-val-00002,momo,nomo,mˈomo,nˈomo,phoneme_substitution,0:1,m→n,privacy_preserving_rule_based_public_release
|
| 4 |
+
reading-val-00003,detrair,detlair,detɾˈaiɾ,detlˈaiɾ,phoneme_substitution,3:4,r→l,privacy_preserving_rule_based_public_release
|
| 5 |
+
reading-val-00004,evolutivo,evolutifo,evolutˈivo,evolutˈifo,phoneme_substitution,7:8,v→f,privacy_preserving_rule_based_public_release
|
| 6 |
+
reading-val-00005,regredir,regledir,ʁegɾˈediɾ,ʁeglˈediɾ,phoneme_substitution,3:4,r→l,privacy_preserving_rule_based_public_release
|
| 7 |
+
reading-val-00006,desmontável,desmondável,desmontˈavel,desmondˈavel,phoneme_substitution,6:7,t→d,privacy_preserving_rule_based_public_release
|
| 8 |
+
reading-val-00007,parador,paradoar,paɾˈadoɾ,paɾadˈoaɾ,insertion,6:6,insert_a,privacy_preserving_rule_based_public_release
|
| 9 |
+
reading-val-00008,bravateiro,bravaeiro,bɾavateˈiɾo,bɾavaeˈiɾo,omission,5:6,omit_t,privacy_preserving_rule_based_public_release
|
| 10 |
+
reading-val-00009,estoutro,esstoutro,estoˈutɾo,estoˈutɾo,orthographic_confusion,1:2,s→ss,privacy_preserving_rule_based_public_release
|
| 11 |
+
reading-val-00010,encarne,ecarne,enkˈaɾne,ekˈaɾne,omission,1:2,omit_n,privacy_preserving_rule_based_public_release
|
| 12 |
+
reading-val-00011,enésimo,enézimo,enɛsˈimo,enɛzˈimo,phoneme_substitution,3:4,s→z,privacy_preserving_rule_based_public_release
|
| 13 |
+
reading-val-00012,dialogar,tialogar,dialˈogaɾ,tialˈogaɾ,phoneme_substitution,0:1,d→t,privacy_preserving_rule_based_public_release
|
| 14 |
+
reading-val-00013,fondant,fodant,fˈondant,fˈodant,omission,2:3,omit_n,privacy_preserving_rule_based_public_release
|
| 15 |
+
reading-val-00014,pesadora,pesatora,pesadˈoɾa,pesatˈoɾa,phoneme_substitution,4:5,d→t,privacy_preserving_rule_based_public_release
|
| 16 |
+
reading-val-00015,mangano,mancano,mangˈano,mankˈano,phoneme_substitution,3:4,g→c,privacy_preserving_rule_based_public_release
|
| 17 |
+
reading-val-00016,disputante,disputamte,disputˈante,disputˈamte,phoneme_substitution,7:8,n→m,privacy_preserving_rule_based_public_release
|
| 18 |
+
reading-val-00017,rizosfera,rizozfera,ʁizosfˈeɾa,ʁizozfˈeɾa,phoneme_substitution,4:5,s→z,privacy_preserving_rule_based_public_release
|
| 19 |
+
reading-val-00018,alfarrábio,alfarlábio,alfaʁabˈio,alfaɾlabˈio,phoneme_substitution,5:6,r→l,privacy_preserving_rule_based_public_release
|
| 20 |
+
reading-val-00019,garroteado,garroteao,gaʁoteˈado,gaʁoteˈao,omission,8:9,omit_d,privacy_preserving_rule_based_public_release
|
| 21 |
+
reading-val-00020,açodamento,açodanento,asodamˈento,asodanˈento,phoneme_substitution,5:6,m→n,privacy_preserving_rule_based_public_release
|
| 22 |
+
reading-val-00021,cênico,gênico,senˈiko,ʒenˈiko,phoneme_substitution,0:1,c→g,privacy_preserving_rule_based_public_release
|
| 23 |
+
reading-val-00022,espetáculo,espetácuo,espetakˈulo,espetakˈuo,omission,8:9,omit_l,privacy_preserving_rule_based_public_release
|
| 24 |
+
reading-val-00023,pisada,pisata,pisˈada,pisˈata,phoneme_substitution,4:5,d→t,privacy_preserving_rule_based_public_release
|
| 25 |
+
reading-val-00024,requisitar,requizitar,ʁekisˈitaɾ,ʁekizˈitaɾ,phoneme_substitution,5:6,s→z,privacy_preserving_rule_based_public_release
|
| 26 |
+
reading-val-00025,isobárico,isiobárico,isobaɾˈiko,isiobaɾˈiko,insertion,2:2,insert_i,privacy_preserving_rule_based_public_release
|
| 27 |
+
reading-val-00026,cartomancia,kartomancia,kaɾtomansˈia,kaɾtomansˈia,orthographic_confusion,0:1,c→k,privacy_preserving_rule_based_public_release
|
| 28 |
+
reading-val-00027,teatino,teatimo,teatˈino,teatˈimo,phoneme_substitution,5:6,n→m,privacy_preserving_rule_based_public_release
|
| 29 |
+
reading-val-00028,alegrado,alegrato,alegɾˈado,alegɾˈato,phoneme_substitution,6:7,d→t,privacy_preserving_rule_based_public_release
|
| 30 |
+
reading-val-00029,calheiro,kalheiro,kaʎeˈiɾo,kaʎeˈiɾo,orthographic_confusion,0:1,c→k,privacy_preserving_rule_based_public_release
|
| 31 |
+
reading-val-00030,bogarim,bojarim,bogˈaɾim,boʒˈaɾim,orthographic_confusion,2:3,g→j,privacy_preserving_rule_based_public_release
|
| 32 |
+
reading-val-00031,tonganês,tonganêz,tongˈanes,tongˈanez,phoneme_substitution,7:8,s→z,privacy_preserving_rule_based_public_release
|
| 33 |
+
reading-val-00032,inovação,iinovação,inovasˈɐ̃o,iinovasˈɐ̃o,insertion,1:1,insert_i,privacy_preserving_rule_based_public_release
|
| 34 |
+
reading-val-00033,maniatado,naniatado,maniatˈado,naniatˈado,orthographic_confusion,0:1,m→n,privacy_preserving_rule_based_public_release
|
| 35 |
+
reading-val-00034,subgerente,subgelente,subʒeɾˈente,subʒelˈente,phoneme_substitution,5:6,r→l,privacy_preserving_rule_based_public_release
|
| 36 |
+
reading-val-00035,manustérgio,manuztérgio,manustɛɾʒˈio,manuztɛɾʒˈio,phoneme_substitution,4:5,s→z,privacy_preserving_rule_based_public_release
|
| 37 |
+
reading-val-00036,repulsa,repusa,ʁepˈulsa,ʁepˈusa,omission,4:5,omit_l,privacy_preserving_rule_based_public_release
|
| 38 |
+
reading-val-00037,peixaria,peiaria,peiʃaɾˈia,peiaɾˈia,omission,3:4,omit_x,privacy_preserving_rule_based_public_release
|
| 39 |
+
reading-val-00038,viscídio,vizcídio,vissidˈio,vizsidˈio,phoneme_substitution,2:3,s→z,privacy_preserving_rule_based_public_release
|
| 40 |
+
reading-val-00039,albuminúria,albuminúlia,albuminuɾˈia,albuminulˈia,orthographic_confusion,8:9,r→l,privacy_preserving_rule_based_public_release
|
| 41 |
+
reading-val-00040,sincronia,simcronia,sinkɾonˈia,simkɾonˈia,phoneme_substitution,2:3,n→m,privacy_preserving_rule_based_public_release
|
| 42 |
+
reading-val-00041,isquiático,isquiátigo,iskiatˈiko,iskiatˈigo,phoneme_substitution,8:9,c→g,privacy_preserving_rule_based_public_release
|
| 43 |
+
reading-val-00042,terramoto,terramoo,teʁamˈoto,teʁamˈoo,omission,7:8,omit_t,privacy_preserving_rule_based_public_release
|
| 44 |
+
reading-val-00043,usinar,usinaar,usˈinaɾ,usinˈaaɾ,insertion,5:5,insert_a,privacy_preserving_rule_based_public_release
|
| 45 |
+
reading-val-00044,guaiá,cuaiá,gaˈia,kuaˈia,phoneme_substitution,0:1,g→c,privacy_preserving_rule_based_public_release
|
| 46 |
+
reading-val-00045,barraca,barlaca,baʁˈaka,baɾlˈaka,phoneme_substitution,3:4,r→l,privacy_preserving_rule_based_public_release
|
| 47 |
+
reading-val-00046,bazófia,bazóia,bazɔfˈia,bazɔˈia,omission,4:5,omit_f,privacy_preserving_rule_based_public_release
|
| 48 |
+
reading-val-00047,cinca,cinka,sˈinka,sˈinka,orthographic_confusion,3:4,c→k,privacy_preserving_rule_based_public_release
|
| 49 |
+
reading-val-00048,tundra,tumdra,tˈundɾa,tˈumdɾa,phoneme_substitution,2:3,n→m,privacy_preserving_rule_based_public_release
|
| 50 |
+
reading-val-00049,assenso,asseso,asˈenso,asˈeso,omission,4:5,omit_n,privacy_preserving_rule_based_public_release
|
| 51 |
+
reading-val-00050,macuca,macuka,makˈuka,makˈuka,orthographic_confusion,4:5,c→k,privacy_preserving_rule_based_public_release
|
| 52 |
+
reading-val-00051,rasgamento,rasgameto,ʁasgamˈento,ʁasgamˈeto,omission,7:8,omit_n,privacy_preserving_rule_based_public_release
|
| 53 |
+
reading-val-00052,percalina,pelcalina,peɾkalˈina,pelkalˈina,phoneme_substitution,2:3,r→l,privacy_preserving_rule_based_public_release
|
| 54 |
+
reading-val-00053,inatenção,inatenão,inatensˈɐ̃o,inatenˈɐ̃o,omission,6:7,omit_ç,privacy_preserving_rule_based_public_release
|
| 55 |
+
reading-val-00054,fiandeira,fiandeia,fiandeˈiɾa,fiandeˈia,omission,7:8,omit_r,privacy_preserving_rule_based_public_release
|
| 56 |
+
reading-val-00055,adenosina,adenossina,adenosˈina,adenosˈina,orthographic_confusion,5:6,s→ss,privacy_preserving_rule_based_public_release
|
| 57 |
+
reading-val-00056,ensecadeira,enssecadeira,ensekadeˈiɾa,ensekadeˈiɾa,orthographic_confusion,2:3,s→ss,privacy_preserving_rule_based_public_release
|
| 58 |
+
reading-val-00057,pescoço,pezcoço,peskˈoso,pezkˈoso,phoneme_substitution,2:3,s→z,privacy_preserving_rule_based_public_release
|
| 59 |
+
reading-val-00058,ofídico,oefídico,ofidˈiko,oefidˈiko,insertion,1:1,insert_e,privacy_preserving_rule_based_public_release
|
| 60 |
+
reading-val-00059,flecha,flekha,flˈeʃa,flˈeka,orthographic_confusion,3:4,c→k,privacy_preserving_rule_based_public_release
|
| 61 |
+
reading-val-00060,depreciação,deprekiação,depɾesiasˈɐ̃o,depɾekiasˈɐ̃o,orthographic_confusion,5:6,c→k,privacy_preserving_rule_based_public_release
|
| 62 |
+
reading-val-00061,tênis,dênis,tˈenis,dˈenis,phoneme_substitution,0:1,t→d,privacy_preserving_rule_based_public_release
|
| 63 |
+
reading-val-00062,detestando,detestanto,detestˈando,detestˈanto,phoneme_substitution,8:9,d→t,privacy_preserving_rule_based_public_release
|
| 64 |
+
reading-val-00063,repasto,repazto,ʁepˈasto,ʁepˈazto,phoneme_substitution,4:5,s→z,privacy_preserving_rule_based_public_release
|
| 65 |
+
reading-val-00064,boxeador,bocheador,boʃeˈadoɾ,boʃeˈadoɾ,orthographic_confusion,2:3,x→ch,privacy_preserving_rule_based_public_release
|
| 66 |
+
reading-val-00065,gentinha,gemtinha,ʒentˈiɲa,ʒemtˈiɲa,phoneme_substitution,2:3,n→m,privacy_preserving_rule_based_public_release
|
| 67 |
+
reading-val-00066,tipicamente,tipicanente,tipikamˈente,tipikanˈente,phoneme_substitution,6:7,m→n,privacy_preserving_rule_based_public_release
|
| 68 |
+
reading-val-00067,sobrolho,soblolho,sobɾˈoʎo,soblˈoʎo,phoneme_substitution,3:4,r→l,privacy_preserving_rule_based_public_release
|
| 69 |
+
reading-val-00068,exantema,echantema,eʃantˈema,eʃantˈema,orthographic_confusion,1:2,x→ch,privacy_preserving_rule_based_public_release
|
| 70 |
+
reading-val-00069,nastia,nasstia,nastˈia,nastˈia,orthographic_confusion,2:3,s→ss,privacy_preserving_rule_based_public_release
|
| 71 |
+
reading-val-00070,gracinha,jracinha,gɾasˈiɲa,ʒɾasˈiɲa,orthographic_confusion,0:1,g→j,privacy_preserving_rule_based_public_release
|
| 72 |
+
reading-val-00071,querubim,querupim,keɾˈubim,keɾˈupim,phoneme_substitution,5:6,b→p,privacy_preserving_rule_based_public_release
|
| 73 |
+
reading-val-00072,pedir,paedir,pˈediɾ,paˈediɾ,insertion,1:1,insert_a,privacy_preserving_rule_based_public_release
|
| 74 |
+
reading-val-00073,processável,procesisável,pɾosesˈavel,pɾosesisˈavel,insertion,6:6,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 75 |
+
reading-val-00074,belarmino,belalmino,belaɾmˈino,belalmˈino,phoneme_substitution,4:5,r→l,privacy_preserving_rule_based_public_release
|
| 76 |
+
reading-val-00075,mamilo,namilo,mamˈilo,namˈilo,phoneme_substitution,0:1,m→n,privacy_preserving_rule_based_public_release
|
| 77 |
+
reading-val-00076,pentalfa,bentalfa,pentˈalfa,bentˈalfa,phoneme_substitution,0:1,p→b,privacy_preserving_rule_based_public_release
|
| 78 |
+
reading-val-00077,romancismo,romacismo,ʁomansˈismo,ʁomasˈismo,omission,4:5,omit_n,privacy_preserving_rule_based_public_release
|
| 79 |
+
reading-val-00078,indigitado,inedigitado,indiʒitˈado,inediʒitˈado,insertion,2:2,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 80 |
+
reading-val-00079,britônico,britônigo,bɾitonˈiko,bɾitonˈigo,phoneme_substitution,7:8,c→g,privacy_preserving_rule_based_public_release
|
| 81 |
+
reading-val-00080,encartar,ecartar,enkˈaɾtaɾ,ekˈaɾtaɾ,omission,1:2,omit_n,privacy_preserving_rule_based_public_release
|
| 82 |
+
reading-val-00081,trapezista,trapezita,tɾapezˈista,tɾapezˈita,omission,7:8,omit_s,privacy_preserving_rule_based_public_release
|
| 83 |
+
reading-val-00082,derrelição,terrelição,deʁelisˈɐ̃o,teʁelisˈɐ̃o,phoneme_substitution,0:1,d→t,privacy_preserving_rule_based_public_release
|
| 84 |
+
reading-val-00083,jeje,jee,ʒˈeʒe,ʒˈee,omission,2:3,omit_j,privacy_preserving_rule_based_public_release
|
| 85 |
+
reading-val-00084,vocação,voicação,vokasˈɐ̃o,voikasˈɐ̃o,insertion,2:2,insert_i,privacy_preserving_rule_based_public_release
|
| 86 |
+
reading-val-00085,particular,partikular,paɾtikˈulaɾ,paɾtikˈulaɾ,orthographic_confusion,5:6,c→k,privacy_preserving_rule_based_public_release
|
| 87 |
+
reading-val-00086,segmentação,segmentasão,segmentasˈɐ̃o,segmentasˈɐ̃o,orthographic_confusion,8:9,ç→s,privacy_preserving_rule_based_public_release
|
| 88 |
+
reading-val-00087,mareta,maleta,maɾˈeta,malˈeta,phoneme_substitution,2:3,r→l,privacy_preserving_rule_based_public_release
|
| 89 |
+
reading-val-00088,consolidar,conzolidar,konsolˈidaɾ,konzolˈidaɾ,phoneme_substitution,3:4,s→z,privacy_preserving_rule_based_public_release
|
| 90 |
+
reading-val-00089,bibliocanto,biliocanto,bibliokˈanto,biliokˈanto,omission,2:3,omit_b,privacy_preserving_rule_based_public_release
|
| 91 |
+
reading-val-00090,pronóstico,promóstico,pɾonɔstˈiko,pɾomɔstˈiko,phoneme_substitution,3:4,n→m,privacy_preserving_rule_based_public_release
|
| 92 |
+
reading-val-00091,mangarito,mancarito,mangaɾˈito,mankaɾˈito,phoneme_substitution,3:4,g→c,privacy_preserving_rule_based_public_release
|
| 93 |
+
reading-val-00092,farinha,varinha,faɾˈiɲa,vaɾˈiɲa,phoneme_substitution,0:1,f→v,privacy_preserving_rule_based_public_release
|
| 94 |
+
reading-val-00093,conceber,comceber,konsˈebeɾ,komsˈebeɾ,phoneme_substitution,2:3,n→m,privacy_preserving_rule_based_public_release
|
| 95 |
+
reading-val-00094,desfalque,dezfalque,desfˈalke,dezfˈalke,phoneme_substitution,2:3,s→z,privacy_preserving_rule_based_public_release
|
| 96 |
+
reading-val-00095,escoadouro,ezcoadouro,eskoadoˈuɾo,ezkoadoˈuɾo,phoneme_substitution,1:2,s→z,privacy_preserving_rule_based_public_release
|
| 97 |
+
reading-val-00096,clamar,claar,klˈamaɾ,klˈaaɾ,omission,3:4,omit_m,privacy_preserving_rule_based_public_release
|
| 98 |
+
reading-val-00097,sofístico,sofítico,sofistˈiko,sofitˈiko,omission,4:5,omit_s,privacy_preserving_rule_based_public_release
|
| 99 |
+
reading-val-00098,boiado,poiado,boiˈado,poiˈado,orthographic_confusion,0:1,b→p,privacy_preserving_rule_based_public_release
|
| 100 |
+
reading-val-00099,reputar,repudar,ʁepˈutaɾ,ʁepˈudaɾ,orthographic_confusion,4:5,t→d,privacy_preserving_rule_based_public_release
|
| 101 |
+
reading-val-00100,capineiro,capimeiro,kapineˈiɾo,kapimeˈiɾo,phoneme_substitution,4:5,n→m,privacy_preserving_rule_based_public_release
|
| 102 |
+
reading-val-00101,suevo,suaevo,suˈevo,suaˈevo,insertion,2:2,insert_a,privacy_preserving_rule_based_public_release
|
| 103 |
+
reading-val-00102,importador,inportador,impoɾtˈadoɾ,inpoɾtˈadoɾ,orthographic_confusion,1:2,m→n,privacy_preserving_rule_based_public_release
|
| 104 |
+
reading-val-00103,ergologia,ergolojia,eɾgoloʒˈia,eɾgoloʒˈia,orthographic_confusion,6:7,g→j,privacy_preserving_rule_based_public_release
|
| 105 |
+
reading-val-00104,campar,gampar,kˈampaɾ,gˈampaɾ,phoneme_substitution,0:1,c→g,privacy_preserving_rule_based_public_release
|
| 106 |
+
reading-val-00105,píer,píel,pˈieɾ,pˈiel,orthographic_confusion,3:4,r→l,privacy_preserving_rule_based_public_release
|
| 107 |
+
reading-val-00106,registral,recistral,ʁeʒˈistɾal,ʁesˈistɾal,phoneme_substitution,2:3,g→c,privacy_preserving_rule_based_public_release
|
| 108 |
+
reading-val-00107,peró,peló,pˈeɾɔ,pˈelɔ,phoneme_substitution,2:3,r→l,privacy_preserving_rule_based_public_release
|
| 109 |
+
reading-val-00108,galhudo,galhuto,gaʎˈudo,gaʎˈuto,phoneme_substitution,5:6,d→t,privacy_preserving_rule_based_public_release
|
| 110 |
+
reading-val-00109,hesitante,hessitante,esitˈante,esitˈante,orthographic_confusion,2:3,s→ss,privacy_preserving_rule_based_public_release
|
| 111 |
+
reading-val-00110,desataviado,dessataviado,desataviˈado,desataviˈado,orthographic_confusion,2:3,s→ss,privacy_preserving_rule_based_public_release
|
| 112 |
+
reading-val-00111,pandarecos,padarecos,pandaɾˈekos,padaɾˈekos,omission,2:3,omit_n,privacy_preserving_rule_based_public_release
|
| 113 |
+
reading-val-00112,pecã,pegã,pˈekɐ̃,pˈegɐ̃,phoneme_substitution,2:3,c→g,privacy_preserving_rule_based_public_release
|
| 114 |
+
reading-val-00113,subcultura,subcurtura,subkultˈuɾa,subkuɾtˈuɾa,phoneme_substitution,5:6,l→r,privacy_preserving_rule_based_public_release
|
| 115 |
+
reading-val-00114,conversada,comversada,konveɾsˈada,komveɾsˈada,phoneme_substitution,2:3,n→m,privacy_preserving_rule_based_public_release
|
| 116 |
+
reading-val-00115,licitador,licidador,lisitˈadoɾ,lisidˈadoɾ,phoneme_substitution,4:5,t→d,privacy_preserving_rule_based_public_release
|
| 117 |
+
reading-val-00116,poder,podel,pˈodeɾ,pˈodel,phoneme_substitution,4:5,r→l,privacy_preserving_rule_based_public_release
|
| 118 |
+
reading-val-00117,realidade,realitade,ʁealidˈade,ʁealitˈade,phoneme_substitution,5:6,d→t,privacy_preserving_rule_based_public_release
|
| 119 |
+
reading-val-00118,euro,eulo,eˈuɾo,eˈulo,phoneme_substitution,2:3,r→l,privacy_preserving_rule_based_public_release
|
| 120 |
+
reading-val-00119,marrana,marana,maʁˈana,maɾˈana,omission,2:3,omit_r,privacy_preserving_rule_based_public_release
|
| 121 |
+
reading-val-00120,sacana,sacama,sakˈana,sakˈama,phoneme_substitution,4:5,n→m,privacy_preserving_rule_based_public_release
|
| 122 |
+
reading-val-00121,privatizar,pirivatizar,pɾivatˈizaɾ,piɾivatˈizaɾ,insertion,1:1,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 123 |
+
reading-val-00122,sociologia,socioloia,sosioloʒˈia,sosioloˈia,omission,7:8,omit_g,privacy_preserving_rule_based_public_release
|
| 124 |
+
reading-val-00123,reconvenção,rekonvenção,ʁekonvensˈɐ̃o,ʁekonvensˈɐ̃o,orthographic_confusion,2:3,c→k,privacy_preserving_rule_based_public_release
|
| 125 |
+
reading-val-00124,mentar,mendar,mˈentaɾ,mˈendaɾ,phoneme_substitution,3:4,t→d,privacy_preserving_rule_based_public_release
|
| 126 |
+
reading-val-00125,venerável,veneráfel,veneɾˈavel,veneɾˈafel,phoneme_substitution,6:7,v→f,privacy_preserving_rule_based_public_release
|
| 127 |
+
reading-val-00126,tangomau,dangomau,tangomˈau,dangomˈau,phoneme_substitution,0:1,t→d,privacy_preserving_rule_based_public_release
|
| 128 |
+
reading-val-00127,chorado,xorado,ʃoɾˈado,ʃoɾˈado,orthographic_confusion,0:2,ch→x,privacy_preserving_rule_based_public_release
|
| 129 |
+
reading-val-00128,infamante,invamante,infamˈante,invamˈante,phoneme_substitution,2:3,f→v,privacy_preserving_rule_based_public_release
|
| 130 |
+
reading-val-00129,fragor,fagor,fɾˈagoɾ,fˈagoɾ,omission,1:2,omit_r,privacy_preserving_rule_based_public_release
|
| 131 |
+
reading-val-00130,partilhar,partilhal,paɾtˈiʎaɾ,paɾtˈiʎal,orthographic_confusion,8:9,r→l,privacy_preserving_rule_based_public_release
|
| 132 |
+
reading-val-00131,gris,cris,gɾˈis,kɾˈis,phoneme_substitution,0:1,g→c,privacy_preserving_rule_based_public_release
|
| 133 |
+
reading-val-00132,borrachudo,bolrachudo,boʁaʃˈudo,bolɾaʃˈudo,phoneme_substitution,2:3,r→l,privacy_preserving_rule_based_public_release
|
| 134 |
+
reading-val-00133,moldura,moldua,moldˈuɾa,moldˈua,omission,5:6,omit_r,privacy_preserving_rule_based_public_release
|
| 135 |
+
reading-val-00134,jacurutu,jakurutu,ʒakuɾˈutu,ʒakuɾˈutu,orthographic_confusion,2:3,c→k,privacy_preserving_rule_based_public_release
|
| 136 |
+
reading-val-00135,bombordo,bombodo,bombˈoɾdo,bombˈodo,omission,5:6,omit_r,privacy_preserving_rule_based_public_release
|
| 137 |
+
reading-val-00136,pedaleiro,bedaleiro,pedaleˈiɾo,bedaleˈiɾo,phoneme_substitution,0:1,p→b,privacy_preserving_rule_based_public_release
|
| 138 |
+
reading-val-00137,remodelador,remoderador,ʁemodelˈadoɾ,ʁemodeɾˈadoɾ,phoneme_substitution,6:7,l→r,privacy_preserving_rule_based_public_release
|
| 139 |
+
reading-val-00138,papelório,papelólio,papelɔɾˈio,papelɔlˈio,phoneme_substitution,6:7,r→l,privacy_preserving_rule_based_public_release
|
| 140 |
+
reading-val-00139,tramagal,tamagal,tɾamˈagal,tamˈagal,omission,1:2,omit_r,privacy_preserving_rule_based_public_release
|
| 141 |
+
reading-val-00140,bastardinho,bastartinho,bastaɾdˈiɲo,bastaɾtˈiɲo,phoneme_substitution,6:7,d→t,privacy_preserving_rule_based_public_release
|
| 142 |
+
reading-val-00141,valvar,falvar,vˈalvaɾ,fˈalvaɾ,phoneme_substitution,0:1,v→f,privacy_preserving_rule_based_public_release
|
| 143 |
+
reading-val-00142,bordar,boldar,bˈoɾdaɾ,bˈoldaɾ,orthographic_confusion,2:3,r→l,privacy_preserving_rule_based_public_release
|
| 144 |
+
reading-val-00143,venalidade,venaridade,venalidˈade,venaɾidˈade,phoneme_substitution,4:5,l→r,privacy_preserving_rule_based_public_release
|
| 145 |
+
reading-val-00144,aiai,aiaip,aiˈai,aiˈaip,phoneme_substitution,4:4,fallback_append_p,privacy_preserving_rule_based_public_release
|
| 146 |
+
reading-val-00145,nore,nole,nˈoɾe,nˈole,phoneme_substitution,2:3,r→l,privacy_preserving_rule_based_public_release
|
| 147 |
+
reading-val-00146,viatura,viaura,viatˈuɾa,viaˈuɾa,omission,3:4,omit_t,privacy_preserving_rule_based_public_release
|
| 148 |
+
reading-val-00147,afinação,afinasão,afinasˈɐ̃o,afinasˈɐ̃o,orthographic_confusion,5:6,ç→s,privacy_preserving_rule_based_public_release
|
| 149 |
+
reading-val-00148,casus,caus,kˈasus,kˈaus,omission,2:3,omit_s,privacy_preserving_rule_based_public_release
|
| 150 |
+
reading-val-00149,massango,masssango,masˈango,massˈango,orthographic_confusion,3:4,s→ss,privacy_preserving_rule_based_public_release
|
| 151 |
+
reading-val-00150,fundição,vundição,fundisˈɐ̃o,vundisˈɐ��o,phoneme_substitution,0:1,f→v,privacy_preserving_rule_based_public_release
|
| 152 |
+
reading-val-00151,sacre,ssacre,sˈakɾe,sˈakɾe,orthographic_confusion,0:1,s→ss,privacy_preserving_rule_based_public_release
|
| 153 |
+
reading-val-00152,alopático,alopaático,alopatˈiko,alopaatˈiko,insertion,4:4,insert_a,privacy_preserving_rule_based_public_release
|
| 154 |
+
reading-val-00153,excepto,ejcepto,eʃsˈepto,eʒsˈepto,phoneme_substitution,1:2,x→j,privacy_preserving_rule_based_public_release
|
| 155 |
+
reading-val-00154,cáctus,cácdus,kˈaktus,kˈakdus,phoneme_substitution,3:4,t→d,privacy_preserving_rule_based_public_release
|
| 156 |
+
reading-val-00155,velocíssimo,velocísssimo,velosisˈimo,velosissˈimo,orthographic_confusion,6:7,s→ss,privacy_preserving_rule_based_public_release
|
| 157 |
+
reading-val-00156,variar,valiar,vaɾˈiaɾ,valˈiaɾ,phoneme_substitution,2:3,r→l,privacy_preserving_rule_based_public_release
|
| 158 |
+
reading-val-00157,pombal,ponbal,pˈombal,pˈonbal,phoneme_substitution,2:3,m→n,privacy_preserving_rule_based_public_release
|
| 159 |
+
reading-val-00158,laudatório,laudatóio,laudatɔɾˈio,laudatɔˈio,omission,7:8,omit_r,privacy_preserving_rule_based_public_release
|
| 160 |
+
reading-val-00159,desempate,deempate,desempˈate,deempˈate,omission,2:3,omit_s,privacy_preserving_rule_based_public_release
|
| 161 |
+
reading-val-00160,ciclicidade,giclicidade,siklisidˈade,ʒiklisidˈade,phoneme_substitution,0:1,c→g,privacy_preserving_rule_based_public_release
|
| 162 |
+
reading-val-00161,alométrico,alomédrico,alomɛtɾˈiko,alomɛdɾˈiko,phoneme_substitution,5:6,t→d,privacy_preserving_rule_based_public_release
|
| 163 |
+
reading-val-00162,oculomotor,okulomotor,okulomˈotoɾ,okulomˈotoɾ,orthographic_confusion,1:2,c→k,privacy_preserving_rule_based_public_release
|
| 164 |
+
reading-val-00163,ilegalizar,ilegalisar,ilegalˈizaɾ,ilegalˈisaɾ,phoneme_substitution,7:8,z→s,privacy_preserving_rule_based_public_release
|
| 165 |
+
reading-val-00164,estratego,estraego,estɾatˈego,estɾaˈego,omission,5:6,omit_t,privacy_preserving_rule_based_public_release
|
| 166 |
+
reading-val-00165,acariquara,acariuara,akaɾikˈaɾa,akaɾiuˈaɾa,omission,5:6,omit_q,privacy_preserving_rule_based_public_release
|
| 167 |
+
reading-val-00166,formiato,forniato,foɾmiˈato,foɾniˈato,phoneme_substitution,3:4,m→n,privacy_preserving_rule_based_public_release
|
| 168 |
+
reading-val-00167,papeiro,paeiro,papeˈiɾo,paeˈiɾo,omission,2:3,omit_p,privacy_preserving_rule_based_public_release
|
| 169 |
+
reading-val-00168,esgote,escote,esgˈote,eskˈote,phoneme_substitution,2:3,g→c,privacy_preserving_rule_based_public_release
|
| 170 |
+
reading-val-00169,alexitimia,alexidimia,aleʃitimˈia,aleʃidimˈia,phoneme_substitution,5:6,t→d,privacy_preserving_rule_based_public_release
|
| 171 |
+
reading-val-00170,destro,desdro,dˈestɾo,dˈesdɾo,phoneme_substitution,3:4,t→d,privacy_preserving_rule_based_public_release
|
| 172 |
+
reading-val-00171,vingador,vinegador,vingˈadoɾ,vinegˈadoɾ,insertion,3:3,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 173 |
+
reading-val-00172,calim,kalim,kˈalim,kˈalim,orthographic_confusion,0:1,c→k,privacy_preserving_rule_based_public_release
|
| 174 |
+
reading-val-00173,perdigueiro,berdigueiro,peɾdiʒeˈiɾo,beɾdiʒeˈiɾo,phoneme_substitution,0:1,p→b,privacy_preserving_rule_based_public_release
|
| 175 |
+
reading-val-00174,antedito,amtedito,antedˈito,amtedˈito,phoneme_substitution,1:2,n→m,privacy_preserving_rule_based_public_release
|
| 176 |
+
reading-val-00175,gravimetria,gavimetria,gɾavimetɾˈia,gavimetɾˈia,omission,1:2,omit_r,privacy_preserving_rule_based_public_release
|
| 177 |
+
reading-val-00176,caaba,caaa,kaˈaba,kaˈaa,omission,3:4,omit_b,privacy_preserving_rule_based_public_release
|
| 178 |
+
reading-val-00177,confreira,konfreira,konfɾeˈiɾa,konfɾeˈiɾa,orthographic_confusion,0:1,c→k,privacy_preserving_rule_based_public_release
|
| 179 |
+
reading-val-00178,acartonado,acartoado,akaɾtonˈado,akaɾtoˈado,omission,6:7,omit_n,privacy_preserving_rule_based_public_release
|
| 180 |
+
reading-val-00179,comportar,comportal,kompˈoɾtaɾ,kompˈoɾtal,phoneme_substitution,8:9,r→l,privacy_preserving_rule_based_public_release
|
| 181 |
+
reading-val-00180,buclê,bucrê,bˈukle,bˈukɾe,phoneme_substitution,3:4,l→r,privacy_preserving_rule_based_public_release
|
| 182 |
+
reading-val-00181,descolorir,desolorir,deskolˈoɾiɾ,desolˈoɾiɾ,omission,3:4,omit_c,privacy_preserving_rule_based_public_release
|
| 183 |
+
reading-val-00182,eloquente,eloquemte,elokˈente,elokˈemte,phoneme_substitution,6:7,n→m,privacy_preserving_rule_based_public_release
|
| 184 |
+
reading-val-00183,diviso,divizo,divˈiso,divˈizo,phoneme_substitution,4:5,s→z,privacy_preserving_rule_based_public_release
|
| 185 |
+
reading-val-00184,clonagem,conagem,klonˈaʒem,konˈaʒem,omission,1:2,omit_l,privacy_preserving_rule_based_public_release
|
| 186 |
+
reading-val-00185,poncheira,ponkheira,ponʃeˈiɾa,ponkeˈiɾa,orthographic_confusion,3:4,c→k,privacy_preserving_rule_based_public_release
|
| 187 |
+
reading-val-00186,agárico,aárico,agaɾˈiko,aaɾˈiko,omission,1:2,omit_g,privacy_preserving_rule_based_public_release
|
| 188 |
+
reading-val-00187,discernente,tiscernente,disseɾnˈente,tisseɾnˈente,phoneme_substitution,0:1,d→t,privacy_preserving_rule_based_public_release
|
| 189 |
+
reading-val-00188,alcade,alkade,alkˈade,alkˈade,orthographic_confusion,2:3,c→k,privacy_preserving_rule_based_public_release
|
| 190 |
+
reading-val-00189,flautista,flautita,flautˈista,flautˈita,omission,6:7,omit_s,privacy_preserving_rule_based_public_release
|
| 191 |
+
reading-val-00190,descombinar,desicombinar,deskombˈinaɾ,desikombˈinaɾ,insertion,3:3,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 192 |
+
reading-val-00191,peróxido,peóxido,peɾɔʃˈido,peɔʃˈido,omission,2:3,omit_r,privacy_preserving_rule_based_public_release
|
| 193 |
+
reading-val-00192,chianti,chiamti,ʃiˈanti,ʃiˈamti,phoneme_substitution,4:5,n→m,privacy_preserving_rule_based_public_release
|
| 194 |
+
reading-val-00193,bilhó,birhó,bˈiʎɔ,bˈiɾɔ,phoneme_substitution,2:3,l→r,privacy_preserving_rule_based_public_release
|
| 195 |
+
reading-val-00194,sugerir,sucerir,suʒˈeɾiɾ,susˈeɾiɾ,phoneme_substitution,2:3,g→c,privacy_preserving_rule_based_public_release
|
| 196 |
+
reading-val-00195,troar,toar,tɾˈoaɾ,tˈoaɾ,omission,1:2,omit_r,privacy_preserving_rule_based_public_release
|
| 197 |
+
reading-val-00196,lunetas,launetas,lunˈetas,launˈetas,insertion,1:1,insert_a,privacy_preserving_rule_based_public_release
|
| 198 |
+
reading-val-00197,alfaiate,alfaiade,alfaiˈate,alfaiˈade,orthographic_confusion,6:7,t→d,privacy_preserving_rule_based_public_release
|
| 199 |
+
reading-val-00198,antevisão,antevissão,antevisˈɐ̃o,antevisˈɐ̃o,orthographic_confusion,6:7,s→ss,privacy_preserving_rule_based_public_release
|
| 200 |
+
reading-val-00199,gote,jote,gˈote,ʒˈote,orthographic_confusion,0:1,g→j,privacy_preserving_rule_based_public_release
|
| 201 |
+
reading-val-00200,espargidor,esspargidor,espaɾʒˈidoɾ,espaɾʒˈidoɾ,orthographic_confusion,1:2,s→ss,privacy_preserving_rule_based_public_release
|
| 202 |
+
reading-val-00201,ulmo,urmo,ˈulmo,ˈuɾmo,phoneme_substitution,1:2,l→r,privacy_preserving_rule_based_public_release
|
| 203 |
+
reading-val-00202,miquelino,mikelino,mikelˈino,mikelˈino,orthographic_confusion,2:4,qu→k,privacy_preserving_rule_based_public_release
|
| 204 |
+
reading-val-00203,versa,verssa,vˈeɾsa,vˈeɾsa,orthographic_confusion,3:4,s→ss,privacy_preserving_rule_based_public_release
|
| 205 |
+
reading-val-00204,zoster,zoseter,zˈosteɾ,zosˈeteɾ,insertion,3:3,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 206 |
+
reading-val-00205,divisional,divissional,divisiˈonal,divisiˈonal,orthographic_confusion,4:5,s→ss,privacy_preserving_rule_based_public_release
|
| 207 |
+
reading-val-00206,pongar,pongal,pˈongaɾ,pˈongal,phoneme_substitution,5:6,r→l,privacy_preserving_rule_based_public_release
|
| 208 |
+
reading-val-00207,trincar,trincal,tɾˈinkaɾ,tɾˈinkal,phoneme_substitution,6:7,r→l,privacy_preserving_rule_based_public_release
|
| 209 |
+
reading-val-00208,doidice,deoidice,doidˈise,deoidˈise,insertion,1:1,insert_e,privacy_preserving_rule_based_public_release
|
| 210 |
+
reading-val-00209,sapotizeiro,sapoitizeiro,sapotizeˈiɾo,sapoitizeˈiɾo,insertion,4:4,insert_i,privacy_preserving_rule_based_public_release
|
| 211 |
+
reading-val-00210,largar,larjar,lˈaɾgaɾ,lˈaɾʒaɾ,orthographic_confusion,3:4,g→j,privacy_preserving_rule_based_public_release
|
| 212 |
+
reading-val-00211,cinco,ginco,sˈinko,ʒˈinko,phoneme_substitution,0:1,c→g,privacy_preserving_rule_based_public_release
|
| 213 |
+
reading-val-00212,aleitação,aleiação,aleitasˈɐ̃o,aleiasˈɐ̃o,omission,4:5,omit_t,privacy_preserving_rule_based_public_release
|
| 214 |
+
reading-val-00213,bispado,bipado,bispˈado,bipˈado,omission,2:3,omit_s,privacy_preserving_rule_based_public_release
|
| 215 |
+
reading-val-00214,vergonha,velgonha,veɾgˈoɲa,velgˈoɲa,phoneme_substitution,2:3,r→l,privacy_preserving_rule_based_public_release
|
| 216 |
+
reading-val-00215,casadinho,casadino,kasadˈiɲo,kasadˈino,omission,7:8,omit_h,privacy_preserving_rule_based_public_release
|
| 217 |
+
reading-val-00216,andar,andal,ˈandaɾ,ˈandal,phoneme_substitution,4:5,r→l,privacy_preserving_rule_based_public_release
|
| 218 |
+
reading-val-00217,cardioide,cadioide,kaɾdioˈide,kadioˈide,omission,2:3,omit_r,privacy_preserving_rule_based_public_release
|
| 219 |
+
reading-val-00218,amígdala,amícdala,amigdˈala,amikdˈala,phoneme_substitution,3:4,g→c,privacy_preserving_rule_based_public_release
|
| 220 |
+
reading-val-00219,meter,meer,mˈeteɾ,mˈeeɾ,omission,2:3,omit_t,privacy_preserving_rule_based_public_release
|
| 221 |
+
reading-val-00220,simplez,simblez,sˈimplez,sˈimblez,phoneme_substitution,3:4,p→b,privacy_preserving_rule_based_public_release
|
| 222 |
+
reading-val-00221,monolatria,monoratria,monolatɾˈia,monoɾatɾˈia,phoneme_substitution,4:5,l→r,privacy_preserving_rule_based_public_release
|
| 223 |
+
reading-val-00222,arcuense,arcuemse,aɾkuˈense,aɾkuˈemse,phoneme_substitution,5:6,n→m,privacy_preserving_rule_based_public_release
|
| 224 |
+
reading-val-00223,pisco,pizco,pˈisko,pˈizko,phoneme_substitution,2:3,s→z,privacy_preserving_rule_based_public_release
|
| 225 |
+
reading-val-00224,serelepe,sserelepe,seɾelˈepe,seɾelˈepe,orthographic_confusion,0:1,s→ss,privacy_preserving_rule_based_public_release
|
| 226 |
+
reading-val-00225,ruralismo,ruralissmo,ʁuɾalˈismo,ʁuɾalˈismo,orthographic_confusion,6:7,s→ss,privacy_preserving_rule_based_public_release
|
| 227 |
+
reading-val-00226,dezoito,tezoito,dezoˈito,tezoˈito,phoneme_substitution,0:1,d→t,privacy_preserving_rule_based_public_release
|
| 228 |
+
reading-val-00227,táxis,táxiz,tˈaʃis,tˈaʃiz,phoneme_substitution,4:5,s→z,privacy_preserving_rule_based_public_release
|
| 229 |
+
reading-val-00228,fofura,vofura,fofˈuɾa,vofˈuɾa,phoneme_substitution,0:1,f→v,privacy_preserving_rule_based_public_release
|
| 230 |
+
reading-val-00229,fugace,fujace,fugˈase,fuʒˈase,orthographic_confusion,2:3,g→j,privacy_preserving_rule_based_public_release
|
| 231 |
+
reading-val-00230,bemol,pemol,bˈemol,pˈemol,phoneme_substitution,0:1,b→p,privacy_preserving_rule_based_public_release
|
| 232 |
+
reading-val-00231,anunciada,anuneciada,anunsiˈada,anunesiˈada,insertion,4:4,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 233 |
+
reading-val-00232,biguá,bijuá,bˈiga,biʒˈua,orthographic_confusion,2:3,g→j,privacy_preserving_rule_based_public_release
|
| 234 |
+
reading-val-00233,desamor,dessamor,desˈamoɾ,desˈamoɾ,orthographic_confusion,2:3,s→ss,privacy_preserving_rule_based_public_release
|
| 235 |
+
reading-val-00234,farsola,fasola,faɾsˈola,fasˈola,omission,2:3,omit_r,privacy_preserving_rule_based_public_release
|
| 236 |
+
reading-val-00235,unaiense,unaiene,unaiˈense,unaiˈene,omission,6:7,omit_s,privacy_preserving_rule_based_public_release
|
| 237 |
+
reading-val-00236,estilo,esitilo,estˈilo,esitˈilo,insertion,2:2,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 238 |
+
reading-val-00237,farrancho,farranco,faʁˈanʃo,faʁˈanko,omission,7:8,omit_h,privacy_preserving_rule_based_public_release
|
| 239 |
+
reading-val-00238,ruta,ruda,ʁˈuta,ʁˈuda,phoneme_substitution,2:3,t→d,privacy_preserving_rule_based_public_release
|
| 240 |
+
reading-val-00239,bobal,bopal,bˈobal,bˈopal,orthographic_confusion,2:3,b→p,privacy_preserving_rule_based_public_release
|
| 241 |
+
reading-val-00240,papila,paila,papˈila,paˈila,omission,2:3,omit_p,privacy_preserving_rule_based_public_release
|
| 242 |
+
reading-val-00241,colação,coração,kolasˈɐ̃o,koɾasˈɐ̃o,phoneme_substitution,2:3,l→r,privacy_preserving_rule_based_public_release
|
| 243 |
+
reading-val-00242,papiar,papial,papˈiaɾ,papˈial,orthographic_confusion,5:6,r→l,privacy_preserving_rule_based_public_release
|
| 244 |
+
reading-val-00243,narigudo,marigudo,naɾˈigdo,maɾˈigdo,phoneme_substitution,0:1,n→m,privacy_preserving_rule_based_public_release
|
| 245 |
+
reading-val-00244,alarma,ararma,alˈaɾma,aɾˈaɾma,phoneme_substitution,1:2,l→r,privacy_preserving_rule_based_public_release
|
| 246 |
+
reading-val-00245,neotomista,neotomisa,neotomˈista,neotomˈisa,omission,8:9,omit_t,privacy_preserving_rule_based_public_release
|
| 247 |
+
reading-val-00246,abeloura,abeloua,abeloˈuɾa,abeloˈua,omission,6:7,omit_r,privacy_preserving_rule_based_public_release
|
| 248 |
+
reading-val-00247,cosquinha,cosuinha,koskˈiɲa,kosuˈiɲa,omission,3:4,omit_q,privacy_preserving_rule_based_public_release
|
| 249 |
+
reading-val-00248,remeter,lemeter,ʁemˈeteɾ,lemˈeteɾ,orthographic_confusion,0:1,r→l,privacy_preserving_rule_based_public_release
|
| 250 |
+
reading-val-00249,inobstante,inobestante,inobstˈante,inobestˈante,insertion,4:4,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 251 |
+
reading-val-00250,tamarineiro,tamarineilo,tamaɾineˈiɾo,tamaɾineˈilo,phoneme_substitution,9:10,r→l,privacy_preserving_rule_based_public_release
|
| 252 |
+
reading-val-00251,tênder,têndel,tˈendeɾ,tˈendel,phoneme_substitution,5:6,r→l,privacy_preserving_rule_based_public_release
|
| 253 |
+
reading-val-00252,cartel,catel,kˈaɾtel,kˈatel,omission,2:3,omit_r,privacy_preserving_rule_based_public_release
|
| 254 |
+
reading-val-00253,acostável,acoztável,akostˈavel,akoztˈavel,phoneme_substitution,3:4,s→z,privacy_preserving_rule_based_public_release
|
| 255 |
+
reading-val-00254,bolso,bolzo,bˈolso,bˈolzo,phoneme_substitution,3:4,s→z,privacy_preserving_rule_based_public_release
|
| 256 |
+
reading-val-00255,trinchar,trichar,tɾˈinʃaɾ,tɾˈiʃaɾ,omission,3:4,omit_n,privacy_preserving_rule_based_public_release
|
| 257 |
+
reading-val-00256,anarquia,aarquia,anaɾkˈia,aaɾkˈia,omission,1:2,omit_n,privacy_preserving_rule_based_public_release
|
| 258 |
+
reading-val-00257,hostilizado,hositilizado,ostilizˈado,ositilizˈado,insertion,3:3,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 259 |
+
reading-val-00258,diesel,tiesel,diˈesel,tiˈesel,phoneme_substitution,0:1,d→t,privacy_preserving_rule_based_public_release
|
| 260 |
+
reading-val-00259,veleta,feleta,velˈeta,felˈeta,phoneme_substitution,0:1,v→f,privacy_preserving_rule_based_public_release
|
| 261 |
+
reading-val-00260,joinvilense,joinvilene,ʒoinvilˈense,ʒoinvilˈene,omission,9:10,omit_s,privacy_preserving_rule_based_public_release
|
| 262 |
+
reading-val-00261,abstrato,abistrato,abstɾˈato,abistɾˈato,insertion,2:2,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 263 |
+
reading-val-00262,semirreta,zemirreta,semiʁˈeta,zemiʁˈeta,phoneme_substitution,0:1,s→z,privacy_preserving_rule_based_public_release
|
| 264 |
+
reading-val-00263,alizar,alisar,alˈizaɾ,alˈisaɾ,orthographic_confusion,3:4,z→s,privacy_preserving_rule_based_public_release
|
| 265 |
+
reading-val-00264,bolinar,bolianar,bolˈinaɾ,boliˈanaɾ,insertion,4:4,insert_a,privacy_preserving_rule_based_public_release
|
| 266 |
+
reading-val-00265,comunicado,conunicado,komunikˈado,konunikˈado,phoneme_substitution,2:3,m→n,privacy_preserving_rule_based_public_release
|
| 267 |
+
reading-val-00266,minimundo,minimunido,minimˈundo,minimunˈido,insertion,7:7,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 268 |
+
reading-val-00267,expor,echpor,ˈeʃpoɾ,ˈeʃpoɾ,orthographic_confusion,1:2,x→ch,privacy_preserving_rule_based_public_release
|
| 269 |
+
reading-val-00268,gêmeo,cêmeo,ʒemˈeo,semˈeo,phoneme_substitution,0:1,g→c,privacy_preserving_rule_based_public_release
|
| 270 |
+
reading-val-00269,robe,roe,ʁˈobe,ʁˈoe,omission,2:3,omit_b,privacy_preserving_rule_based_public_release
|
| 271 |
+
reading-val-00270,gordo,goldo,gˈoɾdo,gˈoldo,phoneme_substitution,2:3,r→l,privacy_preserving_rule_based_public_release
|
| 272 |
+
reading-val-00271,cherry,cerry,ʃˈeʁy,sˈeʁy,omission,1:2,omit_h,privacy_preserving_rule_based_public_release
|
| 273 |
+
reading-val-00272,trotskista,trotsikista,tɾotskˈista,tɾotsikˈista,insertion,5:5,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 274 |
+
reading-val-00273,desinfestar,dessinfestar,desinfˈestaɾ,desinfˈestaɾ,orthographic_confusion,2:3,s→ss,privacy_preserving_rule_based_public_release
|
| 275 |
+
reading-val-00274,biquense,biuense,bikˈense,biuˈense,omission,2:3,omit_q,privacy_preserving_rule_based_public_release
|
| 276 |
+
reading-val-00275,dialisador,dializador,dialisˈadoɾ,dializˈadoɾ,phoneme_substitution,5:6,s→z,privacy_preserving_rule_based_public_release
|
| 277 |
+
reading-val-00276,embaralhado,ebaralhado,embaɾaʎˈado,ebaɾaʎˈado,omission,1:2,omit_m,privacy_preserving_rule_based_public_release
|
| 278 |
+
reading-val-00277,tifa,difa,tˈifa,dˈifa,phoneme_substitution,0:1,t→d,privacy_preserving_rule_based_public_release
|
| 279 |
+
reading-val-00278,mula,mua,mˈula,mˈua,omission,2:3,omit_l,privacy_preserving_rule_based_public_release
|
| 280 |
+
reading-val-00279,sarado,ssarado,saɾˈado,saɾˈado,orthographic_confusion,0:1,s→ss,privacy_preserving_rule_based_public_release
|
| 281 |
+
reading-val-00280,aerostato,aeroztato,aeɾostˈato,aeɾoztˈato,phoneme_substitution,4:5,s→z,privacy_preserving_rule_based_public_release
|
| 282 |
+
reading-val-00281,guaxi,guai,gˈaʃi,gˈai,omission,3:4,omit_x,privacy_preserving_rule_based_public_release
|
| 283 |
+
reading-val-00282,soral,soal,sˈoɾal,sˈoal,omission,2:3,omit_r,privacy_preserving_rule_based_public_release
|
| 284 |
+
reading-val-00283,irrevelável,irerevelável,iʁevelˈavel,iɾeɾevelˈavel,insertion,2:2,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 285 |
+
reading-val-00284,guatapará,juatapará,gatapˈaɾa,ʒuatapˈaɾa,orthographic_confusion,0:1,g→j,privacy_preserving_rule_based_public_release
|
| 286 |
+
reading-val-00285,prisma,pisma,pɾˈisma,pˈisma,omission,1:2,omit_r,privacy_preserving_rule_based_public_release
|
| 287 |
+
reading-val-00286,colagem,colacem,kolˈaʒem,kolˈasem,phoneme_substitution,4:5,g→c,privacy_preserving_rule_based_public_release
|
| 288 |
+
reading-val-00287,porrão,porirão,poʁˈɐ̃o,poɾiɾˈɐ̃o,insertion,3:3,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 289 |
+
reading-val-00288,trovar,trofar,tɾˈovaɾ,tɾˈofaɾ,phoneme_substitution,3:4,v→f,privacy_preserving_rule_based_public_release
|
| 290 |
+
reading-val-00289,desposar,despossar,despˈosaɾ,despˈosaɾ,orthographic_confusion,5:6,s→ss,privacy_preserving_rule_based_public_release
|
| 291 |
+
reading-val-00290,inço,ino,ˈinso,ˈino,omission,2:3,omit_ç,privacy_preserving_rule_based_public_release
|
| 292 |
+
reading-val-00291,lenitivo,lemitivo,lenitˈivo,lemitˈivo,orthographic_confusion,2:3,n→m,privacy_preserving_rule_based_public_release
|
| 293 |
+
reading-val-00292,inadaptável,inadapdável,inadaptˈavel,inadapdˈavel,phoneme_substitution,6:7,t→d,privacy_preserving_rule_based_public_release
|
| 294 |
+
reading-val-00293,substanciar,zubstanciar,substansˈiaɾ,zubstansˈiaɾ,phoneme_substitution,0:1,s→z,privacy_preserving_rule_based_public_release
|
| 295 |
+
reading-val-00294,canície,camície,kanisˈie,kamisˈie,phoneme_substitution,2:3,n→m,privacy_preserving_rule_based_public_release
|
| 296 |
+
reading-val-00295,livor,lifor,lˈivoɾ,lˈifoɾ,phoneme_substitution,2:3,v→f,privacy_preserving_rule_based_public_release
|
| 297 |
+
reading-val-00296,procarionte,pocarionte,pɾokaɾiˈonte,pokaɾiˈonte,omission,1:2,omit_r,privacy_preserving_rule_based_public_release
|
| 298 |
+
reading-val-00297,rebuço,rebuo,ʁebˈuso,ʁebˈuo,omission,4:5,omit_ç,privacy_preserving_rule_based_public_release
|
| 299 |
+
reading-val-00298,escavadora,escavaora,eskavadˈoɾa,eskavaˈoɾa,omission,6:7,omit_d,privacy_preserving_rule_based_public_release
|
| 300 |
+
reading-val-00299,perguntão,berguntão,peɾgntˈɐ̃o,beɾgntˈɐ̃o,phoneme_substitution,0:1,p→b,privacy_preserving_rule_based_public_release
|
| 301 |
+
reading-val-00300,danificar,danifikar,danifˈikaɾ,danifˈikaɾ,orthographic_confusion,6:7,c→k,privacy_preserving_rule_based_public_release
|
| 302 |
+
reading-val-00301,trismegisto,trismegiso,tɾismeʒˈisto,tɾismeʒˈiso,omission,9:10,omit_t,privacy_preserving_rule_based_public_release
|
| 303 |
+
reading-val-00302,centríolo,centiríolo,sentɾiˈolo,sentiɾiˈolo,insertion,4:4,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 304 |
+
reading-val-00303,galinha,galiha,galˈiɲa,galˈia,omission,4:5,omit_n,privacy_preserving_rule_based_public_release
|
| 305 |
+
reading-val-00304,bombazina,bombasina,bombazˈina,bombasˈina,orthographic_confusion,5:6,z→s,privacy_preserving_rule_based_public_release
|
| 306 |
+
reading-val-00305,toutiço,doutiço,toutˈiso,doutˈiso,phoneme_substitution,0:1,t→d,privacy_preserving_rule_based_public_release
|
| 307 |
+
reading-val-00306,calorímetro,carorímetro,kaloɾimˈetɾo,kaɾoɾimˈetɾo,phoneme_substitution,2:3,l→r,privacy_preserving_rule_based_public_release
|
| 308 |
+
reading-val-00307,ovogênese,ovogêenese,ovoʒenˈese,ovoʒeenˈese,insertion,5:5,insert_e,privacy_preserving_rule_based_public_release
|
| 309 |
+
reading-val-00308,buto,puto,bˈuto,pˈuto,phoneme_substitution,0:1,b→p,privacy_preserving_rule_based_public_release
|
| 310 |
+
reading-val-00309,autoterapia,audoterapia,autoteɾapˈia,audoteɾapˈia,orthographic_confusion,2:3,t→d,privacy_preserving_rule_based_public_release
|
| 311 |
+
reading-val-00310,eidética,eidédica,eidɛtˈika,eidɛdˈika,phoneme_substitution,4:5,t→d,privacy_preserving_rule_based_public_release
|
| 312 |
+
reading-val-00311,ceado,ceao,seˈado,seˈao,omission,3:4,omit_d,privacy_preserving_rule_based_public_release
|
| 313 |
+
reading-val-00312,satrapia,satlapia,satɾapˈia,satlapˈia,phoneme_substitution,3:4,r→l,privacy_preserving_rule_based_public_release
|
| 314 |
+
reading-val-00313,extrair,extrail,eʃtɾˈaiɾ,eʃtɾˈail,phoneme_substitution,6:7,r→l,privacy_preserving_rule_based_public_release
|
| 315 |
+
reading-val-00314,engrandecer,engrandeker,engɾandˈeseɾ,engɾandˈekeɾ,orthographic_confusion,8:9,c→k,privacy_preserving_rule_based_public_release
|
| 316 |
+
reading-val-00315,viajar,fiajar,viˈaʒaɾ,fiˈaʒaɾ,phoneme_substitution,0:1,v→f,privacy_preserving_rule_based_public_release
|
| 317 |
+
reading-val-00316,assamento,assamendo,asamˈento,asamˈendo,phoneme_substitution,7:8,t→d,privacy_preserving_rule_based_public_release
|
| 318 |
+
reading-val-00317,robustecer,robutecer,ʁobustˈeseɾ,ʁobutˈeseɾ,omission,4:5,omit_s,privacy_preserving_rule_based_public_release
|
| 319 |
+
reading-val-00318,hidrômetro,hidrômetlo,idɾomˈetɾo,idɾomˈetlo,orthographic_confusion,8:9,r→l,privacy_preserving_rule_based_public_release
|
| 320 |
+
reading-val-00319,bruma,bruna,bɾˈuma,bɾˈuna,phoneme_substitution,3:4,m→n,privacy_preserving_rule_based_public_release
|
| 321 |
+
reading-val-00320,franquia,flanquia,fɾankˈia,flankˈia,phoneme_substitution,1:2,r→l,privacy_preserving_rule_based_public_release
|
| 322 |
+
reading-val-00321,chamador,chanador,ʃamˈadoɾ,ʃanˈadoɾ,phoneme_substitution,3:4,m→n,privacy_preserving_rule_based_public_release
|
| 323 |
+
reading-val-00322,paturi,patuli,patˈuɾi,patˈuli,phoneme_substitution,4:5,r→l,privacy_preserving_rule_based_public_release
|
| 324 |
+
reading-val-00323,cooptação,kooptação,kooptasˈɐ̃o,kooptasˈɐ̃o,orthographic_confusion,0:1,c→k,privacy_preserving_rule_based_public_release
|
| 325 |
+
reading-val-00324,grasnido,grasenido,gɾasnˈido,gɾasenˈido,insertion,4:4,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 326 |
+
reading-val-00325,tateamento,dateamento,tateamˈento,dateamˈento,phoneme_substitution,0:1,t→d,privacy_preserving_rule_based_public_release
|
| 327 |
+
reading-val-00326,finfa,vinfa,fˈinfa,vˈinfa,phoneme_substitution,0:1,f→v,privacy_preserving_rule_based_public_release
|
| 328 |
+
reading-val-00327,histamina,hisstamina,istamˈina,istamˈina,orthographic_confusion,2:3,s→ss,privacy_preserving_rule_based_public_release
|
| 329 |
+
reading-val-00328,dedaleiro,tedaleiro,dedaleˈiɾo,tedaleˈiɾo,phoneme_substitution,0:1,d→t,privacy_preserving_rule_based_public_release
|
| 330 |
+
reading-val-00329,degustar,degusar,dˈegstaɾ,dˈegsaɾ,omission,5:6,omit_t,privacy_preserving_rule_based_public_release
|
| 331 |
+
reading-val-00330,mirrado,mirado,miʁˈado,miɾˈado,omission,2:3,omit_r,privacy_preserving_rule_based_public_release
|
| 332 |
+
reading-val-00331,croqui,cloqui,kɾˈoki,klˈoki,phoneme_substitution,1:2,r→l,privacy_preserving_rule_based_public_release
|
| 333 |
+
reading-val-00332,sanja,ssanja,sˈanʒa,sˈanʒa,orthographic_confusion,0:1,s→ss,privacy_preserving_rule_based_public_release
|
| 334 |
+
reading-val-00333,chamuscada,xamuscada,ʃamuskˈada,ʃamuskˈada,orthographic_confusion,0:2,ch→x,privacy_preserving_rule_based_public_release
|
| 335 |
+
reading-val-00334,shimmy,zhimmy,sˈimmy,zˈimmy,phoneme_substitution,0:1,s→z,privacy_preserving_rule_based_public_release
|
| 336 |
+
reading-val-00335,teósofo,teósoifo,teɔsˈofo,teɔsoˈifo,insertion,5:5,insert_i,privacy_preserving_rule_based_public_release
|
| 337 |
+
reading-val-00336,desenrolar,desenroar,desenɾˈolaɾ,desenɾˈoaɾ,omission,7:8,omit_l,privacy_preserving_rule_based_public_release
|
| 338 |
+
reading-val-00337,carioquice,carioquige,kaɾiokˈise,kaɾiokˈiʒe,phoneme_substitution,8:9,c→g,privacy_preserving_rule_based_public_release
|
| 339 |
+
reading-val-00338,nominar,noinar,nomˈinaɾ,noˈinaɾ,omission,2:3,omit_m,privacy_preserving_rule_based_public_release
|
| 340 |
+
reading-val-00339,antinomista,antinonista,antinomˈista,antinonˈista,phoneme_substitution,6:7,m→n,privacy_preserving_rule_based_public_release
|
| 341 |
+
reading-val-00340,estância,estângia,estɐnsˈia,estɐnʒˈia,phoneme_substitution,5:6,c→g,privacy_preserving_rule_based_public_release
|
| 342 |
+
reading-val-00341,maraguá,maaguá,maɾˈaga,maˈaga,omission,2:3,omit_r,privacy_preserving_rule_based_public_release
|
| 343 |
+
reading-val-00342,dondoca,tondoca,dondˈoka,tondˈoka,phoneme_substitution,0:1,d→t,privacy_preserving_rule_based_public_release
|
| 344 |
+
reading-val-00343,afoiteza,afoitesa,afoitˈeza,afoitˈesa,phoneme_substitution,6:7,z→s,privacy_preserving_rule_based_public_release
|
| 345 |
+
reading-val-00344,psit,psid,psˈit,psˈid,phoneme_substitution,3:4,t→d,privacy_preserving_rule_based_public_release
|
| 346 |
+
reading-val-00345,ministraria,ministlaria,ministɾaɾˈia,ministlaɾˈia,phoneme_substitution,6:7,r→l,privacy_preserving_rule_based_public_release
|
| 347 |
+
reading-val-00346,ordenada,oridenada,oɾdenˈada,oɾidenˈada,insertion,2:2,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 348 |
+
reading-val-00347,espácio,esspácio,espasˈio,espasˈio,orthographic_confusion,1:2,s→ss,privacy_preserving_rule_based_public_release
|
| 349 |
+
reading-val-00348,condizente,condisente,kondizˈente,kondisˈente,phoneme_substitution,5:6,z→s,privacy_preserving_rule_based_public_release
|
| 350 |
+
reading-val-00349,gargântua,gargânitua,gaɾgɐntˈua,gaɾgɐnitˈua,insertion,6:6,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 351 |
+
reading-val-00350,editor,edidor,edˈitoɾ,edˈidoɾ,orthographic_confusion,3:4,t→d,privacy_preserving_rule_based_public_release
|
| 352 |
+
reading-val-00351,palerma,palerima,palˈeɾma,paleɾˈima,insertion,5:5,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 353 |
+
reading-val-00352,polia,poria,polˈia,poɾˈia,phoneme_substitution,2:3,l→r,privacy_preserving_rule_based_public_release
|
| 354 |
+
reading-val-00353,carnismo,carnimo,kaɾnˈismo,kaɾnˈimo,omission,5:6,omit_s,privacy_preserving_rule_based_public_release
|
| 355 |
+
reading-val-00354,teremim,deremim,teɾˈemim,deɾˈemim,orthographic_confusion,0:1,t→d,privacy_preserving_rule_based_public_release
|
| 356 |
+
reading-val-00355,alhandrense,alhantrense,aʎandɾˈense,aʎantɾˈense,phoneme_substitution,5:6,d→t,privacy_preserving_rule_based_public_release
|
| 357 |
+
reading-val-00356,socalco,zocalco,sokˈalko,zokˈalko,phoneme_substitution,0:1,s→z,privacy_preserving_rule_based_public_release
|
| 358 |
+
reading-val-00357,fotologia,fotolojia,fotoloʒˈia,fotoloʒˈia,orthographic_confusion,6:7,g→j,privacy_preserving_rule_based_public_release
|
| 359 |
+
reading-val-00358,invisível,invisíver,invisˈivel,invisˈiveɾ,phoneme_substitution,8:9,l→r,privacy_preserving_rule_based_public_release
|
| 360 |
+
reading-val-00359,electrônica,elektrônica,elektɾonˈika,elektɾonˈika,orthographic_confusion,3:4,c→k,privacy_preserving_rule_based_public_release
|
| 361 |
+
reading-val-00360,trissomia,tlissomia,tɾisomˈia,tlisomˈia,phoneme_substitution,1:2,r→l,privacy_preserving_rule_based_public_release
|
| 362 |
+
reading-val-00361,filicídio,fiicídio,filisidˈio,fiisidˈio,omission,2:3,omit_l,privacy_preserving_rule_based_public_release
|
| 363 |
+
reading-val-00362,multi,muldi,mˈulti,mˈuldi,phoneme_substitution,3:4,t→d,privacy_preserving_rule_based_public_release
|
| 364 |
+
reading-val-00363,fônico,fôico,fonˈiko,foˈiko,omission,2:3,omit_n,privacy_preserving_rule_based_public_release
|
| 365 |
+
reading-val-00364,decendial,decemdial,desendˈial,desemdˈial,phoneme_substitution,4:5,n→m,privacy_preserving_rule_based_public_release
|
| 366 |
+
reading-val-00365,pichi,picehi,pˈiʃi,pisˈei,insertion,3:3,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 367 |
+
reading-val-00366,bagagem,bagacem,bagˈaʒem,bagˈasem,phoneme_substitution,4:5,g→c,privacy_preserving_rule_based_public_release
|
| 368 |
+
reading-val-00367,planeza,plameza,planˈeza,plamˈeza,phoneme_substitution,3:4,n→m,privacy_preserving_rule_based_public_release
|
| 369 |
+
reading-val-00368,célebre,céebre,sɛlˈebɾe,sɛˈebɾe,omission,2:3,omit_l,privacy_preserving_rule_based_public_release
|
| 370 |
+
reading-val-00369,removido,renovido,ʁemovˈido,ʁenovˈido,orthographic_confusion,2:3,m→n,privacy_preserving_rule_based_public_release
|
| 371 |
+
reading-val-00370,veloce,feloce,velˈose,felˈose,phoneme_substitution,0:1,v→f,privacy_preserving_rule_based_public_release
|
| 372 |
+
reading-val-00371,julgador,julador,ʒulgˈadoɾ,ʒulˈadoɾ,omission,3:4,omit_g,privacy_preserving_rule_based_public_release
|
| 373 |
+
reading-val-00372,apedrejado,aperejado,apedɾeʒˈado,apeɾeʒˈado,omission,3:4,omit_d,privacy_preserving_rule_based_public_release
|
| 374 |
+
reading-val-00373,acerbo,acero,asˈeɾbo,asˈeɾo,omission,4:5,omit_b,privacy_preserving_rule_based_public_release
|
| 375 |
+
reading-val-00374,barricada,barriada,baʁikˈada,baʁiˈada,omission,5:6,omit_c,privacy_preserving_rule_based_public_release
|
| 376 |
+
reading-val-00375,legitimar,lejitimar,leʒitˈimaɾ,leʒitˈimaɾ,orthographic_confusion,2:3,g→j,privacy_preserving_rule_based_public_release
|
| 377 |
+
reading-val-00376,receituário,rekeituário,ʁeseituaɾˈio,ʁekeituaɾˈio,orthographic_confusion,2:3,c→k,privacy_preserving_rule_based_public_release
|
| 378 |
+
reading-val-00377,alogia,arogia,aloʒˈia,aɾoʒˈia,phoneme_substitution,1:2,l→r,privacy_preserving_rule_based_public_release
|
| 379 |
+
reading-val-00378,material,materiar,mateɾˈial,mateɾˈiaɾ,phoneme_substitution,7:8,l→r,privacy_preserving_rule_based_public_release
|
| 380 |
+
reading-val-00379,fulcro,vulcro,fˈulkɾo,vˈulkɾo,phoneme_substitution,0:1,f→v,privacy_preserving_rule_based_public_release
|
| 381 |
+
reading-val-00380,deflacionar,deflacioar,deflasiˈonaɾ,deflasiˈoaɾ,omission,8:9,omit_n,privacy_preserving_rule_based_public_release
|
| 382 |
+
reading-val-00381,bronquial,bronkial,bɾonkˈial,bɾonkˈial,orthographic_confusion,4:6,qu→k,privacy_preserving_rule_based_public_release
|
| 383 |
+
reading-val-00382,bixa,biixa,bˈiʃa,biˈiʃa,insertion,2:2,insert_i,privacy_preserving_rule_based_public_release
|
| 384 |
+
reading-val-00383,miserê,mizerê,misˈeɾe,mizˈeɾe,phoneme_substitution,2:3,s→z,privacy_preserving_rule_based_public_release
|
| 385 |
+
reading-val-00384,hidratação,hitratação,idɾatasˈɐ̃o,itɾatasˈɐ̃o,phoneme_substitution,2:3,d→t,privacy_preserving_rule_based_public_release
|
| 386 |
+
reading-val-00385,cauré,caué,kaˈuɾɛ,kaˈuɛ,omission,3:4,omit_r,privacy_preserving_rule_based_public_release
|
| 387 |
+
reading-val-00386,comichoso,comighoso,komiʃˈoso,komigˈoso,phoneme_substitution,4:5,c→g,privacy_preserving_rule_based_public_release
|
| 388 |
+
reading-val-00387,cicatricial,cikatricial,sikatɾisˈial,sikatɾisˈial,orthographic_confusion,2:3,c→k,privacy_preserving_rule_based_public_release
|
| 389 |
+
reading-val-00388,atentamento,atentamenito,atentamˈento,atentamenˈito,insertion,9:9,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 390 |
+
reading-val-00389,coloscopia,coroscopia,koloskopˈia,koɾoskopˈia,phoneme_substitution,2:3,l→r,privacy_preserving_rule_based_public_release
|
| 391 |
+
reading-val-00390,maluca,maruca,malˈuka,maɾˈuka,phoneme_substitution,2:3,l→r,privacy_preserving_rule_based_public_release
|
| 392 |
+
reading-val-00391,quincas,quincaz,kˈinkas,kˈinkaz,phoneme_substitution,6:7,s→z,privacy_preserving_rule_based_public_release
|
| 393 |
+
reading-val-00392,divulsão,divulão,divulsˈɐ̃o,divulˈɐ̃o,omission,5:6,omit_s,privacy_preserving_rule_based_public_release
|
| 394 |
+
reading-val-00393,sonhar,sohar,sˈoɲaɾ,sˈoaɾ,omission,2:3,omit_n,privacy_preserving_rule_based_public_release
|
| 395 |
+
reading-val-00394,elastecer,elasteker,elastˈeseɾ,elastˈekeɾ,orthographic_confusion,6:7,c→k,privacy_preserving_rule_based_public_release
|
| 396 |
+
reading-val-00395,raiano,raiao,ʁaiˈano,ʁaiˈao,omission,4:5,omit_n,privacy_preserving_rule_based_public_release
|
| 397 |
+
reading-val-00396,netinha,metinha,netˈiɲa,metˈiɲa,orthographic_confusion,0:1,n→m,privacy_preserving_rule_based_public_release
|
| 398 |
+
reading-val-00397,esperança,eserança,espeɾˈansa,eseɾˈansa,omission,2:3,omit_p,privacy_preserving_rule_based_public_release
|
| 399 |
+
reading-val-00398,defaunação,defaumação,defaunasˈɐ̃o,defaumasˈɐ̃o,phoneme_substitution,5:6,n→m,privacy_preserving_rule_based_public_release
|
| 400 |
+
reading-val-00399,catequista,catequita,katekˈista,katekˈita,omission,7:8,omit_s,privacy_preserving_rule_based_public_release
|
| 401 |
+
reading-val-00400,heparina,heparima,epaɾˈina,epaɾˈima,phoneme_substitution,6:7,n→m,privacy_preserving_rule_based_public_release
|
| 402 |
+
reading-val-00401,russiano,ruzsiano,ʁusiˈano,ʁuzsiˈano,phoneme_substitution,2:3,s→z,privacy_preserving_rule_based_public_release
|
| 403 |
+
reading-val-00402,distópico,disdópico,distɔpˈiko,disdɔpˈiko,phoneme_substitution,3:4,t→d,privacy_preserving_rule_based_public_release
|
| 404 |
+
reading-val-00403,entrosado,entlosado,entɾosˈado,entlosˈado,phoneme_substitution,3:4,r→l,privacy_preserving_rule_based_public_release
|
| 405 |
+
reading-val-00404,exumação,ejumação,eʃumasˈɐ̃o,eʒumasˈɐ̃o,phoneme_substitution,1:2,x→j,privacy_preserving_rule_based_public_release
|
| 406 |
+
reading-val-00405,alaúde,alaúte,alaˈude,alaˈute,phoneme_substitution,4:5,d→t,privacy_preserving_rule_based_public_release
|
| 407 |
+
reading-val-00406,oxidação,oxidasão,oʃidasˈɐ̃o,oʃidasˈɐ̃o,orthographic_confusion,5:6,ç→s,privacy_preserving_rule_based_public_release
|
| 408 |
+
reading-val-00407,artilhar,arilhar,aɾtˈiʎaɾ,aɾˈiʎaɾ,omission,2:3,omit_t,privacy_preserving_rule_based_public_release
|
| 409 |
+
reading-val-00408,descasca,desasca,deskˈaska,desˈaska,omission,3:4,omit_c,privacy_preserving_rule_based_public_release
|
| 410 |
+
reading-val-00409,torquímetro,torkímetro,toɾkimˈetɾo,toɾkimˈetɾo,orthographic_confusion,3:5,qu→k,privacy_preserving_rule_based_public_release
|
| 411 |
+
reading-val-00410,confiar,gonfiar,konfˈiaɾ,gonfˈiaɾ,phoneme_substitution,0:1,c→g,privacy_preserving_rule_based_public_release
|
| 412 |
+
reading-val-00411,folear,volear,folˈeaɾ,volˈeaɾ,orthographic_confusion,0:1,f→v,privacy_preserving_rule_based_public_release
|
| 413 |
+
reading-val-00412,cancelo,canelo,kansˈelo,kanˈelo,omission,3:4,omit_c,privacy_preserving_rule_based_public_release
|
| 414 |
+
reading-val-00413,quiasmo,kiasmo,kiˈasmo,kiˈasmo,orthographic_confusion,0:2,qu→k,privacy_preserving_rule_based_public_release
|
| 415 |
+
reading-val-00414,azinheira,azimheira,aziɲeˈiɾa,azimeˈiɾa,phoneme_substitution,3:4,n→m,privacy_preserving_rule_based_public_release
|
| 416 |
+
reading-val-00415,doum,dom,dˈoum,dˈom,omission,2:3,omit_u,privacy_preserving_rule_based_public_release
|
| 417 |
+
reading-val-00416,ornamentar,ornamemtar,oɾnamˈentaɾ,oɾnamˈemtaɾ,phoneme_substitution,6:7,n→m,privacy_preserving_rule_based_public_release
|
| 418 |
+
reading-val-00417,terçolho,derçolho,teɾsˈoʎo,deɾsˈoʎo,phoneme_substitution,0:1,t→d,privacy_preserving_rule_based_public_release
|
| 419 |
+
reading-val-00418,cartografia,carografia,kaɾtogɾafˈia,kaɾogɾafˈia,omission,3:4,omit_t,privacy_preserving_rule_based_public_release
|
| 420 |
+
reading-val-00419,piaba,piapa,piˈaba,piˈapa,phoneme_substitution,3:4,b→p,privacy_preserving_rule_based_public_release
|
| 421 |
+
reading-val-00420,czarismo,kzarismo,kzaɾˈismo,kzaɾˈismo,orthographic_confusion,0:1,c→k,privacy_preserving_rule_based_public_release
|
| 422 |
+
reading-val-00421,protocolo,protoolo,pɾotokˈolo,pɾotoˈolo,omission,5:6,omit_c,privacy_preserving_rule_based_public_release
|
| 423 |
+
reading-val-00422,targum,tarjum,tˈaɾgm,tˈaɾʒum,orthographic_confusion,3:4,g→j,privacy_preserving_rule_based_public_release
|
| 424 |
+
reading-val-00423,orfeônico,orfeômico,oɾfeonˈiko,oɾfeomˈiko,phoneme_substitution,5:6,n→m,privacy_preserving_rule_based_public_release
|
| 425 |
+
reading-val-00424,harém,hairém,ˈaɾɛm,aˈiɾɛm,insertion,2:2,insert_i,privacy_preserving_rule_based_public_release
|
| 426 |
+
reading-val-00425,encenação,engenação,ensenasˈɐ̃o,enʒenasˈɐ̃o,phoneme_substitution,2:3,c→g,privacy_preserving_rule_based_public_release
|
| 427 |
+
reading-val-00426,cruzense,cruense,kɾuzˈense,kɾuˈense,omission,3:4,omit_z,privacy_preserving_rule_based_public_release
|
| 428 |
+
reading-val-00427,multimodal,nultimodal,multimˈodal,nultimˈodal,phoneme_substitution,0:1,m→n,privacy_preserving_rule_based_public_release
|
| 429 |
+
reading-val-00428,patriciado,batriciado,patɾisiˈado,batɾisiˈado,phoneme_substitution,0:1,p→b,privacy_preserving_rule_based_public_release
|
| 430 |
+
reading-val-00429,coqueria,coqueia,kokeɾˈia,kokeˈia,omission,5:6,omit_r,privacy_preserving_rule_based_public_release
|
| 431 |
+
reading-val-00430,poligonal,polional,poligˈonal,poliˈonal,omission,4:5,omit_g,privacy_preserving_rule_based_public_release
|
| 432 |
+
reading-val-00431,jogral,joglal,ʒˈogɾal,ʒˈoglal,phoneme_substitution,3:4,r→l,privacy_preserving_rule_based_public_release
|
| 433 |
+
reading-val-00432,correr,gorrer,kˈoʁeɾ,gˈoʁeɾ,phoneme_substitution,0:1,c→g,privacy_preserving_rule_based_public_release
|
| 434 |
+
reading-val-00433,figurativo,fiurativo,figɾatˈivo,fiuɾatˈivo,omission,2:3,omit_g,privacy_preserving_rule_based_public_release
|
| 435 |
+
reading-val-00434,acelo,aelo,asˈelo,aˈelo,omission,1:2,omit_c,privacy_preserving_rule_based_public_release
|
| 436 |
+
reading-val-00435,maioridade,maioriade,maioɾidˈade,maioɾiˈade,omission,6:7,omit_d,privacy_preserving_rule_based_public_release
|
| 437 |
+
reading-val-00436,sediado,ssediado,sediˈado,sediˈado,orthographic_confusion,0:1,s→ss,privacy_preserving_rule_based_public_release
|
| 438 |
+
reading-val-00437,digno,digeno,dˈigno,diʒˈeno,insertion,3:3,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 439 |
+
reading-val-00438,loft,roft,lˈoft,ʁˈoft,phoneme_substitution,0:1,l→r,privacy_preserving_rule_based_public_release
|
| 440 |
+
reading-val-00439,sotil,soil,sˈotil,sˈoil,omission,2:3,omit_t,privacy_preserving_rule_based_public_release
|
| 441 |
+
reading-val-00440,farejador,varejador,faɾeʒˈadoɾ,vaɾeʒˈadoɾ,phoneme_substitution,0:1,f→v,privacy_preserving_rule_based_public_release
|
| 442 |
+
reading-val-00441,psicólogo,psicóloco,psikɔlˈogo,psikɔlˈoko,phoneme_substitution,7:8,g→c,privacy_preserving_rule_based_public_release
|
| 443 |
+
reading-val-00442,descente,desicente,dessˈente,desisˈente,insertion,3:3,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 444 |
+
reading-val-00443,precatar,brecatar,pɾekˈataɾ,bɾekˈataɾ,phoneme_substitution,0:1,p→b,privacy_preserving_rule_based_public_release
|
| 445 |
+
reading-val-00444,baratinha,baratimha,baɾatˈiɲa,baɾatˈima,orthographic_confusion,6:7,n→m,privacy_preserving_rule_based_public_release
|
| 446 |
+
reading-val-00445,cosco,cossco,kˈosko,kˈosko,orthographic_confusion,2:3,s→ss,privacy_preserving_rule_based_public_release
|
| 447 |
+
reading-val-00446,triásico,triásio,tɾiasˈiko,tɾiasˈio,omission,6:7,omit_c,privacy_preserving_rule_based_public_release
|
| 448 |
+
reading-val-00447,truncamento,druncamento,tɾunkamˈento,dɾunkamˈento,phoneme_substitution,0:1,t→d,privacy_preserving_rule_based_public_release
|
| 449 |
+
reading-val-00448,byte,pyte,bˈyte,pˈyte,phoneme_substitution,0:1,b→p,privacy_preserving_rule_based_public_release
|
| 450 |
+
reading-val-00449,friorento,frioento,fɾioɾˈento,fɾioˈento,omission,4:5,omit_r,privacy_preserving_rule_based_public_release
|
| 451 |
+
reading-val-00450,cello,celo,sˈello,sˈelo,omission,2:3,omit_l,privacy_preserving_rule_based_public_release
|
| 452 |
+
reading-val-00451,desopilante,dezopilante,desopilˈante,dezopilˈante,phoneme_substitution,2:3,s→z,privacy_preserving_rule_based_public_release
|
| 453 |
+
reading-val-00452,quico,quigo,kˈiko,kˈigo,phoneme_substitution,3:4,c→g,privacy_preserving_rule_based_public_release
|
| 454 |
+
reading-val-00453,proficiente,proficiemte,pɾofisiˈente,pɾofisiˈemte,phoneme_substitution,8:9,n→m,privacy_preserving_rule_based_public_release
|
| 455 |
+
reading-val-00454,revivalismo,revivalisemo,ʁevivalˈismo,ʁevivalisˈemo,insertion,9:9,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 456 |
+
reading-val-00455,automação,audomação,automasˈɐ̃o,audomasˈɐ̃o,phoneme_substitution,2:3,t→d,privacy_preserving_rule_based_public_release
|
| 457 |
+
reading-val-00456,matéria,maéria,matɛɾˈia,maɛɾˈia,omission,2:3,omit_t,privacy_preserving_rule_based_public_release
|
| 458 |
+
reading-val-00457,cinestesia,cineztesia,sinestesˈia,sineztesˈia,phoneme_substitution,4:5,s→z,privacy_preserving_rule_based_public_release
|
| 459 |
+
reading-val-00458,levógiro,levóciro,levɔʒˈiɾo,levɔsˈiɾo,phoneme_substitution,4:5,g→c,privacy_preserving_rule_based_public_release
|
| 460 |
+
reading-val-00459,acertada,aertada,aseɾtˈada,aeɾtˈada,omission,1:2,omit_c,privacy_preserving_rule_based_public_release
|
| 461 |
+
reading-val-00460,enluvado,enluado,enluvˈado,enluˈado,omission,4:5,omit_v,privacy_preserving_rule_based_public_release
|
| 462 |
+
reading-val-00461,mágico,májico,maʒˈiko,maʒˈiko,orthographic_confusion,2:3,g→j,privacy_preserving_rule_based_public_release
|
| 463 |
+
reading-val-00462,ingenuidade,inegenuidade,inʒenuidˈade,ineʒenuidˈade,insertion,2:2,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 464 |
+
reading-val-00463,rapace,raace,ʁapˈase,ʁaˈase,omission,2:3,omit_p,privacy_preserving_rule_based_public_release
|
| 465 |
+
reading-val-00464,metaverso,metavereso,metavˈeɾso,metaveɾˈeso,insertion,7:7,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 466 |
+
reading-val-00465,concorrer,concorer,konkˈoʁeɾ,konkˈoɾeɾ,omission,6:7,omit_r,privacy_preserving_rule_based_public_release
|
| 467 |
+
reading-val-00466,mergulhar,merjulhar,mˈeɾgʎaɾ,meɾʒˈuʎaɾ,orthographic_confusion,3:4,g→j,privacy_preserving_rule_based_public_release
|
| 468 |
+
reading-val-00467,pichelaria,pikhelaria,piʃelaɾˈia,pikelaɾˈia,orthographic_confusion,2:3,c→k,privacy_preserving_rule_based_public_release
|
| 469 |
+
reading-val-00468,pedaleira,pedaleia,pedaleˈiɾa,pedaleˈia,omission,7:8,omit_r,privacy_preserving_rule_based_public_release
|
| 470 |
+
reading-val-00469,segregador,segregator,segɾegˈadoɾ,segɾegˈatoɾ,phoneme_substitution,7:8,d→t,privacy_preserving_rule_based_public_release
|
| 471 |
+
reading-val-00470,reeducativo,reeducadivo,ʁeedukatˈivo,ʁeedukadˈivo,phoneme_substitution,7:8,t→d,privacy_preserving_rule_based_public_release
|
| 472 |
+
reading-val-00471,vicarial,ficarial,vikaɾˈial,fikaɾˈial,phoneme_substitution,0:1,v→f,privacy_preserving_rule_based_public_release
|
| 473 |
+
reading-val-00472,carnalita,carnaita,kaɾnalˈita,kaɾnaˈita,omission,5:6,omit_l,privacy_preserving_rule_based_public_release
|
| 474 |
+
reading-val-00473,espartilhar,esparitilhar,espaɾtˈiʎaɾ,espaɾitˈiʎaɾ,insertion,5:5,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 475 |
+
reading-val-00474,aplanado,ablanado,aplanˈado,ablanˈado,phoneme_substitution,1:2,p→b,privacy_preserving_rule_based_public_release
|
| 476 |
+
reading-val-00475,doma,toma,dˈoma,tˈoma,phoneme_substitution,0:1,d→t,privacy_preserving_rule_based_public_release
|
| 477 |
+
reading-val-00476,pulcro,pucro,pˈulkɾo,pˈukɾo,omission,2:3,omit_l,privacy_preserving_rule_based_public_release
|
| 478 |
+
reading-val-00477,inscrito,imscrito,inskɾˈito,imskɾˈito,phoneme_substitution,1:2,n→m,privacy_preserving_rule_based_public_release
|
| 479 |
+
reading-val-00478,risório,riório,ʁisɔɾˈio,ʁiɔɾˈio,omission,2:3,omit_s,privacy_preserving_rule_based_public_release
|
| 480 |
+
reading-val-00479,ergonômico,erigonômico,eɾgonomˈiko,eɾigonomˈiko,insertion,2:2,epenthesis_i,privacy_preserving_rule_based_public_release
|
| 481 |
+
reading-val-00480,precisão,prekisão,pɾesisˈɐ̃o,pɾekisˈɐ̃o,orthographic_confusion,3:4,c→k,privacy_preserving_rule_based_public_release
|
| 482 |
+
reading-val-00481,antela,anetela,antˈela,anetˈela,insertion,2:2,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 483 |
+
reading-val-00482,genealógico,genealógigo,ʒenealɔʒˈiko,ʒenealɔʒˈigo,phoneme_substitution,9:10,c→g,privacy_preserving_rule_based_public_release
|
| 484 |
+
reading-val-00483,depilador,depiladol,depilˈadoɾ,depilˈadol,phoneme_substitution,8:9,r→l,privacy_preserving_rule_based_public_release
|
| 485 |
+
reading-val-00484,galvanismo,galvaniso,galvanˈismo,galvanˈiso,omission,8:9,omit_m,privacy_preserving_rule_based_public_release
|
| 486 |
+
reading-val-00485,furano,fulano,fuɾˈano,fulˈano,orthographic_confusion,2:3,r→l,privacy_preserving_rule_based_public_release
|
| 487 |
+
reading-val-00486,massai,nassai,masˈai,nasˈai,phoneme_substitution,0:1,m→n,privacy_preserving_rule_based_public_release
|
| 488 |
+
reading-val-00487,pico,peico,pˈiko,peˈiko,insertion,1:1,insert_e,privacy_preserving_rule_based_public_release
|
| 489 |
+
reading-val-00488,deltoide,deldoide,deltoˈide,deldoˈide,phoneme_substitution,3:4,t→d,privacy_preserving_rule_based_public_release
|
| 490 |
+
reading-val-00489,cibório,kibório,sibɔɾˈio,kibɔɾˈio,orthographic_confusion,0:1,c→k,privacy_preserving_rule_based_public_release
|
| 491 |
+
reading-val-00490,caroça,karoça,kaɾˈosa,kaɾˈosa,orthographic_confusion,0:1,c→k,privacy_preserving_rule_based_public_release
|
| 492 |
+
reading-val-00491,empenhado,emepenhado,empeɲˈado,emepeɲˈado,insertion,2:2,epenthesis_e,privacy_preserving_rule_based_public_release
|
| 493 |
+
reading-val-00492,engra,encra,ˈengɾa,ˈenkɾa,phoneme_substitution,2:3,g→c,privacy_preserving_rule_based_public_release
|
| 494 |
+
reading-val-00493,cacofonia,cacoonia,kakofonˈia,kakoonˈia,omission,4:5,omit_f,privacy_preserving_rule_based_public_release
|
| 495 |
+
reading-val-00494,criminar,crininar,kɾimˈinaɾ,kɾinˈinaɾ,phoneme_substitution,3:4,m→n,privacy_preserving_rule_based_public_release
|
| 496 |
+
reading-val-00495,correão,corleão,koʁeˈɐ̃o,koɾleˈɐ̃o,phoneme_substitution,3:4,r→l,privacy_preserving_rule_based_public_release
|
| 497 |
+
reading-val-00496,piscado,picado,piskˈado,pikˈado,omission,2:3,omit_s,privacy_preserving_rule_based_public_release
|
| 498 |
+
reading-val-00497,maneco,maneko,manˈeko,manˈeko,orthographic_confusion,4:5,c→k,privacy_preserving_rule_based_public_release
|
| 499 |
+
reading-val-00498,aliviador,aiviador,aliviˈadoɾ,aiviˈadoɾ,omission,1:2,omit_l,privacy_preserving_rule_based_public_release
|
| 500 |
+
reading-val-00499,atuneiro,auneiro,atuneˈiɾo,auneˈiɾo,omission,1:2,omit_t,privacy_preserving_rule_based_public_release
|
| 501 |
+
reading-val-00500,aforrador,afolrador,afoʁˈadoɾ,afolɾˈadoɾ,phoneme_substitution,3:4,r→l,privacy_preserving_rule_based_public_release
|
validation/rhyme_validation.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
validation/syllable_validation.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|