Code Monkey home page Code Monkey logo

mutably's Introduction

Mutably

Mutably is a tool for learning natural languages. It currently offers partial support for Dutch verb conjugation.

Build Status

Anvil API

Roadmap

Development is focused on verb conjugation with the hope of bringing this task to voice platforms. To accomplish this, we need:

  1. A dataset that forms the basis of conjugation
  2. General methods to extract relational inflection data from the set
  3. A common API for the front-end applications
  4. An initial target platform for testing voice interfaces

Project Structure

The project has three components for now:

  • database - a PostgreSQL database for storing word data
  • anvil - a tool exploring and importing archives
  • api - a RESTful API that provides unified access to core service logic

Starting The Service

Before starting the service, you should install the following:

  1. Docker
  2. Docker Compose
  3. wget
  4. lbzip2

Then carry out the following two steps:

  1. Run get-archive.sh from the archive folder. This downloads a Wiktionary archive for parsing. The initial download is ~700M and the decompressed version is ~6G. The service only needs the decompressed file.
  2. Run docker-compose up in the root project directory, passing in the required environment variables. See the docker-compose file for a list of required variables.

The REST documentation can be found on the host at port 80 and the REST service at port 8080.

Development Pipeline

It is important that the main branch stays production ready. This goal is accomplished by only introducing changes through PRs--which are only accepted after passing all build checks. The build checks act as a measure of quality, so it is important that they stay relevent in order to guage the quality of current code. We can accomplish currency by ensuring all pull requests come with tests for units introduced and the integration of those units with the existing codebase.

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.