ngparas / worst-aid-parsing

1 stars 0 forks source link

fix crappy fuzzy matching #29

Open ngparas opened 7 years ago

ngparas commented 7 years ago

try using word vector simliarities, at least put a threshold in there below which it fails

ngparas commented 7 years ago

Check out https://spacy.io/docs/usage/word-vectors-similarities

maxschuman commented 7 years ago

Thresholding added. Switched to word vector similarity.

Doesn't do a great deal better, though, despite being fancier, and there wasn't a natural threshold that came up from my testing. Something to play with more.

Consider addressed, but not closed?