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

Issue#58: Adding Grammar Analyzer feature to GatorMiner #90

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 33 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
569a828
Write draft code
Apr 7, 2021
ff5bf89
Turn grammar analyzer to dictionary
Apr 7, 2021
267fda2
Fix syntax
Apr 7, 2021
4551f66
Fix syntax
Apr 7, 2021
2852767
Fix syntax
Apr 7, 2021
0b20760
disable missingdocstring pylint
Apr 7, 2021
04f2d68
Disable missing docstring
Apr 7, 2021
a72afbc
Update todo list
Apr 7, 2021
5dc6595
Update Piplock file and reformat source code
Apr 14, 2021
7582c90
Fixing source code of grammar_analyzer
Apr 14, 2021
d69ac16
Fixing flake8 error and add comment to src code
Apr 14, 2021
5d0443e
Fixing source code
Apr 14, 2021
a164b88
beginning of the analyzer display code
TheShiny1 Apr 14, 2021
7b8945b
Change grammar error source code according to Product Owner's suggest…
Apr 15, 2021
56d6397
Change grammar error source code according to Product Owner's suggest…
Apr 15, 2021
456953d
Change grammar analyzer source code according to Product Owner's sugg…
Apr 15, 2021
b5f21fe
building of the grammar analyzer display
TheShiny1 Apr 16, 2021
7a5dfec
additional grammar method
Kevin487 Apr 16, 2021
79c88a6
more edits
Kevin487 Apr 16, 2021
3bbfbab
grammar_analyzer edit
Kevin487 Apr 19, 2021
155f99e
Update data structure and fix some displaying code
Apr 19, 2021
ffbb05d
minor changes with the streamlit code and implementation in visualizatio
TheShiny1 Apr 20, 2021
3f2bc5b
Merge branch 'issue#58' of github.com:Allegheny-Ethical-CS/GatorMiner…
TheShiny1 Apr 20, 2021
faa8510
change to code to match summary display
TheShiny1 Apr 20, 2021
7802022
Fix source code and change display code
Apr 21, 2021
cf5b454
Update grammar analyzer source code
Apr 21, 2021
cca35ea
adding student selection for grammar analyzer display
TheShiny1 Apr 21, 2021
a88987e
Debug the grammar analyzer
Apr 21, 2021
4490425
Merge branch 'issue#58' of github.com:Allegheny-Ethical-CS/GatorMiner…
TheShiny1 Apr 21, 2021
17ddf3e
finished the test coding for grammar analyzer
Batmunkh0419 Apr 21, 2021
832c0b1
Fix linting, upload test case, and test another data frame
Apr 21, 2021
e78aefb
Fix linting, upload test case, and test another data frame
Apr 21, 2021
3517a14
Reupload test case
Apr 21, 2021
5db3897
Fix pylint error
Apr 21, 2021
00d5569
Resolving changes requested from TL, program remain tested but not di…
Apr 21, 2021
c58d396
Update pipfile to resolve merge conflict
Apr 21, 2021
46aef18
Merge branch 'master' into issue#58
Mai1902 Apr 21, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ textblob = "*"
scipy = "*"
pylint = "*"
importlib-metadata = "*"
language_tool_python = "*"
language = "*"
tool = "*"
Mai1902 marked this conversation as resolved.
Show resolved Hide resolved

[pipenv]
allow_prereleases = true
Loading