blob: 258d1204119e65a80c6c4ad310b14f406c8498dd (
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
bin/grammar-parse
include/link-grammar/analyze-linkage.h
include/link-grammar/and.h
include/link-grammar/api-structures.h
include/link-grammar/api.h
include/link-grammar/build-disjuncts.h
include/link-grammar/constituents.h
include/link-grammar/count.h
include/link-grammar/error.h
include/link-grammar/externs.h
include/link-grammar/extract-links.h
include/link-grammar/fast-match.h
include/link-grammar/idiom.h
include/link-grammar/link-includes.h
include/link-grammar/linkset.h
include/link-grammar/massage.h
include/link-grammar/post-process.h
include/link-grammar/pp_knowledge.h
include/link-grammar/pp_lexer.h
include/link-grammar/pp_linkset.h
include/link-grammar/preparation.h
include/link-grammar/print-util.h
include/link-grammar/print.h
include/link-grammar/prune.h
include/link-grammar/read-dict.h
include/link-grammar/resources.h
include/link-grammar/string-set.h
include/link-grammar/structures.h
include/link-grammar/tokenize.h
include/link-grammar/utilities.h
include/link-grammar/word-file.h
lib/liblink-grammar.a
lib/liblink-grammar.so
lib/liblink-grammar.so.5
libdata/pkgconfig/link-grammar.pc
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
%%PORTDOCS%%%%DOCSDIR%%/README
%%DATADIR%%/en/4.0.affix
%%DATADIR%%/en/4.0.batch
%%DATADIR%%/en/4.0.constituent-knowledge
%%DATADIR%%/en/4.0.dict
%%DATADIR%%/en/4.0.knowledge
%%DATADIR%%/en/tiny.dict
%%DATADIR%%/en/words/words.adj.1
%%DATADIR%%/en/words/words.adj.2
%%DATADIR%%/en/words/words.adj.3
%%DATADIR%%/en/words/words.adv.1
%%DATADIR%%/en/words/words.adv.2
%%DATADIR%%/en/words/words.adv.3
%%DATADIR%%/en/words/words.n.1
%%DATADIR%%/en/words/words.n.2.s
%%DATADIR%%/en/words/words.n.2.x
%%DATADIR%%/en/words/words.n.3
%%DATADIR%%/en/words/words.n.4
%%DATADIR%%/en/words/words.n.c.1
%%DATADIR%%/en/words/words.n.c.2
%%DATADIR%%/en/words/words.n.p
%%DATADIR%%/en/words/words.n.t
%%DATADIR%%/en/words/words.s
%%DATADIR%%/en/words/words.v.1.1
%%DATADIR%%/en/words/words.v.1.2
%%DATADIR%%/en/words/words.v.1.3
%%DATADIR%%/en/words/words.v.1.4
%%DATADIR%%/en/words/words.v.1.p
%%DATADIR%%/en/words/words.v.10.1
%%DATADIR%%/en/words/words.v.10.2
%%DATADIR%%/en/words/words.v.10.3
%%DATADIR%%/en/words/words.v.10.4
%%DATADIR%%/en/words/words.v.2.1
%%DATADIR%%/en/words/words.v.2.2
%%DATADIR%%/en/words/words.v.2.3
%%DATADIR%%/en/words/words.v.2.4
%%DATADIR%%/en/words/words.v.2.5
%%DATADIR%%/en/words/words.v.4.1
%%DATADIR%%/en/words/words.v.4.2
%%DATADIR%%/en/words/words.v.4.3
%%DATADIR%%/en/words/words.v.4.4
%%DATADIR%%/en/words/words.v.4.5
%%DATADIR%%/en/words/words.v.5.1
%%DATADIR%%/en/words/words.v.5.2
%%DATADIR%%/en/words/words.v.5.3
%%DATADIR%%/en/words/words.v.5.4
%%DATADIR%%/en/words/words.v.6.1
%%DATADIR%%/en/words/words.v.6.2
%%DATADIR%%/en/words/words.v.6.3
%%DATADIR%%/en/words/words.v.6.4
%%DATADIR%%/en/words/words.v.6.5
%%DATADIR%%/en/words/words.v.8.1
%%DATADIR%%/en/words/words.v.8.2
%%DATADIR%%/en/words/words.v.8.3
%%DATADIR%%/en/words/words.v.8.4
%%DATADIR%%/en/words/words.v.8.5
%%DATADIR%%/en/words/words.y
@dirrm %%DATADIR%%/en/words
@dirrm %%DATADIR%%/en
@dirrm %%DATADIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm include/link-grammar
|