Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Fix marking char removal #18

Merged
merged 1 commit into from
Dec 13, 2018
Merged

Fix marking char removal #18

merged 1 commit into from
Dec 13, 2018

Conversation

several27
Copy link
Contributor

The character removal loop for FastText with txt corpus format is currently not working, as the _senteces property is a LineSentece object that is not assignable. This change fixes that, by simply assigning a new value to _sentences.

The character removal loop for FastText with txt corpus format is currently not working, as the `_senteces` property is a `LineSentece` object that is not assignable. This change fixes that, by simply assigning a new value to `_sentences`.
Copy link
Contributor

@jmamou jmamou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing it!

@peteriz peteriz merged commit 1a4690a into IntelLabs:master Dec 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants