diff --git a/source/de/anomic/plasma/plasmaCondenser.java b/source/de/anomic/plasma/plasmaCondenser.java index 728503925..cc1e77e8f 100644 --- a/source/de/anomic/plasma/plasmaCondenser.java +++ b/source/de/anomic/plasma/plasmaCondenser.java @@ -459,6 +459,7 @@ public final class plasmaCondenser { // word does not yet exist, create new word entry wordHandle = wordHandleCount++; wsp = new wordStatProp(wordHandle, wordInSentenceCounter, sentences.size() + 100); + wsp.flags = (kelondroBitfield) RESULT_FLAGS.clone(); } words.put(word, wsp); // we now have the unique handle of the word, put it into the sentence: