GithubHelp home page GithubHelp logo

hanzi-cli's Introduction

hanzi 汉字

backend for language data collection and hosting

reasoning

  1. I am trying to learn chinese regularly.
  2. I found the concept of spaced repetition very appealing.
  3. The flash cards set I bought:
  • has around 600 items and is too clunky to bring around;
  • it has only three dividers.

So, instead of getting four pieces of cardboard, I decided to create a CLI to help me digitilize what I learn daily, while learning Node.js data manipulation along the way.

goal

For now it is only helping me to digitalize content, but as the dataset grows, I plan to equip it with sorting and editing utilies, for it to ultimately become some sort of an API. I want to host it as a backend for chinese phrases/sentences/proverbs outlet or/and generator and feed it to some kind of Mao.

example hanzi model:

{
 hanzi: {
  char: '汉字',
  pron: ''
  trans: {
    eng: 'character',
    pl: 'znak' 
   }
 },
 sentence: {
  char: '',
  pron: '',
  trans: {
      eng: '',
      pl: '',
    }
},
    id:1
    cat: []
}

The strucure will surely evolve into something more flexible (see here)

hanzi-cli's People

Contributors

jstrebeyko avatar

Watchers

James Cloos avatar  avatar

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.