- Dec 01, 2019
-
-
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
-
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
-
Haak, R. (Romeo) authored
Changed the reading such that shadow and source can be compared again. Now only the first ones are picked. For now, this is fine since the model can only handle two files, but needs to be changed in the future.
-
Haak, R. (Romeo) authored
-
Haak, R. (Romeo) authored
-
Haak, R. (Romeo) authored
-
- Nov 29, 2019
-
-
Alfen, T. van (Tanja) authored
-
Alfen, T. van (Tanja) authored
anchor_algorithm called source and shadow as parameter or as self._source/shadow interchangably. This is now unified as self._source and self._shadow everywhere.
-
- Nov 28, 2019
-
-
Verbeek, J.M. (Janneke) authored
Fixed .csv writing, should now work. Rummaged in view to make both writers selectable, but decided to keep it for next sprint maybe.
-
Alfen, T. van (Tanja) authored
Data update Continued last night's update. Sentence now extends list so that it can be used in the same way as the list of Words that was previously used. Emma's strategy has been adapted to work with the new structure. That just leaves Thijs's strategy. See merge request !40
-
-
Verbeek, J.M. (Janneke) authored
-
Verbeek, J.M. (Janneke) authored
Debugged I/O class. It works in the sense that it performs CSVreading and txtwritingdecently. Next up: finding format that I can write to NICE .txts and to .csvs
-
- Nov 27, 2019
-
-
Alfen, T. van (Tanja) authored
-
Alfen, T. van (Tanja) authored
-
Alfen, T. van (Tanja) authored
-
Alfen, T. van (Tanja) authored
-
Hees, L.J.H. (Laurens) authored
-
Haak, R. (Romeo) authored
-
Haak, R. (Romeo) authored
-
Haak, R. (Romeo) authored
-
Haak, R. (Romeo) authored
-
Haak, R. (Romeo) authored
-
Haak, R. (Romeo) authored
-
Alfen, T. van (Tanja) authored
Added .csv as explicit default file type for file selection, some syntactic and spelling improvements.
-
Alfen, T. van (Tanja) authored
Introduced additional elegant type checks (source/shadow) and fixed an error introduced through previous commit
-
Alfen, T. van (Tanja) authored
'Uncluttered' action-value pair splitting in actionlistener and adapted filereader call according to expected new structure.
-