Capstone library bookmarks
Modules
Luxon : Time conversion and pretty-printing.
Ramda : Functional utility library.
react-markdown : Markdown to react DOM rendering.
axios : HTTP client.
FeedParser : RSS parsing library.
fast-xml-parser : RSS parsing library not dependent on promises.
Material UI : prefab controls for react including enhanced tables and tree-list controls.
JavaScript bloom filter library : Bloom filter implementations for JS.
Setting Up Electron Forge
- Use Electron Forge to set up a new project using the webpack template.
- Follow React integration instructions.
Prior Research
A Large Labeled Corpus for Online Harassment Research : Corpus not available, but used hashtags and twitter to build a corpus of harassing vs. nonharassing messages.
Directions in hate speech data collection : Discusses issues with data collection.
hatespeechdata.com : Links to hatespeech data collections available on github.
introduction to bloom filters : Minimal storage technique for looking up if item is in a set.