Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
  • Loading branch information
lstocchi committed Jun 9, 2022
1 parent 24ea5a1 commit 58c7d3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ The result is an ordered list of information for each language detected in the s
- *name*: the name of the detected language
- *framework*: a list of detected frameworks (Quarkus, Flash,...) used by the application
- *tools*: a list of tools (Maven,...) used by the application
- *usageInPercentage*: a double value that represents the language weight compared to the others.
- *weight*: a double value that represents the language weight compared to the others.

NOTE: the sum of all weights can be over 100 because a file may be associated to multiple languages and Alizer may not be able to detect it precisely. E.g. a SQL script could be associated to SPLPL, TSQL, PLSQL languages so Alizer will return all 3 with the same weight.

### Devfile selection

Expand Down
4 changes: 3 additions & 1 deletion go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ The result is an ordered (sorted by usage) list of informations for each languag
- *Aliases*: other names which identify the detected language
- *Framework*: a list of detected frameworks (Quarkus, Flash,...) used by the application
- *Tools*: a list of tools (Maven,...) used by the application
- *UsageInPercentage*: a double value that represents the language weight compared to the others.
- *Weight*: a double value that represents the language weight compared to the others.

NOTE: the sum of all weights can be over 100 because a file may be associated to multiple languages and Alizer may not be able to detect it precisely. E.g. a SQL script could be associated to SPLPL, TSQL, PLSQL so Alizer will print out all 3 languages with the same weight.

To analyze your source code with Alizer, just import it and use the recognizer:

Expand Down

0 comments on commit 58c7d3c

Please sign in to comment.