Open
Conversation
Fix API documentation
Fix spelling on README.md
Fix #10: Support unicode instead of plain bytes This patch add support to store unicode in model.words instead of plain bytes
Migrate to salestock
Update Unicode Test This patch add unicode test to CBOW model and fix the syntax to support Python 3.2
* Add contains and getitem functions * change version * Update doc and tests * Update doc and tests * Reintroduce getvector function (compatibility)
Implement predict-proba
Remove fasttext/VERSION
…355a Update fastText fabb04e to 602355a
Fix #68: Not deallocate the log tables in train wrapper
Update to v0.7.6
improves check word in vocab performance
fastText: update 602355a to d652288 Fix #75
fastText: d652288 updated to 16f623f
param name for fasttext.cbow(), fasttext.skipgram() and fasttext.supervised()
update param name 'input' to 'input_file' in doc
Fix #73: Support non-utf8
Release v0.8.0
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated PR from forked branch. Please review.