Revision 2693
tmp/org.txm.cooccurrence.core/src/org/txm/cooccurrence/core/functions/Cooccurrence.java (revision 2693) | ||
---|---|---|
1213 | 1213 |
counts.put(signaturestr, 1); |
1214 | 1214 |
} |
1215 | 1215 |
|
1216 |
if ("[1599]".equals(signaturestr)) { |
|
1217 |
System.out.println("p=" + position + " d=" + dist + " total(d)=" + distances.get(signaturestr) + " c=" + counts.get(signaturestr)); |
|
1218 |
} |
|
1216 |
// if ("[1599]".equals(signaturestr)) { |
|
1217 |
// System.out.println("p=" + position + " d=" + dist + " total(d)=" + distances.get(signaturestr) + " c=" + counts.get(signaturestr)); |
|
1219 | 1218 |
// } |
1219 |
// } |
|
1220 | 1220 |
|
1221 | 1221 |
noOcc++; |
1222 | 1222 |
} |
Also available in: Unified diff