Giter VIP home page Giter VIP logo

augustus's Introduction

What Is This

I would like an app where I enter words I encounter, get their definitions, example sentences, etc, and add my own notes, and save it all to review later. Notes might include my own example sentences, explanations of where I encounterd the word, etc. This is probably commonly available, but initial searches give bloated apps that want to push word-of-the-day content on me for a subscription.

Initial notes

  • created an API key for Merriam Webster's free API and created a simple script that will get the "shortdef" of a word
  • created an API key for The New York Times that can search articles by keyword, tried an example search in Insomnia.app, finding search results may or may not contain the word given, because only titles and abstracts are returned, not full articles
  • Oxford dictionary also has an API that may be useful
  • created (this) Django app that takes /word requests, checks a local postgres database to see if we have the word saved, hits the MW API to get-and-save the word if not, and displays info about the word

augustus's People

Contributors

jcardinal avatar

Watchers

 avatar

augustus's Issues

Add ability to save example uses

A theme of this project is that a definition alone is inadequate for learning a word, and that better understanding comes through context and patterns. As such, entries should allow for example sentences, paragraphs, etc, to be saved for a given word.

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.