-
Notifications
You must be signed in to change notification settings - Fork 8
Issue#85: Frequency Analysis Word Cloud #94
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
Open
favourojo
wants to merge
94
commits into
master
Choose a base branch
from
issue#85
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
94 commits
Select commit
Hold shift + click to select a range
1e5c149
created the spring log for the documentation part of our tasks
3f5ac7b
finished the spring log for issue#51
2a5a4e4
Writing word frequencies to csv
3233a42
Merge branch 'issue#51' of github.com:Allegheny-Ethical-CS/GatorMiner…
225ce2f
Putting different run's results into separate files
446215a
Update textmining.py
hadenwIV b638b98
Categorization of words
902e704
Additional elaboration on functions of tasks completed
a065da8
Fixed name spelling
c208849
Added docstrings
9f9733b
moving all of our code files to a folder called categorize_words
donizk 25abe2e
created interface file, began implementation for interface
donizk b816c40
added notes (as comments) to myself onto the __main__.py file to keep…
donizk 60c36e2
added some test cases
9455433
classifying categories of files inputted
1b63ffd
Merge branch 'issue#51' of github.com:Allegheny-Ethical-CS/GatorMiner…
f994779
Sorting assignment categories
48f9fae
finished documenting sprint 2 log and moved the categories_words.py file
013b9db
formatting
8b5347d
Merge branch 'issue#51' of https://github.com/Allegheny-Ethical-CS/Ga…
hadenwIV b95ebee
Revert "Merge branch 'issue#51' of https://github.com/Allegheny-Ethic…
enpuyou 2e79165
Word categorization program
56c8689
Word categorization using training data and Scikit
ccd2cba
Start of the interface pipeline
85c9ce6
Beginning of interface page to for category frequency analysis
5dec4f7
Removed category classification model training data
5a9168e
Merge branch 'master' into issue#51
enpuyou eb71d6e
Development on categorization
4594407
Merge branch 'issue#51' of github.com:Allegheny-Ethical-CS/GatorMiner…
99e2dd1
Removed sample_md_reflections training data
c4d689b
Readded existing sample_md_reflections
598e3c1
Restored original sample_md_reflections
3f47837
fixing
cee57d9
Merge branch 'issue#51' of github.com:Allegheny-Ethical-CS/GatorMiner…
16bdf5d
fixed
f96f006
starting on wordcloud
3fabfe1
word cloud
83f2f93
Merge branch 'issue#85' of github.com:Allegheny-Ethical-CS/GatorMiner…
c0ed0bd
Installed wordcloud and got repository and pipfile up to date
d045d03
Addition of popup wordcloud of most frequent words
c915399
Working in GUI display of wordcloud
8552ef3
working on word cloud
a8ca53b
Fix pipfile.lock
97edd86
Restore markdown feature in analyzer
80ef017
Update pipfile to the master branch
c166ece
Update Pipfile.lock
ec09458
Update importlib.metadata
3d0a99c
Reupdate Pipfile.lock to master
1b0ec5a
Remove repeat line
fcb1469
Removed blank line from Pipfile.lock
dae590b
Update sample reflections to main
17ec1dc
Remove sprint log
74cac02
Remove word_cloud_test file
48242c0
Word cloud for student frequency
5dee753
Moved question_df in overall_freq closer to relevant code
bb87175
Change name of question_df to avoid confusion with dataframe in quest…
bc3b80d
Remove incomplete and irrelevant category_freq code
4973bfd
Remove writing of questions_df to streamlit
bbf0b4a
Delete unused word_cloud_generator file
ee4c16c
Restore textmining to original
5f55990
Delete unused frequencies.py file
14d9ee3
Update top of file to match master
6c583b2
Fix flake8 errors
7bd0f8f
Adding test case for concatenate
hadenwIV b1790c7
Adding second test case to test analyzer
hadenwIV 7e2280c
Merge branch 'master' into issue#85
favourojo 4fd878b
trying to fix the linting error
efbe319
reverting back to the original code because the error still persists
d00843d
Fixed concatenate test
2e1906e
Removed second named_entity_recognization test
de3fa02
Fix linting with lines
34899ca
Fix linting errors
7f8ea21
Merge branch 'master' into issue#85
corlettim cd31b77
Added wordcloud to pipfile
96d13ee
Merge branch 'issue#85' of github.com:Allegheny-Ethical-CS/GatorMiner…
37c95b4
Reset pipfile and added wordcloud
d9f7330
Reserve merge issues with master
7042f09
Update Pipfile.lock and pipfile to master
94465e9
Install wordcloud on pipenv
fd835e3
Removed space before [[source]]
07028fe
Remove git standup
18a5106
Change to importlib_metadata
d49be76
Revert to importlib-metadata
60ed6c8
Reverted importlib-metadata version
6751179
Reverted importlib-metadata hash
4248d61
Change skip pipfile to skip lock
hewittk a3f3de3
Update dependencies comment
hewittk 92fe845
Remove md_dict
48230b4
Update retreive_data to main
706e52b
Condense word frequency cloud code into one method
e0398d3
Remove extraneous print statement
839e77f
Save path with item to frequency_archives
1aade5d
Add punctuation to added docstrings
hewittk 68cf4e5
Add docstring to frequency_word_cloud
hewittk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Binary file not shown.
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.
Uh oh!
There was an error while loading. Please reload this page.