All Projects → liuyug → flask-mdict

liuyug / flask-mdict

Licence: MIT, Unknown licenses found Licenses found MIT LICENSE Unknown LICENSE.996ICU
Flask Mdict Server. Query word online with MDICT dictionary

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to flask-mdict

wikit
Wikit - A universal lookup tool
Stars: ✭ 149 (+140.32%)
Mutual labels:  dictionary, mdict
medict
medict a cross platform dictionary application,support mdict (*.mdx/*.mdd) dictionary format
Stars: ✭ 154 (+148.39%)
Mutual labels:  dictionary, mdict
js-mdict
*.mdx/*.mdd interpreter js implements
Stars: ✭ 91 (+46.77%)
Mutual labels:  dictionary, mdict
PlainDictionaryAPP
无限词典. An android e-dictionary application mainly parsing mdx / dsl.dz files via mdict-java
Stars: ✭ 71 (+14.52%)
Mutual labels:  dictionary, mdict
leximaven
A command line tool for searching word-related APIs.
Stars: ✭ 20 (-67.74%)
Mutual labels:  dictionary
MouseTooltipTranslator
chrome extension - When mouse hover on text, it shows translated tooltip using google translate
Stars: ✭ 93 (+50%)
Mutual labels:  dictionary
nushu-script.github.io
Online Nushu Dictionary | 𛇥𛉹𛆁𛈬𛈤𛉸 | 在线女书字典
Stars: ✭ 26 (-58.06%)
Mutual labels:  dictionary
poet-assistant
Android app with rhyming dictionary, thesaurus, and dictionary, with text-to-speech functionality to read your poem.
Stars: ✭ 64 (+3.23%)
Mutual labels:  dictionary
LSTM-sentiment-analysis
LSTM sentiment analysis. Please look at my another repo for SVM and Naive algorithem
Stars: ✭ 19 (-69.35%)
Mutual labels:  dictionary
pali
Pāḷi Tipiṭaka and Pāḷi Dictionaries
Stars: ✭ 20 (-67.74%)
Mutual labels:  dictionary
engAraDictionaryFrom ArabEyes
English - Arabic dictionary MySQL database based on WordList from ArabEyes Team
Stars: ✭ 29 (-53.23%)
Mutual labels:  dictionary
ReversoAPI
Reverso API wrapper for Python
Stars: ✭ 39 (-37.1%)
Mutual labels:  dictionary
Wordbook
Wordbook is a dictionary application built for GNOME.
Stars: ✭ 56 (-9.68%)
Mutual labels:  dictionary
sentiment analysis dict
sentiment analysis、情感分析、文本分类、基于字典、python、classification
Stars: ✭ 111 (+79.03%)
Mutual labels:  dictionary
AppleScript-IDEA
AppleScript support for IntelliJ IDEs
Stars: ✭ 21 (-66.13%)
Mutual labels:  dictionary
kictor
A dictionary based on the console, 一个基于控制台的词典工具
Stars: ✭ 15 (-75.81%)
Mutual labels:  dictionary
langua
A suite of language tools
Stars: ✭ 29 (-53.23%)
Mutual labels:  dictionary
folket
Swedish–English dictionary for macOS (December 20, 2020)
Stars: ✭ 31 (-50%)
Mutual labels:  dictionary
BinPackage
The vocabulary of modern Icelandic, encapsulated in a Python package
Stars: ✭ 19 (-69.35%)
Mutual labels:  dictionary
linguistic-datasets-portuguese
Linguistic Datasets for Portuguese: Lista de conjuntos de dados linguísticos para língua portuguesa com licença flexíveis: banco de dados, lista de palavras, sinônimos, antônimos, dicionário temático, tesauro, linked data, semântica, ontologia e representação de conhecimento
Stars: ✭ 46 (-25.81%)
Mutual labels:  dictionary

Flask-MDict

Note

Follow MIT and 996.ICU license.

Screenshot

mdict_screenshot2.png

mdict_screenshot.png

Usage

Install

git clone https://github.com/liuyug/flask-mdict.git

cd flask-mdict
pip3 install -r requirements.txt

mkdir content
# copy MDICT dictionary into content directory
cp <mdict> content/

# install word frequency database from ecdict csv
ecdict.sh
# or copy current ecdict_wfd.db to your content directory
# cp ecdict_wfd.db content/

Run

flask run

Browser

firefox http://127.0.0.1:5000

Note

  • MDict original query code come from mdx-server
  • Python3

Donate 捐赠

alipay_pay.jpg

wx_pay.png

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].