-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/develop' into develop
- Loading branch information
Showing
49 changed files
with
30,985 additions
and
9,298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,29 @@ | ||
<!-- | ||
If your issue is a usage or a general question, please submit it here instead: | ||
- Mailing List: https://groups.google.com/forum/#!forum/gensim | ||
For more information, see Recipes&FAQ: https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ | ||
--> | ||
|
||
<!-- Instructions For Filing a Bug: https://github.com/RaRe-Technologies/gensim/blob/develop/CONTRIBUTING.md --> | ||
**IMPORTANT**: | ||
#### Description | ||
TODO: change commented example | ||
<!-- Example: Vocabulary size is not what I expected when training Word2Vec. --> | ||
|
||
#### Steps/Code/Corpus to Reproduce | ||
<!-- | ||
Example: | ||
``` | ||
from gensim.models import word2vec | ||
- Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports. | ||
- Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers. | ||
sentences = ['human', 'machine'] | ||
model = word2vec.Word2Vec(sentences) | ||
print(model.syn0.shape) | ||
``` | ||
If the code is too long, feel free to put it in a public gist and link | ||
it in the issue: https://gist.github.com | ||
Github bug reports that do not include relevant information and context will be closed without an answer. Thanks! | ||
--> | ||
|
||
#### Expected Results | ||
<!-- Example: Expected shape of (100,2).--> | ||
#### Problem description | ||
|
||
#### Actual Results | ||
<!-- Example: Actual shape of (100,5). | ||
What are you trying to achieve? What is the expected result? What are you seeing instead? | ||
|
||
Please paste or specifically describe the actual output or traceback. --> | ||
#### Steps/code/corpus to reproduce | ||
|
||
Include full tracebacks, logs and datasets if necessary. Please keep the examples minimal ("minimal reproducible example"). | ||
|
||
#### Versions | ||
<!-- | ||
Please run the following snippet and paste the output below. | ||
|
||
Please provide the output of: | ||
|
||
```python | ||
import platform; print(platform.platform()) | ||
import sys; print("Python", sys.version) | ||
import numpy; print("NumPy", numpy.__version__) | ||
import scipy; print("SciPy", scipy.__version__) | ||
import gensim; print("gensim", gensim.__version__) | ||
from gensim.models import word2vec;print("FAST_VERSION", word2vec.FAST_VERSION) | ||
--> | ||
|
||
|
||
<!-- Thanks for contributing! --> | ||
|
||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.