Giter VIP home page Giter VIP logo

otm-reader's Introduction

OTM Reader

概要

OTM-JSON形式の辞書内の単語や訳語を検索するためのWebアプリケーション

特徴

  • 複数の辞書に対して一度に検索を行うことができる.
  • 自作の簡易検索スクリプト言語(OTM Search)による検索も可能.
  • 辞書WebAPIサーバを使用することによる辞書の読み込みに対応.

使用ライブラリなど

  • Vue.js
    • Vuexなども含む
  • js-yaml その他はpackage.jsonのdependenciesなどを確認下さい.

対応ブラウザ

  • Firefox
  • Chrome (※Vivaldiにて確認)
  • Edge

コード記述

  • マークアップ:Pug
  • スクリプト:Typescript
  • スタイルシート:SCSS

その他

OTM-JSON形式とは

こちらを参照.

単語の登録方法は

このアプリケーションは検索専用となっています.
OTM-JSON形式への単語登録・修正などの辞書編集はZpDICやamuhikuなどをご使用下さい.

辞書WebAPIサーバについて

辞書WebAPIサーバのURL

辞書WebAPIサーバのURL設定は以下のように記述します.

http://localhost/api/{name}/{mode}

上記のように設定すると,http://localhost/api/dictionary/get と展開されます. もしも,{mode}が設定されない場合には,パラメータ内にmodeプロパティを作成し,その部分に設定します.

辞書WebAPIサーバへのリクエスト形式

リクエストはPOSTで形式はJSONとなります.

置き換え項目

置き換え項目は以下のようになります.

  • {name}: otm-readerでは'dictionary'と設定される
  • {mode}: otm-readerでは'get'と設定される

otm-reader's People

Contributors

nobuyuki-tokuchi 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.