Skip to content

Releases: codingwithbatista/simitrieve

Bug fixes and zenodo publishment

20 Nov 21:17
18da690

Choose a tag to compare

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

21 Jan 17:00
18da690

Choose a tag to compare

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

14 Jan 13:25
8c5a615

Choose a tag to compare

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