A utility to build Icelandic Anki flashcards from Beygingarlýsing íslensks nútímamáls data
Go to file
Seth Morabito d1ca855ced Move to directories from directories_next 2023-09-04 09:21:20 -07:00
sample-data More words 2021-07-21 18:45:13 -07:00
src Move to directories from directories_next 2023-09-04 09:21:20 -07:00
.gitignore Refactor of Dictionary Management 2021-07-10 09:52:10 -07:00
Cargo.lock Move to directories from directories_next 2023-09-04 09:21:20 -07:00
Cargo.toml Move to directories from directories_next 2023-09-04 09:21:20 -07:00
LICENSE.txt Added License and Readme 2021-05-26 07:51:38 -07:00
README.md Update categories in README.md 2021-07-20 09:45:14 -07:00
rustfmt.toml Load definitions from online dictionary 2021-06-26 15:33:28 -07:00

README.md

Icelandic Anki Deck Generator

BÍN (Beygingarlýsing íslensks nútímamáls) is an online database of Icelandic grammatical forms. It contains full declensions and conjugations for thousands of words in the Icelandic language. This utility can compile Anki flash cards based on this data. It is very much a work in progress, and probably only useful for myself at the moment.

This program requires the raw Sigrúnarsnið format data from BÍN to work. The data is available as a CSV file from the following page:

The program can automatically download and uncompress the correct file on initial run.

Usage

USAGE:
    icecards [OPTIONS] <wordlist>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
        --description <DESCRIPTION>    Anki deck description
        --name <NAME>                  Anki deck name
        --output <FILE>                Anki deck output file [default: deck.apkg]

ARGS:
    <wordlist>    List of words, categories, and definitions (tab separated)

The arguments --description, --name, and --output are optional. If not supplied, the default deck will be named "Icelandic Vocabulary", and will be written to the file deck.apkg.

The input should be a list of root words, their category, and their definition, tab-separated. For example:

birta    noun        light, brightness
dagblað  noun        daily newspaper
ungur    adjective   young
vinsæll  adjective   popular
læra     verb        to learn, study
tala     verb        to talk, speak

The following categories are supported:

  • noun
  • adjective
  • verb
  • pronoun
  • indefinite_pronoun
  • phrase
  • number

Sample Data

An example input file can be found in the sample-data directory.

This vocabulary list was compiled from the Icelandic Online 1 course available at https://icelandiconline.com/.

Links