0.0.0 • Published 8 months ago

@nlptools/segmentation v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@nlptools/segmentation

npm version npm downloads npm license Contributor Covenant

Programmatically create text segmentations, powered by Demo Macro.

Getting started

# npm
$ npm install @nlptools/segmentation

# yarn
$ yarn add @nlptools/segmentation

# pnpm
$ pnpm add @nlptools/segmentation

Usage

import { createSegmentation } from "@nlptools/segmentation";

const segmentation = createSegmentation("Hello, world!", {
  // options
  lang: "en",
  segmentation: "words",
});

License

0.0.1-edge.9

9 months ago

0.0.1-edge.4

10 months ago

0.0.1-edge.11

9 months ago

0.0.1-edge.7

10 months ago

0.0.1-edge.10

9 months ago

0.0.1-edge.8

9 months ago

0.0.1-edge.5

10 months ago

0.0.1-edge.12

8 months ago

0.0.1-edge.6

10 months ago

0.0.1-edge.3

12 months ago

0.0.1-edge.2

12 months ago

0.0.1-edge.1

12 months ago

0.0.1-edge.0

1 year ago

0.0.0

1 year ago