- file with each post/sentence on a new line
- annotation file with concepts on a new line
- can be
snatch
output - if left empty, script will still run
- parameter for which stop words list to use
- "light" is a smaller list consisting only of 179 stop words
- "heavy" is much larger list consisting of 1160 stop words
- output in grep (
True
) format or with tags (False
) that were found in post
- to output posts that were NOT annotated make
True
- plot wordcloud
- make
annotation_file
empty to only plot
- plotting colour - users can provide any of interest
- recommended to use
Set3
(pastel) orviridis
(purple -> green)
End of page