package prose
import "github.com/jdkato/prose"
Package prose is a repository of packages related to text processing, including tokenization, part-of-speech tagging, and named-entity extraction.
Index ¶
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
chunk | Package chunk implements functions for finding useful chunks in text previously tagged from parts of speech. |
cmd | |
cmd/prose | |
internal | |
summarize | Package summarize implements utilities for computing readability scores, usage statistics, and TL;DR summaries of text. |
tag | Package tag implements functions for tagging parts of speech. |
tokenize | Package tokenize implements functions to split strings into slices of substrings. |
transform | Package transform implements functions to manipulate UTF-8 encoded strings. |
- Version
- v1.0.0
- Published
- Sep 24, 2017
- Platform
- darwin/amd64
- Last checked
- now –
Tools for package owners.