You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do only run if really necessary, better get the existing file
to run:
./crawler$ scrapy crawl tinnitustalk -L INFO
topic assignment
takes the crawled posts and a definiton file (e.g. committed in data/treatment_definitons),
outputs all posts that a treatment was detected in with the treatment name in an additional column
requires a model for sentence splitter: python3 -m nltk.downloader punkt