Giter VIP home page Giter VIP logo

parsetrainer's People

Contributors

camilstaps avatar iota-pi avatar mgruben avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

parsetrainer's Issues

Switch to Laravel

This should give us proper session support and make login/logout/reset password flow easier.

Load database with ETCBC data

The ETCBC database contains all verb forms in the Hebrew bible with parsing information. It should be relatively straightforward to extract this and put it in our database; provided of course the copyright allows this.

The used Laravel version does not support MySQL 8

On Ubuntu 20.04 MySQL server is version 8. This causes an error from vendor/laravel/framework/src/Illuminate/Database/Connectors/MySQLConnector.php:

                $connection->prepare("set session sql_mode='ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'")->execute();

I fixed this on the live version by removing NO_AUTO_CREATE_USER:

                $connection->prepare("set session sql_mode='ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION'")->execute();

This should also be fixed in the version on GitHub by updating to a more recent Laravel version.

Using localstorage or cookies to remember the user's settings.

So I've been thinking of an idea for a new feature for ParseTrainer which would make it a bit more convenient & easier to use. Essentially, when you change the settings such as the following:
Screenshot 2021-03-21 8 58 50 PM

It would be great if that would automatically save using something like LocalStorage or cookies so that when the page is refreshed, it won't remove the user's settings. I'm not entirely sure if that would be possible or how it would be done using PHP - but I think if it was implemented it would be very helpful.

Autocorrect hampers iOS experience

Background

I access https://parse.hebrewtools.org/ through my iPhone, and specifically through the Safari web browser.
I use the trainer-input box rather than the trainer-input-fancy section, primarily because I can type faster with the on-screen keyboard.

Problem

iOS' autocorrect functionality mangles a few character patterns that the input box expects (e.g. ms becomes Ms, ho sometimes becomes hi), in such a way that ParseTrainer can't parse the input.

Practise only on a subset of features

A user* has suggested the following improvement:

The ability to select to practise identifying only stems, or only tenses, or tenses and stems but without person, gender and number. This would help our students to focus on their specific areas for improvement.

This would have to be customizable (i.e., the user should be able to select the features to train on).

* See email March 14th, 2022

Question : Can this work in reverse?

Sorry but this is off topic and is perhaps not the right place or channel to ask this question. If so please ignore and close this and accept my apologies

This application allows the learner to practice parsing a verb which is great. I was wondering if it was possible (reasonable) to have an application which does the parsing for you. The scenario is that the learner has a Hebrew word which they are a) not sure of or b) need to verify that they have understood correctly what is happening. If they could enter the word and be given a breakdown of what grammatically would be going on. The root radicals, the prefixes and suffixes etc.

The best example I can give are those websites that parse regex https://regexr.com/

I am very much a beginner at Hebrew and I don't know if this sort of parsing is too complicated/difficult for a web application to do. Given your experience with this application, are you in a position to tell me if it is really hard or theoretically possible? I feel cheeking for asking the question ๐Ÿ˜Š

Thanks for your time reading this.

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.