Révision 821
tmp/org.txm.information.core/src/org/txm/properties/core/functions/Properties.java (revision 821) | ||
---|---|---|
177 | 177 |
* randomly position are choose |
178 | 178 |
*/ |
179 | 179 |
public void stepLexicalProperties() { |
180 |
propertiesValues.clear(); |
|
181 |
|
|
180 | 182 |
AbstractCqiClient cqiClient = CorpusManager.getCorpusManager().getCqiClient(); |
181 | 183 |
for (Property p : properties) { |
182 | 184 |
//int size; |
... | ... | |
212 | 214 |
return; |
213 | 215 |
} |
214 | 216 |
NStructures = structures.size(); |
217 |
internalArchitecture.clear(); |
|
215 | 218 |
for (StructuralUnit su : structures) { // for each structural unit |
216 | 219 |
internalArchitecture.add(su.getName()); |
217 | 220 |
hierarchieCounts.put(su.getName(), -1); |
Formats disponibles : Unified diff