Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tutorial (filter_token calls compactify automatically) #1502

Merged
merged 1 commit into from
Aug 25, 2017

Conversation

VorontsovIE
Copy link
Contributor

filter_token calls compactify automatically (see issue #326 and commit 4863040), so I fixed that point in tutorial.

Copy link
Owner

@piskvorky piskvorky left a comment

Choose a reason for hiding this comment

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

Nice, thanks.

@@ -387,7 +387,6 @@
"dictionary.filter_tokens(stop_ids + once_ids)\n",
"\n",
"# remove gaps in id sequence after words that were removed\n",
"dictionary.compactify()\n",
Copy link
Owner

@piskvorky piskvorky Jul 25, 2017

Choose a reason for hiding this comment

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

With the code gone, let's remove the orphaned comment above too.

…and commit 4863040), so I fixed that point in tutorial.
@VorontsovIE
Copy link
Contributor Author

Oh sorry, was sure I've removed it. Done.

@menshikh-iv
Copy link
Contributor

Thank you @VorontsovIE, congratz with your first conribution 🥇

@menshikh-iv menshikh-iv merged commit 5cefaef into piskvorky:develop Aug 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants