Codebase list golang-github-jdkato-prose / 3cb2fa3
Add package comments Joseph Kato 7 years ago
3 changed file(s) with 10 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 /*
1 Package summarize implements functions for analyzing readability and usage statistics of text.
2 */
03 package summarize
14
25 import (
0 /*
1 Package tag implements functions for tagging parts of speech.
2 */
03 package tag
14
25 // Token represents a tagged section of text.
0 /*
1 Package transform implements functions to manipulate UTF-8 encoded strings.
2 */
3 package transform