-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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 Praat scripting language #6620
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We also need the cached licence file. This should have been created when you used the script/add-grammar
script. If you can't find the file, you can regenerate it by running this line manually:
Line 134 in 7ca3799
bundle exec licensed cache -c vendor/licenses/config.yml |
dfe0a32
to
30d7ff0
Compare
I think all requested changes are done. One question: What are the required steps for data files? Praat saves its data in a number of file formats, but the most notable is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove vendor/grammars/Praat-tmLanguage
Checked everything & updated with master. I think everything is ready at this point. |
Adding support for the Praat scripting language. This is a domain-specific language that is quite commonly used in academia for linguistic research, but that isn't that commonly known outside that sphere.
I am not affiliated with the project - I'm just a student who had to learn the language for a BA course, and was surprised github did not support it.
Description
If I did everything correctly, this commit adds support for the Praat scripting language in the way described by
CONTRIBUTING.md
Checklist:
praatscript
,praat_script
andpraat-script
, which are less frequently used, but won't likely overlap with anything. I included them because some more common grammars include them example1 example2#c8506d