direct-phonology / phoNy

phonology in spaCy!
MIT License
0 stars 0 forks source link

create phonological scorer #2

Open thatbudakguy opened 2 years ago

thatbudakguy commented 2 years ago

there will ultimately probably be lots of these that you can plug in. we can reprise our matrix-based comparison work from earlier in the grant.

thatbudakguy commented 2 years ago

this might be a matter of assigning/encoding the correct values based on a matrix, and then just using L2 or cosine distance to score, rather than writing a fancy distance function.

thatbudakguy commented 2 years ago

extremely basic, maybe multilingual assumption — just do an edit distance calculation on the predicted transcription. maybe this is phoNy's default.