/morpheus

Morpheus for Chinese and other Oriental languages

Primary LanguageJavaScript

Morpheus for Chinese

reading Chinese (including Classical Chinese) made easy, Chinese word recursive segmentation, pinyin-annonation on a fly for the whole sentence, a lot of dictionaries, including Dharma-Reader series, works offline and everywhere on a desktop:

copy any Chinese text anywhere on a desktop and move mouse over the text in Morpheus

learn more:

    http://diglossa.org/chinese

cross platform:

# MacOS, Windows, Ubuntu:
    https://github.com/mbykov/morpheus/releases

Build Setup

# clone
git clone https://github.com/mbykov/morpheus

# install dependencies
yarn

# serve with hot reload
yarn run dev

troubles?

in case of errors like this:

. . .

NODE_MODULE_VERSION 57. This version of Node.js requires

NODE_MODULE_VERSION 54. Please try re-compiling or re-installing . . .

# install electron-rebuild
yarn add electron-rebuild

# fix the bug
./node_modules/.bin/electron-rebuild -f -w leveldown

--

This project was generated with electron-vue@f5d9648 using vue-cli. Documentation about the original structure can be found here.