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

Implement Enable Automatic Punctuation #48

Closed
eric-kruger opened this issue Jul 29, 2018 · 3 comments
Closed

Implement Enable Automatic Punctuation #48

eric-kruger opened this issue Jul 29, 2018 · 3 comments

Comments

@eric-kruger
Copy link

Hi Mark,

Would it also be possible to enable Automatic Punctuation in future releases of googleLanguageR?

Thanks,
Eric

@MarkEdmondson1234
Copy link
Collaborator

Yep this too. I look to include the beta features on the dev version on GitHub, then once they are out of beta move it into the CRAN version.

@simitpatel
Copy link

I came to request this also. Mark, truly awesome packages -- thank you very, very much for sharing. I'm going to look through your code a bit more, hopefully I can submit some useful pull requests to help development.

@MarkEdmondson1234
Copy link
Collaborator

See #47 for discussion

The example in this case would be:

## Use a custom configuration
my_config <- list(enableAutomaticPunctuation = TRUE)

# languageCode is required, so will be added if not in your custom config
gl_speech(my_audio, languageCode = "en-US", customConfig = my_config)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants