Skip to content

Commit 19b8560

Browse files
authored
Final cleanup in repo (#1)
* script for content generation * add quickstart section * add info to script * fix heading * Add available data to README * new instruction[1] * new instruction[2] * remove hardcoded magic const * Fixed examples, update data tables, rework user instruction. * fix * modify example, highlight gensim-data * add \n to generator last line * basename -> abspath * add example with return_path=True * add bold * fix indentation * remove abspath * fix example * simple workaround for manual testing * fix for \n[GCC] * README fixes * add license, issue instructions * logger.exception for exceptions + report in the end * add info about storing data
1 parent 0a5437a commit 19b8560

File tree

5 files changed

+744
-22
lines changed

5 files changed

+744
-22
lines changed

CONTRIBUTING.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
For reporting bugs, please see [contribution-guide.org](http://www.contribution-guide.org/). Be as concrete as possible, include relevant logs, package versions etc.
2+
3+
For adding a new data set (corpus or model):
4+
5+
1. Share a compressed file with your data set on any file-sharing service.
6+
7+
2. Post the link here.
8+
9+
3. Add a **detailed description** on how you created the dataset, related papers or research, plus how users should use it. Include a code example where relevant.
10+
11+
Thanks!

0 commit comments

Comments
 (0)