fixed nlp data not being exported with xml
This commit is contained in:
parent
53bade28e9
commit
547479c3e4
1 changed files with 3 additions and 0 deletions
|
@ -124,6 +124,9 @@ public class XMLUtil {
|
|||
|
||||
Speaker_MongoDB_Impl speaker = getSpeakerById(String.valueOf(speech.getSpeakerId()));
|
||||
|
||||
HtmlSpeech htmlSpeech = getHtmlSpeechByKey(String.valueOf(speech.getSpeechId()));
|
||||
addNlpData(doc, htmlSpeech);
|
||||
|
||||
speechElement.appendChild(speaker.toXML(doc));
|
||||
speechElement.appendChild(speech.toXML(doc));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue