visual.conf 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. # vim:set noexpandtab:
  2. # Visualisation configuration for all Stanford CoreNLP annotation styles.
  3. #
  4. # Author: Pontus Stenetorp <pontus stenetorp se>
  5. # Version: 2012-06-28
  6. [labels]
  7. ### Part-of-Speech
  8. # Note: We only need to do those using special characters.
  9. -LRB- | (
  10. -RRB- | )
  11. PRP__DOLLAR__ | PRP$
  12. WP__DOLLAR__ | WP$
  13. __BACKTICK____BACKTICK__ | ``
  14. __COLON__ | ;
  15. __COMMA__ | ,
  16. __DOLLAR__ | $
  17. __DOT__ | .
  18. __DOUBLEQUOTE__ | "
  19. __SINGLEQUOTE____SINGLEQUOTE__ | ''
  20. ### Named Entity Recognition
  21. DATE | Date
  22. DURATION | Duration | Dur
  23. LOCATION | Location | Loc
  24. MISC | Misc
  25. NUMBER | Number | Num
  26. ORGANIZATION | Organization | Org
  27. PERCENT | Percent | Perc
  28. PERSON | Person | Pers
  29. SET | Set
  30. TIME | Time
  31. ### Co-reference
  32. Mention | Mention | Ment | M
  33. Coreference | Coref
  34. ### Dependencies
  35. # Note: These labels are already pretty much abbreviated to max, we could
  36. # potentially expand them but there isn't much room.
  37. [drawing]
  38. ### Part-of-speech
  39. # Coordination, white
  40. CC bgColor:white
  41. # Punctuation, light grey
  42. -LRB- bgColor:#e3e3e3
  43. -RRB- bgColor:#e3e3e3
  44. __BACKTICK____BACKTICK__ bgColor:#e3e3e3
  45. __COLON__ bgColor:#e3e3e3
  46. __COMMA__ bgColor:#e3e3e3
  47. __DOT__ bgColor:#e3e3e3
  48. __DOUBLEQUOTE__ bgColor:#e3e3e3
  49. __SINGLEQUOTE____SINGLEQUOTE__ bgColor:#e3e3e3
  50. # Adjectives, yellowish
  51. JJ bgColor:#fffda8
  52. JJR bgColor:#fffda8
  53. JJS bgColor:#fffda8
  54. # Adverbs, yellowish
  55. RB bgColor:#fffda8
  56. RBR bgColor:#fffda8
  57. RBS bgColor:#fffda8
  58. WRB bgColor:#fffda8
  59. # Determiners, greyish blue
  60. DT bgColor:#ccadf6
  61. PDT bgColor:#ccdaf6
  62. WDT bgColor:#ccdaf6
  63. # Number, greyish blue
  64. CD bgColor:#ccdaf6
  65. # Nouns, blue
  66. NN bgColor:#a4bced
  67. NNP bgColor:#a4bced
  68. NNPS bgColor:#a4bced
  69. NNS bgColor:#a4bced
  70. # Pronoun, greyish blue
  71. PRP bgColor:#ccdaf6
  72. PRP__DOLLAR__ bgColor:#ccdaf6
  73. WP bgColor:#ccdaf6
  74. WP__DOLLAR__ bgColor:#ccdaf6
  75. # Prepositions, brownish
  76. IN bgColor:#ffe8be
  77. TO bgColor:#ffe8be
  78. # Verbs, green
  79. MD bgColor:#adf6a2
  80. VB bgColor:#adf6a2
  81. VBD bgColor:#adf6a2
  82. VBG bgColor:#adf6a2
  83. VBN bgColor:#adf6a2
  84. VBP bgColor:#adf6a2
  85. VBZ bgColor:#adf6a2
  86. # Misc., violet
  87. EX bgColor:#e4cbf6
  88. FW bgColor:#e4cbf6
  89. LS bgColor:#e4cbf6
  90. POS bgColor:#e4cbf6
  91. RP bgColor:#e4cbf6
  92. SYM bgColor:#e4cbf6
  93. UH bgColor:#e4cbf6
  94. __DOLLAR__ bgColor:#e4cbf6
  95. ### Named Entity Recognition
  96. # Time entities
  97. DATE bgColor:#9affe6
  98. DURATION bgColor:#9affe6
  99. TIME bgColor:#9affe6
  100. # Other entities
  101. LOCATION bgColor:#95dfff
  102. MISC bgColor:#f1f447
  103. NUMBER bgColor:#df99ff
  104. ORGANIZATION bgColor:#8fb2ff
  105. PERCENT bgColor:#ffa22b
  106. PERSON bgColor:#ffccaa
  107. SET bgColor:#ff7c95
  108. ### Co-reference
  109. Mention bgColor:#ffe000
  110. Coreference dashArray:3-3, arrowHead:none
  111. ### Dependencies
  112. # Note: We don't try to adjust the arcs for dependencies, it is far too messy.
  113. ### Defaults
  114. SPAN_DEFAULT borderColor:darken