Giter Site home page Giter Site logo

jp_dict's Introduction

Github Stats

jp_dict's People

Contributors

cm107 avatar

jp_dict's Issues

Kanji List

A word list feature has already been implemented.
Similarly, a kanji list should also be implemented, where the kanji list can be extracted from the word list.
As for web scraping, kanji meanings from jisho and koohii should be scraped.

Parse Grammar Tags In WordResult

In order to implement grammar-related filter and sorting methods, I need to parse the grammar-related strings and save them as attributes in WordResult.
Specifically, I need to parse grammar-related strings from word_result.vocab_entry.definitions.def_groups.
Each def_group has a group_usage attribute, which should contain all of the grammar-related strings that I want to parse.
Once parsed, I want to save the tags as a list in WordResult.

Parse Example Sentences From Amazon Kindle

Since most of the words that I am searching on jisho.org are words that I encountered while reading light novels on Amazon Kindle, it would be very useful if I could seach through my Amazon Kindle data and pick up the example sentences that I encountered in the past.
If I can do that, I can make Anki Flashcards that are rich in example sentences.

Post-sort Time Differences

After having sorted all results and filtered out the learned words, I think that it would be useful to show the difference between the time_usec of the current word and the previous word, as well as the current word and the next word.
That way I can figure out which words were discovered at relatively the same time when I make the flashcards.
Perhaps I could sample all of the new words that were searched within a 1 minute proximity.
Example: word0: -5s, word1: +10s, word2: +30s

Cumulative History Creator

Create a script that can take all browser history jsons and dump all data into a cumulative history json.
Duplicate entries should be documented based on access time, but duplicate access times should be ignored.

Create Statistical Plots

  1. Cumulative (Total) Search Word Freq
  2. Cumulative (Tagged) Search Word
  • (1) and (2) Freq vs Time Elapsed
  • (1) and (2) Day of Week Freq Histogram
  • Tag Histogram and Pie Chart
  • Average Tid-bits
  • Example Sentence Statistics
  • Already Learned Statistics
  • Kanji Statistics

Anki Data Writer

I am creating tools that can be used to create word and kanji lists.
Once an Anki Data Loader has been created, an Anki Data Writer should also be implemented.
This is a broad feature and will likely spawn various sub-issues, such as card order and card formatting.

Prerequisites: #1

Additional Sorting Methods

Implement the following sorting methods:

  • Cache hit count
  • Verbs, Adjectives, and other tags in the description

I also need to combine results that are actually pointing to the same entry on jisho.
For example:
食べる and たべる will both point to 食べる on jisho

In order to accomplish the above tasks, I need to carry over cache data to the word results:

  • hit count
  • url
  • search times (necessary?)
  • pre-requisite words

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.