AdamMeyers / The_Termolator

Termonology Extraction Program (English Version)
41 stars 19 forks source link

improvements #3

Open SemanticBeeng opened 7 years ago

SemanticBeeng commented 7 years ago

Decided to make some changes "in-place", before migrating to Scala and distributed architecture. The ultimate motivation is to understand the functionality and leave it as is but also keep up with the authors as they advance the code.

Also considering applying refactoring to improve code layout for better comprehension, use of global variables and even use of more advanced means to store the temporary variables instead of files.

To make all of this possible, the authors have to find value and agree. :-)

For now I applied some bulk formatting to make code easier to work with in Intellij which shows lots of errors due to formatting

SemanticBeeng commented 7 years ago

@AdamMeyers - please review and advise if you welcome improvements along these lines