Skip to content

Commit 72afa89

Browse files
Aggiunta stampa numero iterazioni
1 parent da63038 commit 72afa89

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
# YASS - Yet Another Suffix Stemmer
2+
13
[![Build Status](https://travis-ci.org/GiacomoManzoli/YASS.svg?branch=master)](https://travis-ci.org/GiacomoManzoli/YASS)

src/bm/clustering/HierarchicalClustering.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Effettua il clustering gerarchico agglomerativo a partire da una lista di parole
7777
System.out.println("Iterazione: " + cntIter + " numero di cluster presenti: "+ manager.size() + " - Tempo trascorso: "+ (System.currentTimeMillis() - startTime)/1000 + " s");
7878
}
7979
}
80-
80+
System.out.println("Iterazioni necessarie: "+cntIter);
8181
return historyRecords;
8282
}
8383
}

0 commit comments

Comments
 (0)