Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add module for phonetic transcription #23

Open
thatbudakguy opened this issue Apr 11, 2022 · 0 comments
Open

add module for phonetic transcription #23

thatbudakguy opened this issue Apr 11, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@thatbudakguy
Copy link
Member

compare CLTK transcription for greek.

some notes:

# make these registerable as part of spacy registry, and tie the thing to NLP obj
# but it should also be possible to use this as a standalone thing

# then when you call Doc.transcribe("foo") it should create an instance of Foo
# if none exists, and call the method to transcribe it

# or maybe it should be a pipeline component?

# it applies rules to generate the transcription

one thing we definitely want is that IPA shouldn't be required; it can be offered by default but overall we don't want to privilege IPA transcription over any other system.

@thatbudakguy thatbudakguy added the enhancement New feature or request label Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant