Code Monkey home page Code Monkey logo

thindict's Introduction

截图

ThinDict

安装方法

ubuntu下(支持的版本为12.04, 14.04, 14.10):

    sudo apt-add-repository -y ppa:xiangxw5689/thindict
    sudo apt-get update
    sudo apt-get -y install thindict

卸载:sudo apt-get purge thindict

其他Linux发行版可以编译安装:

  • 安装依赖库。依赖qt4, qtwebkit, phonon, x11以及qxt,在Debian/Ubuntu下安装命令为:
    sudo apt-get install libqt4-dev libqtwebkit-dev libphonon-dev phonon-backend-vlc libx11-dev libqxt-dev
  • 执行qmake
    qmake PREFIX=/usr
  • 生成翻译文件
    lrelease thindict.pro
  • 编译
    make
  • 获取root权限,并安装,在Debian/Ubuntu下命令为:
    sudo make install
  • 卸载。进入源代码目录执行:qmake PREFIX=/usr,然后获取root权限执行make uninstall。在Debian/Ubuntu下命令为:
    qmake PREFIX=/usr
    sudo make uninstall

欢迎其他Linux发行版用户提供打包,并添加到该安装说明中~

thindict's People

Contributors

xiangxw avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

lxlpp123

thindict's Issues

猜测要查询的单词

  • 如 wo-rd,当查询结果为空时,自动查询猜测的单词word。--done
  • 去掉查询词条中的中文标点,如逗号、句号等(英文标点已经去掉;当需要查询的为标点符号时,要保证不会被去掉)
  • 对于过去分词,进行时,复数形式的单词,如果查询结果为空,自动猜测原单词并进行查询

使用插件式的架构

  1. 词典源插件:所有的词典(在线词典和离线词典)的查询结果都使用QWebView进行显示。
  2. 皮肤插件:提供一个style sheet文件(或者其他?)

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.