Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
softwareprojektws17
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Steffen Knapp
softwareprojektws17
Graph
9b4249935d42333f4b0155e761d2c3a639c23d5d
Select Git revision
Branches
1
master
default
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
9
Feb
8
27
Jan
25
24
21
18
17
16
13
11
7
6
5
4
3
19
Dec
13
10
9
Nov
Added docs
master
master
Update readme
Merge branch 'master' of https://gitlab.cl.uni-heidelberg.de/knapps/softwareprojektws17
Updated readme
small corrections to README.MD
added eval_results.py to get the best scores for the evaluation measures
Update venv_setup.sh
Update README.md
Update venv_setup.sh
Updated f3 with class
removed minicorpus used for debugging
removed obsolete pos_feature and punctuation_feature files
added refactored pos_feature and punctuation_feature
Moved all source code to src directory
Several updates including new entry point (main.py), utility collection, restructuring/-naming.
Feature are now represented by classes
Added bag-of-lemma support.
Added ability to run and evaluate all possible feature combinations (set in config file).
added wacky html quotation marks
refined punctuation features
Restructuring
Added config file and outsourced feature extraction to seperate file
bug fix
Added parameter search for all classifiers
Completed Riloff contrast feature
Added pos_tags and lemmas to corpus instance dict: Access via keys: "POS" & "LEMMAS"
Bug fix
Minor updates
Work in progress: Added experimental Riloff 2013 feature
Added function for finding best parameters
Merge branch 'master' of https://gitlab.cl.uni-heidelberg.de/knapps/softwareprojektws17
Training script and its outputs now a little friendlier for tuning :) Added option for reusing extracted features.
Update .gitignore
Added normalization to punctuation counts
Merged working Surface Pattern Feature
added punctuation_feature and it sucks
added feature3
added setup file for venv
Added Naive Bayes + Logistic Regression training
F1 score output & adaptation to renamed pos_feature
Loading