hcoona / OneDotNet

The DotNet mono repository for me
GNU General Public License v3.0
2 stars 1 forks source link

Rewrite dict extractor #131

Open hcoona opened 1 year ago

hcoona commented 1 year ago

Features

  1. GUI + CLI

Corpus management

  1. OALD extracted data.
  2. COCA corpus with word frequency.
  3. Patches to OALD data.
  4. User adhoc provided wordlists.

Exports

Targets

  1. Plain text for Maimemo
  2. Anki HTML
  3. SuperMemo XML

Options

  1. English/Chinese
  2. Split many meanings into multiple cards?
  3. Ordering by alphabetical or frequency?
  4. Exclude too high frequent words?
  5. Exclude OALD words?
  6. Exclude COCA words?

Other

  1. Preview
  2. Interactive querying

Tasks