item.setAttribute("info", actualID);
outRoot.addContent(item);
signMap.put(actualID, thisParse);
// Add parsed words as a separate LF element
Element fullWordsElt = new Element("full-words");
fullWordsElt.addContent(tokenizer.format(thisParse.getWords()));
item.addContent(fullWordsElt);
if (predInfo != null) {
Element predInfoElt = new Element("pred-info");
predInfoElt.setAttribute("data", predInfo);
item.addContent(predInfoElt);