JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2059
  • Score
    100M100P100Q114131F

Thai word breaker for Node.js

Package Exports

  • wordcut

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (wordcut) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

wordcut

Thai word breaker for Node.js

Installation

npm install wordcut

Usage

var wordcut = require("wordcut");

wordcut.init();
console.log(wordcut.cut("กากา"));

Command line interface

npm install -g wordcut
worcut < input_file > output_file

Development