Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

More intuitive approach to get_top_tokens() #43

Open
greebie opened this issue Mar 21, 2019 · 1 comment
Open

More intuitive approach to get_top_tokens() #43

greebie opened this issue Mar 21, 2019 · 1 comment

Comments

@greebie
Copy link
Collaborator

greebie commented Mar 21, 2019

Currently the window that produces a graph with top tokens runs get_top_tokens() in default, which is 20. Then it splices using OVERALL_OUTPUT_SIZE. This means that if STOP_WORDS has a number of items, it will only show 20 - len(STOP_WORDS) results, instead of the desired output.

POSSIBLE SOLUTION: change the get_top_tokens() instance to use OVERALL_OUTPUT_SIZE

@greebie
Copy link
Collaborator Author

greebie commented Apr 16, 2019

The main component for this issue belongs in the au_notebook repository.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant