Coder Social home page Coder Social logo

spanish-conjugation's Introduction

Spanish-Conjugation

The scope of this repository has expanded to Spanish practice and spaced repetition in general, but conjugation remains the main focus.

SpanishConjugation.hs

A program that conjugates verbs in Spanish and tests the user via spaced repetition.

What's unique about this program is that it conjugates verbs using the same procedure as a person. I'm using it in order to understand and improve my own mental conjugation process. This module includes the conjugation rules and the necessary IO.

SpanishConjugationData.hs

Stores data associated with individual verbs. This data is represented by functions because it's a closer analogue to how humans think than using tables.

SpacedRepetition.hs

Defines the Card class and implements a serialized spaced repetition game for members of the class. Cards have two necessary attributes: a unique ID, and an IO action which returns a Bool.

SpanishVocab.hs

A small implementation of the Card class for reviewing vocab.

ParseSpanish.hs

Defines the parseSpanish function, which translates "'" into an accent on the previous character and "n~" into ñ.

ImmediateIO.hs

Defines functions for unbuffered IO.

spanish-conjugation's People

Contributors

alexbecker avatar

Watchers

 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.