mortii / anki-morphs

A MorphMan fork rebuilt from the ground up with a focus on simplicity, performance, and a codebase with minimal technical debt.
https://mortii.github.io/anki-morphs/
Mozilla Public License 2.0
55 stars 8 forks source link

Spacy support #3

Closed Vilhelm-Ian closed 11 months ago

Vilhelm-Ian commented 12 months ago

For languages without spaces like german there is no dictionary So K and V are same. So morphman gives me the same word different endings. It would be nice if morphman used Spacy

mortii commented 12 months ago

Thanks for the suggestion! Could you provide some additional info:

  1. Could you give me a link to Spacy?
  2. Can you give some examples of words that should be treated differently?
CodeWithMa commented 12 months ago
  1. https://spacy.io/
  2. Take a look at this issue: https://github.com/kaegi/MorphMan/issues/162

I think the latest PR was this one: https://github.com/kaegi/MorphMan/pull/231

mortii commented 12 months ago
  1. https://spacy.io/

    1. Take a look at this issue: Add spaCy support for MorphMan kaegi/MorphMan#162

I think the latest PR was this one: kaegi/MorphMan#231

OMG! That is absolutely amazing! My mind is blown, this will take the project to a completely new level! Thank you for bringing it to my attention, this will now be on top of the todo-list after the refactoring is done!

ashprice commented 11 months ago

Of interest as well might be https://github.com/megagonlabs/ginza