Documentation
¶
Overview ¶
Package prose is a repository of packages related to text processing, including tokenization, part-of-speech tagging, and named-entity extraction.
Directories
¶
Path | Synopsis |
---|---|
Package chunk implements functions for finding useful chunks in text previously tagged from parts of speech.
|
Package chunk implements functions for finding useful chunks in text previously tagged from parts of speech. |
cmd
|
|
internal
|
|
model
Package model contains internals used by prose/tag.
|
Package model contains internals used by prose/tag. |
util
Package util contains internals used across the other prose packages.
|
Package util contains internals used across the other prose packages. |
Package summarize implements utilities for computing readability scores, usage statistics, and TL;DR summaries of text.
|
Package summarize implements utilities for computing readability scores, usage statistics, and TL;DR summaries of text. |
Package tag implements functions for tagging parts of speech.
|
Package tag implements functions for tagging parts of speech. |
Package tokenize implements functions to split strings into slices of substrings.
|
Package tokenize implements functions to split strings into slices of substrings. |
Package transform implements functions to manipulate UTF-8 encoded strings.
|
Package transform implements functions to manipulate UTF-8 encoded strings. |
Click to show internal directories.
Click to hide internal directories.