Our main model is under model.py. Baseline model is under baseline.py
Please install the following to work (I may have missed out some)
- BeautifulSoup4
- Spacy (and the package "en_core_web_sm")
- NLTK
- sklearn, sklearncrf
- pycrfsuite
- numpy
- html5lib
- NLTK's VaderLexicon
- NLTK's PorterStemmer