Skip to content

Commit

Permalink
CLIS-110 Adds description to WinnowingUtils class
Browse files Browse the repository at this point in the history
  • Loading branch information
agustingroh committed Apr 12, 2024
1 parent b75f08d commit c04ebda
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/com/scanoss/utils/WinnowingUtils.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
package com.scanoss.utils;

/**
* SCANOSS Winnowing Utils Class
* <p>
* This class provides methods for normalizing characters and other text processing utilities.
* </p>
*/
public class WinnowingUtils {

/**
Expand Down

0 comments on commit c04ebda

Please sign in to comment.