Skip to content

Simitrieve v1.0

Choose a tag to compare

@codingwithbatista codingwithbatista released this 14 Jan 13:25
· 44 commits to master since this release
8c5a615

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