dmort27 / panphon

Python package and data files for manipulating phonological segments (phones, phonemes) in terms of universal phonological features.
MIT License
218 stars 45 forks source link

Fixed Several Issues with ipa_all.csv and added vector_list_to_word function #50

Closed michaelbennieUFL closed 3 months ago

michaelbennieUFL commented 3 months ago
  1. Fixed the naming issue with #49 and #45 by changing the instructions in readme.md to better reflect useage.

  2. Fixed issues #47 , #42 , and #37 by updating ipa_all.csv and asjp.yml.

  3. Added vector_list_to_word and _binary_search functions to featuretable.py to for convience.

  4. Added more test cases in test_featuretable.py to test the functionality of vector_list_to_word.

I have tested all test cases and they have passed. For more information on the exact changes and what sources I cited, please refer to the commit log.

I release all my code changes under the MIT License. If possible, I would like cited for my contributions.