visual.conf
2.64 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
# vim:set noexpandtab:
# Visualisation configuration for all Stanford CoreNLP annotation styles.
#
# Author: Pontus Stenetorp <pontus stenetorp se>
# Version: 2012-06-28
[labels]
### Part-of-Speech
# Note: We only need to do those using special characters.
-LRB- | (
-RRB- | )
PRP__DOLLAR__ | PRP$
WP__DOLLAR__ | WP$
__BACKTICK____BACKTICK__ | ``
__COLON__ | ;
__COMMA__ | ,
__DOLLAR__ | $
__DOT__ | .
__DOUBLEQUOTE__ | "
__SINGLEQUOTE____SINGLEQUOTE__ | ''
### Named Entity Recognition
DATE | Date
DURATION | Duration | Dur
LOCATION | Location | Loc
MISC | Misc
NUMBER | Number | Num
ORGANIZATION | Organization | Org
PERCENT | Percent | Perc
PERSON | Person | Pers
SET | Set
TIME | Time
### Co-reference
Mention | Mention | Ment | M
Coreference | Coref
### Dependencies
# Note: These labels are already pretty much abbreviated to max, we could
# potentially expand them but there isn't much room.
[drawing]
### Part-of-speech
# Coordination, white
CC bgColor:white
# Punctuation, light grey
-LRB- bgColor:#e3e3e3
-RRB- bgColor:#e3e3e3
__BACKTICK____BACKTICK__ bgColor:#e3e3e3
__COLON__ bgColor:#e3e3e3
__COMMA__ bgColor:#e3e3e3
__DOT__ bgColor:#e3e3e3
__DOUBLEQUOTE__ bgColor:#e3e3e3
__SINGLEQUOTE____SINGLEQUOTE__ bgColor:#e3e3e3
# Adjectives, yellowish
JJ bgColor:#fffda8
JJR bgColor:#fffda8
JJS bgColor:#fffda8
# Adverbs, yellowish
RB bgColor:#fffda8
RBR bgColor:#fffda8
RBS bgColor:#fffda8
WRB bgColor:#fffda8
# Determiners, greyish blue
DT bgColor:#ccadf6
PDT bgColor:#ccdaf6
WDT bgColor:#ccdaf6
# Number, greyish blue
CD bgColor:#ccdaf6
# Nouns, blue
NN bgColor:#a4bced
NNP bgColor:#a4bced
NNPS bgColor:#a4bced
NNS bgColor:#a4bced
# Pronoun, greyish blue
PRP bgColor:#ccdaf6
PRP__DOLLAR__ bgColor:#ccdaf6
WP bgColor:#ccdaf6
WP__DOLLAR__ bgColor:#ccdaf6
# Prepositions, brownish
IN bgColor:#ffe8be
TO bgColor:#ffe8be
# Verbs, green
MD bgColor:#adf6a2
VB bgColor:#adf6a2
VBD bgColor:#adf6a2
VBG bgColor:#adf6a2
VBN bgColor:#adf6a2
VBP bgColor:#adf6a2
VBZ bgColor:#adf6a2
# Misc., violet
EX bgColor:#e4cbf6
FW bgColor:#e4cbf6
LS bgColor:#e4cbf6
POS bgColor:#e4cbf6
RP bgColor:#e4cbf6
SYM bgColor:#e4cbf6
UH bgColor:#e4cbf6
__DOLLAR__ bgColor:#e4cbf6
### Named Entity Recognition
# Time entities
DATE bgColor:#9affe6
DURATION bgColor:#9affe6
TIME bgColor:#9affe6
# Other entities
LOCATION bgColor:#95dfff
MISC bgColor:#f1f447
NUMBER bgColor:#df99ff
ORGANIZATION bgColor:#8fb2ff
PERCENT bgColor:#ffa22b
PERSON bgColor:#ffccaa
SET bgColor:#ff7c95
### Co-reference
Mention bgColor:#ffe000
Coreference dashArray:3-3, arrowHead:none
### Dependencies
# Note: We don't try to adjust the arcs for dependencies, it is far too messy.
### Defaults
SPAN_DEFAULT borderColor:darken