fix for objectlink of PND vocabulary

pull/1/head
Michael Peter Christen 13 years ago
parent 0752983fbd
commit 7028e8f6b9

@ -231,7 +231,7 @@ public class LibraryProvider {
if (term.indexOf(' ') < 0) continue; // accept only names that have at least two parts if (term.indexOf(' ') < 0) continue; // accept only names that have at least two parts
// store the term into the vocabulary map // store the term into the vocabulary map
map.put(term, new SOTuple("", Tagging.normalizeTerm(subject))); map.put(term, new SOTuple(Tagging.normalizeTerm(term), subject));
} }
try { try {
Log.logInfo("LibraryProvider", "adding vocabulary to autotagging"); Log.logInfo("LibraryProvider", "adding vocabulary to autotagging");

Loading…
Cancel
Save