Registry / utility / neurosnap-sentences

neurosnap-sentences

JSON →
library1.1.2gogounverified

A Go library for sentence tokenization and segmentation of natural language text.

go get github.com/neurosnap/sentences
INSTALL
IMPORT
SIG · NEUROSNAP-SENTENCE
N
neurosnap-sentences
utilitygov1.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sentences
github.com/neurosnap/sentences

Tokenize text into sentences

package main import ( "fmt" "github.com/neurosnap/sentences" ) func main() { tokenizer, _ := sentences.NewSentenceTokenizer(nil) sentences := tokenizer.Tokenize("Hello world. This is a test.") for _, s := range sentences { fmt.Println(s.Text) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
neurosnap-sentences — go get neurosnap-sentences · libregistry