spikedee / phonix

Automatically exported from code.google.com/p/phonix
Other
0 stars 0 forks source link

Make symbol matching strict #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Right now symbol matching works just like feature matrix matching: it will
pass so long as the matrix being matched does not disagree in any features
with the symbol. This occasionally leads to weird false positives, such as
/h/ appearing as a catch-all continuant. Make symbol matching strict to
eliminate this.

Original issue reported on code.google.com by jas...@gmail.com on 28 Nov 2009 at 3:22

GoogleCodeExporter commented 8 years ago
Moved out of v0.3

Original comment by jas...@gmail.com on 28 Nov 2009 at 3:23

GoogleCodeExporter commented 8 years ago

Original comment by jas...@gmail.com on 7 Dec 2009 at 9:57

GoogleCodeExporter commented 8 years ago
Implemented in r34. Note that this is a breaking change for anyone using v0.1 - 
v0.3.

Original comment by jas...@gmail.com on 20 Dec 2009 at 4:48