I recently stumbled on this project and I have to say I'm quite impressed. It's a fresh take on all the other projects related to IPA in Python. Keep it up!
One thing I noticed while playing around was that in the consonant descriptions, we don't see the manner of articulation, neither from the command line nor when calling it from code. For example:
I can tell the information is there if I call the consonant object, it just seems like the information is lost when converting this object to the dict/json output.
I think it has to do with the code in the main file calling for the 'type' of the consonant object, but I'm not in a position to debug it at the moment. The internal type is fricative and the python type is Consonant. This could be fixed by example by referring to the consonant 'type' as the consonant 'manner', which is in line with IPA standards.
Looking forward to your feedback. Thanks again for the awesome tool!
Hi,
I recently stumbled on this project and I have to say I'm quite impressed. It's a fresh take on all the other projects related to IPA in Python. Keep it up!
One thing I noticed while playing around was that in the consonant descriptions, we don't see the manner of articulation, neither from the command line nor when calling it from code. For example:
I can tell the information is there if I call the consonant object, it just seems like the information is lost when converting this object to the dict/json output.
I think it has to do with the code in the main file calling for the 'type' of the consonant object, but I'm not in a position to debug it at the moment. The internal type is fricative and the python type is Consonant. This could be fixed by example by referring to the consonant 'type' as the consonant 'manner', which is in line with IPA standards.
Looking forward to your feedback. Thanks again for the awesome tool!