├── Characterizing Online Discussion Using Coarse Discourse Sequences.pdf ├── README.md ├── coarse_discourse_dataset.json ├── join_forum_data ├── CONTRIBUTING.md ├── LICENSE ├── README ├── join_forum_data.py └── requirements.txt ├── nonenglish_blacklist.txt ├── rating_guidelines.pdf └── trade_blacklist.txt /Characterizing Online Discussion Using Coarse Discourse Sequences.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research-datasets/coarse-discourse/HEAD/Characterizing Online Discussion Using Coarse Discourse Sequences.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research-datasets/coarse-discourse/HEAD/README.md -------------------------------------------------------------------------------- /coarse_discourse_dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research-datasets/coarse-discourse/HEAD/coarse_discourse_dataset.json -------------------------------------------------------------------------------- /join_forum_data/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research-datasets/coarse-discourse/HEAD/join_forum_data/CONTRIBUTING.md -------------------------------------------------------------------------------- /join_forum_data/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research-datasets/coarse-discourse/HEAD/join_forum_data/LICENSE -------------------------------------------------------------------------------- /join_forum_data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research-datasets/coarse-discourse/HEAD/join_forum_data/README -------------------------------------------------------------------------------- /join_forum_data/join_forum_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research-datasets/coarse-discourse/HEAD/join_forum_data/join_forum_data.py -------------------------------------------------------------------------------- /join_forum_data/requirements.txt: -------------------------------------------------------------------------------- 1 | praw -------------------------------------------------------------------------------- /nonenglish_blacklist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research-datasets/coarse-discourse/HEAD/nonenglish_blacklist.txt -------------------------------------------------------------------------------- /rating_guidelines.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research-datasets/coarse-discourse/HEAD/rating_guidelines.pdf -------------------------------------------------------------------------------- /trade_blacklist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-research-datasets/coarse-discourse/HEAD/trade_blacklist.txt --------------------------------------------------------------------------------