fixed speech key for XML exports
This commit is contained in:
parent
5472b4a75f
commit
796b36a55e
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ public class XMLUtil {
|
|||
|
||||
Speaker_MongoDB_Impl speaker = getSpeakerById(String.valueOf(speech.getSpeakerId()));
|
||||
|
||||
HtmlSpeech htmlSpeech = getHtmlSpeechByKey(String.valueOf(speech.getSpeechId()));
|
||||
HtmlSpeech htmlSpeech = getHtmlSpeechByKey(speech.getSpeechKey());
|
||||
addNlpData(doc, htmlSpeech);
|
||||
|
||||
speechElement.appendChild(speaker.toXML(doc));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue