Skip to content

misogihagi/lindera-wasm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lindera-wasm

WebAssembly of Lindera

Screenshot 2024-12-25 143434

npm

Install project dependencies

Setup repository

# Clone lindera-py project repository
% git clone [email protected]:lindera/lindera-wasm.git
% cd lindera-wasm

Build project

% wasm-pack build --release --features=cjk --target=bundler

Build example web application

% cd example && npm install && npm run build && cp index.html dist/index.html

Run example web application

% cd example && npm run start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 34.2%
  • JavaScript 27.8%
  • Rust 17.8%
  • TypeScript 12.6%
  • Makefile 4.6%
  • HTML 3.0%