Lindera WASM

Lindera WASM provides WebAssembly bindings for Lindera's morphological analysis engine, built with wasm-bindgen. It enables Japanese, Korean, and Chinese text tokenization directly in web browsers, Node.js, and bundler environments.

Distribution Formats

Lindera WASM supports multiple distribution formats via wasm-pack:

TargetUse CaseModule System
webBrowser ESMES Modules
bundlerWebpack, Vite, RollupES Modules (bundler-resolved)

Dictionary Packages

Each package embeds a specific dictionary for offline use:

Feature FlagDictionaryLanguage
(none)No embedded dictionary--
embed-ipadicIPADICJapanese
embed-unidicUniDicJapanese
embed-ko-dicko-dicKorean
embed-cc-cedictCC-CEDICTChinese
embed-jiebaJiebaChinese
embed-cjkIPADIC + ko-dic + JiebaCJK

Sections