Giter Club home page Giter Club logo

latinapp's Introduction

๐ŸŒˆ Esther O'Keefe

Hello! I'm Esther, a coffee-drinking bicycle-riding software person just like you. I like accessibility and dislike complex state machines. I once solved Project Euler 01 in Latin. Nice to meet ya!

latinapp's People

Contributors

esthermations avatar

Stargazers

 avatar  avatar

Watchers

 avatar

latinapp's Issues

Reduce input JSON size by generating word forms

This is what's currently holding up development here -- using pre-generated words from Wiktionary, we:

  1. Don't get all the word forms
  2. Use way too much space on storing the data, about 70MB

To get around this, I want to generate word forms on-the-fly as you type. The feature idea is that a noun table or some subset of a verb table would be displayed when you write a word in the table, highlighting your current word so you can see it in context with other conjugations/declensions of the same word.

One issue is how we detect that a word typed is a generated form before we generate them. There are some things I can try here:

  • Generate forms once a certain number of letters of a word have been typed. E.g. generate all forms of scrฤซbล once the user has type "scri" or "scr" or "sc" depending on performance.
  • Use information from the basic forms of the word to approximate and optimise this.
  • Guess word forms based on the suffix of the typed word and try to guess the stem of the word from that.

Etc.

Anyway most of this work is happening at https://github.com/esthermations/LatinWords 'cause it really makes good sense to make this work reusable as a library.

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.