Skip to content

Commit

Permalink
Fix tiny typo in main README (#407)
Browse files Browse the repository at this point in the history
* Adds subdirectories 'lib' and 'phones' to 'data/phones'. Moves '.phones' files into 'data/phones/phones'. Moves relevant scripts from 'data/src' into 'data/phones/lib'. Updates paths in 'data/scrape/lib/codes.py'

* Updates 'data/phones/HOWTO.md' to reflect new locations of files

* Fixes file path in 'data/phones/HOWTO.md'

* Updates outdated components of 'data/phones/HOWTO.md'

* Updates path to phones in 'tests/test_data/test_summary.py'

* Updates changelog

* Renames 'data/cg' to 'data/covering_grammar'

* Renames covering grammar files to include script info and and transcription type (broad/narrow)

* Moves covering grammar/error analysis scripts to 'data/covering_grammar/lib'

* Adds placeholder README for 'data/covering_grammar/'

* Adds script to make input files for error analysis

* Removes superfluous comments from 'data/covering_grammar/lib/make_test_file.py'

* Updates changelog

* Makes (most of the) suggested edits to data/covering_grammar/lib/make_test_file.py

* Adds logging config to data/covering_grammar/lib/make_test_file.py. Makes minor stylistic changes to the same file

* Minor style fix

* Adds French covering grammar. Reorganizes French phonelist.

* Updates changelog

* Fix extra line in French phonelist

* Add end line to French covering grammar

* Add final lines

* Fix typo in README.md

* Update changelog
  • Loading branch information
ajmalanoski authored Apr 25, 2021
1 parent 22e25cf commit 542a159
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Unreleased
- Reorganizes CG files and related scripts under `data/covering_grammar` (\#395)
- Reorganized `data/phones/phones/fre_phonemic.phones` (\#398)
- Removed `data/src/` (\#401)
- Fixed typo in `README.md` (\#407)

### Under `wikipron/` and elsewhere

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you use WikiPron in your research, please cite the following:
Jackson L. Lee, Lucas F.E. Ashby, M. Elizabeth Garza, Yeonju Lee-Sikka, Sean
Miller, Alan Wong, Arya D. McCarthy, and Kyle Gorman (2020). [Massively
multilingual pronunciation mining with
WikiPron](https://www.aclweb.org/anthology/2020.lrec-1.521/). In In *Proceedings
WikiPron](https://www.aclweb.org/anthology/2020.lrec-1.521/). In *Proceedings
of the 12th Language Resources and Evaluation Conference*, pages 4223-4228.
\[[bibtex](https://www.aclweb.org/anthology/2020.lrec-1.521.bib)\]

Expand Down

0 comments on commit 542a159

Please sign in to comment.