Révision 2518
tmp/org.txm.properties.core/src/org/txm/properties/core/functions/CorpusPropertiesComputer.java (revision 2518) | ||
---|---|---|
1 | 1 |
package org.txm.properties.core.functions; |
2 | 2 |
|
3 |
import java.text.NumberFormat; |
|
3 | 4 |
import java.util.ArrayList; |
4 | 5 |
import java.util.Arrays; |
5 | 6 |
import java.util.Collections; |
... | ... | |
244 | 245 |
|
245 | 246 |
// counts |
246 | 247 |
buff.append("<ul>\n"); //$NON-NLS-1$ |
247 |
buff.append("<li>" + NLS.bind(PropertiesCoreMessages.numberOfWordsP0, numberOfWords) + "</li>\n"); //$NON-NLS-1$ //$NON-NLS-2$
|
|
248 |
buff.append("<li>" + NLS.bind(PropertiesCoreMessages.numberOfWordsP0, NumberFormat.getInstance().format(numberOfWords)) + "</li>\n"); //$NON-NLS-1$ //$NON-NLS-2$
|
|
248 | 249 |
|
249 | 250 |
buff.append("<li>" + PropertiesCoreMessages.numberOfWordProperties + (properties.size()) + " (" + StringUtils.join(properties, ", ") + ")</li>\n"); //$NON-NLS-2$ //$NON-NLS-1$ |
250 | 251 |
buff.append("<li>" + PropertiesCoreMessages.numberOfStructuralUnits + (structures.size()) + " (" + StringUtils.join(structures, ", ") + ")</li>\n"); //$NON-NLS-2$ //$NON-NLS-1$ |
Formats disponibles : Unified diff