summaryrefslogtreecommitdiff
path: root/textproc/go-prose/PLIST
blob: 6ea3c594d2d3eccf436009debea7c7aeb6e3ff27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
@comment $NetBSD: PLIST,v 1.1 2017/08/17 01:56:05 gavan Exp $
bin/prose
gopkg/pkg/${GO_PLATFORM}/github.com/jdkato/prose.a
gopkg/pkg/${GO_PLATFORM}/github.com/jdkato/prose/chunk.a
gopkg/pkg/${GO_PLATFORM}/github.com/jdkato/prose/internal/model.a
gopkg/pkg/${GO_PLATFORM}/github.com/jdkato/prose/internal/util.a
gopkg/pkg/${GO_PLATFORM}/github.com/jdkato/prose/summarize.a
gopkg/pkg/${GO_PLATFORM}/github.com/jdkato/prose/tag.a
gopkg/pkg/${GO_PLATFORM}/github.com/jdkato/prose/tokenize.a
gopkg/pkg/${GO_PLATFORM}/github.com/jdkato/prose/transform.a
gopkg/src/github.com/jdkato/prose/AUTHORS.md
gopkg/src/github.com/jdkato/prose/LICENSE
gopkg/src/github.com/jdkato/prose/Makefile
gopkg/src/github.com/jdkato/prose/README.md
gopkg/src/github.com/jdkato/prose/appveyor.yml
gopkg/src/github.com/jdkato/prose/chunk/chunk.go
gopkg/src/github.com/jdkato/prose/chunk/chunk_test.go
gopkg/src/github.com/jdkato/prose/cmd/prose/main.go
gopkg/src/github.com/jdkato/prose/doc.go
gopkg/src/github.com/jdkato/prose/internal/model/classes.gob
gopkg/src/github.com/jdkato/prose/internal/model/load.go
gopkg/src/github.com/jdkato/prose/internal/model/model.go
gopkg/src/github.com/jdkato/prose/internal/model/tags.gob
gopkg/src/github.com/jdkato/prose/internal/model/weights.gob
gopkg/src/github.com/jdkato/prose/internal/util/util.go
gopkg/src/github.com/jdkato/prose/requirements.txt
gopkg/src/github.com/jdkato/prose/scripts/cover.sh
gopkg/src/github.com/jdkato/prose/scripts/get_article.py
gopkg/src/github.com/jdkato/prose/scripts/pipe.py
gopkg/src/github.com/jdkato/prose/scripts/test_model.py
gopkg/src/github.com/jdkato/prose/scripts/treebank_words.py
gopkg/src/github.com/jdkato/prose/scripts/update_model.py
gopkg/src/github.com/jdkato/prose/scripts/word_punct.py
gopkg/src/github.com/jdkato/prose/summarize/easy.go
gopkg/src/github.com/jdkato/prose/summarize/easy_test.go
gopkg/src/github.com/jdkato/prose/summarize/readability.go
gopkg/src/github.com/jdkato/prose/summarize/readability_test.go
gopkg/src/github.com/jdkato/prose/summarize/stop.go
gopkg/src/github.com/jdkato/prose/summarize/summarize.go
gopkg/src/github.com/jdkato/prose/summarize/summarize_test.go
gopkg/src/github.com/jdkato/prose/summarize/syllables.go
gopkg/src/github.com/jdkato/prose/summarize/syllables_test.go
gopkg/src/github.com/jdkato/prose/summarize/usage.go
gopkg/src/github.com/jdkato/prose/summarize/usage_test.go
gopkg/src/github.com/jdkato/prose/tag/aptag.go
gopkg/src/github.com/jdkato/prose/tag/aptag_test.go
gopkg/src/github.com/jdkato/prose/tag/tag.go
gopkg/src/github.com/jdkato/prose/testdata/1-syllable-words.txt
gopkg/src/github.com/jdkato/prose/testdata/2-syllable-words.txt
gopkg/src/github.com/jdkato/prose/testdata/3-syllable-words.txt
gopkg/src/github.com/jdkato/prose/testdata/4-syllable-words.txt
gopkg/src/github.com/jdkato/prose/testdata/5-syllable-words.txt
gopkg/src/github.com/jdkato/prose/testdata/6-syllable-words.txt
gopkg/src/github.com/jdkato/prose/testdata/7-syllable-words.txt
gopkg/src/github.com/jdkato/prose/testdata/article.txt
gopkg/src/github.com/jdkato/prose/testdata/golden_rules_en.json
gopkg/src/github.com/jdkato/prose/testdata/golden_rules_es.json
gopkg/src/github.com/jdkato/prose/testdata/golden_rules_fr.json
gopkg/src/github.com/jdkato/prose/testdata/sherlock.txt
gopkg/src/github.com/jdkato/prose/testdata/summarize.json
gopkg/src/github.com/jdkato/prose/testdata/syllables.json
gopkg/src/github.com/jdkato/prose/testdata/title.json
gopkg/src/github.com/jdkato/prose/testdata/tokenize.json
gopkg/src/github.com/jdkato/prose/testdata/treebank_sents.json
gopkg/src/github.com/jdkato/prose/testdata/treebank_words.json
gopkg/src/github.com/jdkato/prose/testdata/word_punct.json
gopkg/src/github.com/jdkato/prose/tokenize/pragmatic.go
gopkg/src/github.com/jdkato/prose/tokenize/pragmatic_test.go
gopkg/src/github.com/jdkato/prose/tokenize/punkt.go
gopkg/src/github.com/jdkato/prose/tokenize/punkt_test.go
gopkg/src/github.com/jdkato/prose/tokenize/regexp.go
gopkg/src/github.com/jdkato/prose/tokenize/regexp_test.go
gopkg/src/github.com/jdkato/prose/tokenize/tokenize.go
gopkg/src/github.com/jdkato/prose/tokenize/tokenize_test.go
gopkg/src/github.com/jdkato/prose/tokenize/treebank.go
gopkg/src/github.com/jdkato/prose/tokenize/treebank_test.go
gopkg/src/github.com/jdkato/prose/transform/title.go
gopkg/src/github.com/jdkato/prose/transform/title_test.go
gopkg/src/github.com/jdkato/prose/transform/transform.go
gopkg/src/github.com/jdkato/prose/transform/transform_test.go