-
Notifications
You must be signed in to change notification settings - Fork 26
/
CITATION.cff
76 lines (76 loc) · 2.84 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
cff-version: 1.2.0
message: >-
If you use this work in a project of yours and write about it, please cite
our ComputEL 2022 paper using the following citation data.
title: Gi2Pi
url: https://github.com/roedoejet/g2p
preferred-citation:
type: conference-paper
title: >-
G$_i$2P$_i$ Rule-based, index-preserving grapheme-to-phoneme
transformations
authors:
- given-names: Aidan
family-names: Pine
email: [email protected]
affiliation: National Research Council Canada
- given-names: Patrick
family-names: Littell
email: [email protected]
affiliation: National Research Council Canada
- given-names: Eric
family-names: Joanis
email: [email protected]
affiliation: National Research Council Canada
- given-names: David
family-names: Huggins-Daines
email: [email protected]
affiliation: Independent Researcher
- given-names: Christopher
family-names: Cox
email: [email protected]
affiliation: Carleton University
- given-names: Fineen
family-names: Davis
email: [email protected]
affiliation: Wiichihitotaak ILR Inc
- given-names: Eddie
family-names: Antonio Santos
email: [email protected]
affiliation: University College Dublin
- given-names: Shankhalika
family-names: Srikanth
email: [email protected]
affiliation: University of Victoria
- given-names: Delasie
family-names: Torkornoo
email: [email protected]
affiliation: Carleton University
- given-names: Sabrina
family-names: Yu
email: [email protected]
affiliation: University of Toronto
collection-title: >-
Proceedings of the Fifth Workshop on the Use of Computational Methods in the
Study of Endangered Languages
year: 2022
month: 5
publisher:
name: Association for Computational Linguistics
url: https://aclanthology.org/2022.computel-1.7
start: 52
end: 60
location:
name: Dublin, Ireland
abstract: >-
This paper describes the motivation and implementation details for a
rule-based, index-preserving grapheme-to-phoneme engine {`}G$_i$2P$_i$'
implemented in pure Python and released under the open source MIT license.
The engine and interface have been designed to prioritize the developer
experience of potential contributors without requiring a high level of
programming knowledge. {`}G$_i$2P$_i$' already provides mappings for 30
(mostly Indigenous) languages, and the package is accompanied by a web-based
interactive development environment, a RESTful API, and extensive
documentation to encourage the addition of more mappings in the future. We
also present three downstream applications of {`}G$_i$2P$_i$' and show
results of a preliminary evaluation.