GithubHelp home page GithubHelp logo

killkli / englishsentencesplitter Goto Github PK

View Code? Open in Web Editor NEW
5.0 0.0 0.0 2.77 MB

一個英文閱讀的小工具,自動幫文章斷句,並製作分句的單字表

License: GNU General Public License v3.0

JavaScript 99.96% HTML 0.04% CSS 0.01%

englishsentencesplitter's Introduction

EnglishSentenceSplitter

一個英文閱讀的小工具,自動幫文章斷句,並製作分句的單字表

工具的功能很簡單,直接用HTML5 + Javascript完成 打開sentence_splitter_advanced.html後就可以使用 設定可以調整查詢單字的程度,系統只會查詢超出這個單字程度的單字 (EX: 使用者的單字程度是國中程度,則國中程度的單字系統不會查詢)

句子的標示方法有兩種,一種是把各句完全分開、一種是把句子標號後再於下方列出

單字字典來自https://github.com/skywind3000/ECDICT

工作結構很簡單: 高中程度字典檔: lemmatizer/js/senior_words.js 國中基礎程度字典檔: lemmatizer/js/words.js 英文字形變化解析用字典檔: lemmatizer/js/lemma.js lemmatizer/js/rare_lemmas.js 英漢字典檔: lemmatizer/js/dict_advanced.js

主要的語法都直接寫在sentence_splitter_advanced.html中了

englishsentencesplitter's People

Contributors

killkli avatar

Stargazers

 avatar  avatar  avatar  avatar  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.