Releases: codingwithbatista/simitrieve
Releases · codingwithbatista/simitrieve
Bug fixes and zenodo publishment
Zenodo indexing
- This version is based on v1.1
- This version is indexed in zenodo software repository
Corrections to version 1.0:
- lsi method now it's using log in base 10
- truncate method has been added
- NaN and infinite values were eliminated
Simitrieve v1.1 - fix and corrections pack
Corrections to version 1.0:
- lsi method now it's using log in base 10
- truncate method has been added
- NaN and infinite values were eliminated
Simitrieve v1.0
First release of Simitrieve. It's a tool that support extract similarity taxes between classes in a software project. Also support detect project features.
Projects in five languages are supported:
- Java
- Javascript
- Python
- Ruby
- C++
Support the filters bellow:
- Use comments of source code
- Use Camel case words split
- Use 100 %, 75%, 50% or 25% of words of source code
- Use stemming
Feature scanner:
- get lines of code
- get number of packages
- get number of classes (source code files)
export all results in csv file format
some bug fixes