1.0.1 • Published 3 years ago

textprocess v1.0.1

Weekly downloads
77
License
ISC
Repository
-
Last release
3 years ago

Get Started

npm install textprocess

Examples

const textprocess = require("textprocess")
console.log(textprocess.textutils.word_tokenize("The rock is near the sea."))

Methods
|Method|Definition|
|------|----------|
|sent_tokenize|Break a corpus into individual sentences| |word_stem|Returns the stemmed version/root of a word|