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

h #12

Open
wants to merge 145 commits into
base: main
Choose a base branch
from
Open

h #12

wants to merge 145 commits into from

Conversation

Yannik101010
Copy link

h

dhesenkamp and others added 30 commits October 4, 2021 22:05
Implemented a tokenizer in tokenizer.py by hand as seen in the lecture. Modified all corresponding files involved in the preprocessing.
Updated order (tokenize BEFORE export)
Created documentation file with basic structure. More to be added
Added option to supply input column
Modified punctuation_remover.py
This reverts commit 8c1addb, reversing
changes made to 00d49da.
Resolving merge conflict manually by deleting affected files, then re-creating them by pulling from upstream
Implemented stopword remover based on nltk.corpus.stopwords. Needs further refining, currently raises KeyError
Changed method of iterating over the input column. Still doesn't work, no words removed
Still not working, but raises no error. Problem with properly accessing the column?
Still doesn't work, problem with literal_eval()? Code works as supposed in jupyter though
Implemented a lemmatizer based on nltk.stem.WordNetLemmatizer()
Edited corresponding files, added Lemmatizer() to script, added command line args and suffix
dhesenkamp and others added 30 commits October 30, 2021 13:20
Cleaner code, added downloader for spaCy's language model to script. Tested pipeline.
Added both classifier & command line args. Testing successful. Minor changes to documentation
+ added parameter logging for the classifier
The Bayes classifier can't work with negative values, hence the moved scale for the sentiment analysis. Added note to documentation.
Added more comments and cleaned up code.
Added all of our new parameters to the README.md
Runs all configurations
Include all param configurations and document search for optimal parameters
Parameter optimization and documentation
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