Giter VIP home page Giter VIP logo

engra's Introduction

engra

一本由所有学习者共同编写的英语词根词缀词典

Goal

  1. 提供词根与单词的结构化关系数据
  2. 提供单词与单词的结构化关系数据
  3. 提供GraphQL接口

Non-Goal

  1. 提供丰富的解释
  2. 提供丰富例句
  3. 提供音标朗读文件

数据概览

名称 单词量 词根覆盖度
CEFR-A1 8301 67.97%
CEFR-A2 11556 68.17%
CEFR-B1 16691 73.19%
CEFR-B2 19216 75.22%
CEFR-C1 10109 75.37%
CEFR-C2 9107 70.17%
CET4 20855 76.41%
CET6 16414 73.78%
GMAT 18281 65.05%
GRE 32574 48.35%
IELTS 14299 69.40%
KaoYan 11183 70.60%
SAT 8925 54.08%
TOEFL 4263 66.36%

使用

Graphql

http://localhost:8081/
{
    vocabularies(name: "weight") {
        ...vocabularyWithChildren
    }
}

fragment vocabulary on Vocabulary {
    name
}

fragment vocabularyWithChildren on Vocabulary {
    ...vocabulary
    children {
        ...vocabulary
        children {
            ...vocabulary
            children {
                ...vocabulary
                children {
                    ...vocabulary
                }
            }
        }
    }
}

迭代计划

  • 建立词根库
  • 从公开渠道爬取单词词根的数据并补充到词根库中
  • 建立分级库及词频库,根据分级和词频进行优先级排序
  • 按照优先级检查是否已经在词根库中,如果不再则人工补充
  • 长期的人工补充工作(在前端页面查不到时引导到创建issue及PR)

参考

engra's People

Contributors

saltbo avatar

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.