- Dec 03, 2019
-
-
Vriezen, E.C. (Emma) authored
-
Alfen, T. van (Tanja) authored
-
- Dec 02, 2019
-
-
Haak, R. (Romeo) authored
Sc 102/fixed nw See merge request !52
-
Haak, R. (Romeo) authored
-
Haak, R. (Romeo) authored
-
Alfen, T. van (Tanja) authored
This reverts merge request !51
-
Alfen, T. van (Tanja) authored
-
Verbeek, J.M. (Janneke) authored
-
Alfen, T. van (Tanja) authored
Mistake finder under 'Emma' did not get parser argument for sementic mistake recognition. It now uses the MistakeFinder object initialised in the constructor.
-
Alfen, T. van (Tanja) authored
-
Verbeek, J.M. (Janneke) authored
-
Verbeek, J.M. (Janneke) authored
-
Verbeek, J.M. (Janneke) authored
-
Verbeek, J.M. (Janneke) authored
-
Verbeek, J.M. (Janneke) authored
-
Alfen, T. van (Tanja) authored
-
Vriezen, E.C. (Emma) authored
Changed an equality test of words in anchor algorithm. Mistake was introduced during merging at some point.
-
Vriezen, E.C. (Emma) authored
Merge branch 'SC-113/implement-repetition-mistakes' of gitlab.socsci.ru.nl:msdt/team1920-speechcomparison into SC-113/implement-repetition-mistakes
-
Vriezen, E.C. (Emma) authored
Reset the str function in the Word class to before, and changed the printing in mistake_finder.py, so that it is less cluttered and clearer for the meeting with the client tomorrow.
-
- Dec 01, 2019
-
-
Vriezen, E.C. (Emma) authored
# Conflicts: # umbra/mistake_finder.py
-
Vriezen, E.C. (Emma) authored
-
Verbeek, J.M. (Janneke) authored
-
Verbeek, J.M. (Janneke) authored
Worked on file selection. Reading in multiple files works fine, button still works, single file still works. Next up is making sure comparison happens between files that have the same identity/number, as well as improved usability.
-
Alfen, T. van (Tanja) authored
Also fixed small error, where sentence items where still called as .words (instead of just items in the sentence object).
-
Vriezen, E.C. (Emma) authored
-
Vriezen, E.C. (Emma) authored
Now the comparing of the algorithms is fair. First, anchor algorithm used the list that was already modified by the SAA algorithm.
-
Vriezen, E.C. (Emma) authored
-
Vriezen, E.C. (Emma) authored
Fixed mistake assignment in words.py and made the code runnable (aka commented out some things in mistake_finder.py)
-
Vriezen, E.C. (Emma) authored
Fixed the Sentence class. It is now a real list. Before, it stored both a list class and just a list... It was double at least. Now it is fixed and it still works.
-
Vriezen, E.C. (Emma) authored
-
Vriezen, E.C. (Emma) authored
Increased modularity in MistakeFinder, changed Statistics accordingly and made MistakeDefinitions.txt more readable.
-
Vriezen, E.C. (Emma) authored
-
Vriezen, E.C. (Emma) authored
Added the mistake_finder.py (forgot in last commit). Used for filtering out the mistakes. Skeleton now. Integrated its call in statistics.py for the Anchor Algorithm (commented out now). Small PEP8 change in anchor_algorithm.py.
-
Vriezen, E.C. (Emma) authored
Moved the faster file selection functionality to this branch. Now moving all my edits to the master is done.
-
Vriezen, E.C. (Emma) authored
Added the mistake_enum.py (Enum for the type of mistakes, to mark words with) and added mistake properties/getters/setters in words.py.
-
Alfen, T. van (Tanja) authored
-
- Nov 30, 2019
-
-
Haak, R. (Romeo) authored
-
Haak, R. (Romeo) authored
-
Haak, R. (Romeo) authored
Changed such that words are now paired, and removed the need to keep passing the same arguments around that were not updated, only read from.
-
Haak, R. (Romeo) authored
Added functionality and removed a function that was repeated in source word, but also inherited from word
-