MorphMan
Anki plugin that reorders language cards based on the words you know (by kaegi)
Sudachi
A Japanese Tokenizer for Business (by WorksApplications)
MorphMan | Sudachi | |
---|---|---|
4 | 2 | |
261 | 838 | |
0.0% | 1.1% | |
3.4 | 7.5 | |
over 1 year ago | 3 months ago | |
Python | Java | |
GNU General Public License v3.0 or later | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
MorphMan
Posts with mentions or reviews of MorphMan.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-04.
-
Add-On for Subtitles' Known Words feature like Migaku
Haven't used morphman but it has something to do with tracking words you know: https://github.com/kaegi/MorphMan
-
How do I rank sentences in Anki?
I'll preface this by saying I know very little about this add-on, but it's possible that MorphMan could help but it may require substantial restructuring of your deck. Again, someone with direct experience using it will have to help with that.
-
I programmed a script for finding Japanese sentences containing only words I already know
Morphman
-
Gauging interest and plausibility of an overhaul of Anki's Morphman
Basically, get yourself a copy of the MorphMan repo and start playing with it :) Ignore Anki to start. Your goal is basically to replace this function. There are very few tests, but you basically want to be able to get this test to work (with your expected output, of course).
Sudachi
Posts with mentions or reviews of Sudachi.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-08-31.
-
Python Text Parsing Project: Furigana Inserter for Anki
Instead of the common segmentation tool Mecab, this project will use Sudachi, which features multiple text segmentation modes as well as Furigana retrieval.
-
Gauging interest and plausibility of an overhaul of Anki's Morphman
I don't think there's anything special about Ichiran here*, rather, as you observe, MeCab isn't quite the right tool for the job. A quick google suggests that people sometimes follow MeCab with J.DepP to end up with bunsetsu, which is (I think) what you'd want for Morphman. Sudachi has python bindings and offers a couple of different levels of aggression/granularity.
What are some alternatives?
When comparing MorphMan and Sudachi you can also consider the following projects:
sakubun - A tool that helps you improve your Japanese vocabulary and kanji skills with practice that's customized to your needs.
SudachiPy - Python version of Sudachi, a Japanese tokenizer.
yomichan - Japanese pop-up dictionary extension for Chrome and Firefox.
kagome - Self-contained Japanese Morphological Analyzer written in pure Go
wanakana-py - Port of wanakana by the WaniKani team
spaCy - 💫 Industrial-strength Natural Language Processing (NLP) in Python