Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

katspaugh/kuromoji.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

kuromoji.el

A package for Emacs that fontifies Japanese text using Kuromoji tokenizer and part-of-speech tagger.

Installation

Download Kuromoji and put the jar file into some directory. Install Java if you haven't already.

Put this into your Emacs init file:

(require 'kuromoji)
(setq kuromoji-jar-path "/path/to/kuromoji-0.7.7.jar")

Usage

Enter some Japanese text into a buffer. Run the analyzer:

M-x kuromoji-start

To stop the Kuromoji process, either kill the *Kuromoji Process* buffer, or:

M-x kuromoji-stop

About

黒文字のEmacsプラグインです

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published