GithubHelp home page GithubHelp logo

rltim151 / morphman Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kaegi/morphman

0.0 0.0 0.0 38.75 MB

Anki plugin that reorders language cards based on the words you know

License: Other

Shell 0.01% Python 53.04% OpenEdge ABL 46.96%

morphman's Introduction

MorphMan


MorphMan is an Anki addon that tracks what words you know, and utilizes that information to optimally reorder language cards. This greatly optimizes your learning queue, as you will only see sentences with exactly one unknown word (see i+1 principle for a more detailed explanation).

Installation (Anki 2.1)

Install MorphMan via AnkiWeb

Installation (Anki 2.0)

To install MorphMan, download the latest .zip archive from here and extract the files to your Anki2/addons_ (To find your Anki folder on Windows, enter "%appdata%" in the file explorer). Your folder structure should look like this:

  • Anki2/addons/morphman.py
  • Anki2/addons/morph/*allFilesAndDirectories*

After restarting Anki, you should see an entry called morphman under Tools -> Add-ons. You can find information and troubleshooting tips here.

Usage

MorphMan supports the following languages:

  • languages with spaces: English, Russian, Spanish, Korean, Hindi, etc.
  • Japanese: You must additionally install the Japanese Support Anki addon
  • Chinese: For Anki 2.0, please use Jieba-Morph. Chinese is included in Morphman for Anki 2.1
  • CJK Characters: Morphemizer that splits sentence into characters and filters for Chinese-Japanese-Korean logographic/idiographic characters.
  • more languages can be added on request if morpheme-splitting-tools are available for it

See Matt VS Japan's video tutorial and accompanying blog post. See the MorphMan wiki for more information.

Development

  • Set up local environment:
    • The best is to use a Python virtual environment and install prebuilt Anki wheels:
      python -m virtualenv pyenv
      source pyenv/bin/activate
      python -m pip install aqt==2.1.49 anki==2.1.49 pyqtwebengine pylint
      export PYTHONPATH=./
      
  • Run tests: python test.py
  • Build Qt Developer UI with python scripts/build_ui.py
  • Install git commit hook to run tests and pylint scripts/setup_dev.sh

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.