added placeholder for NLP data
This commit is contained in:
parent
86f681ebbb
commit
5814f55969
2 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ public class Speech_MongoDB_Impl extends Speech_File_Impl implements Speech {
|
|||
|
||||
tex.append("\\subsection*{NLP Metadata}\n");
|
||||
|
||||
tex.append("[Graphs] //TODO: Implement\n");
|
||||
tex.append("$$NLPMETADATA$$\n");
|
||||
|
||||
tex.append("\\subsection*{Speech Content}\n");
|
||||
|
||||
|
|
|
@ -109,7 +109,7 @@ public class Speech_File_Impl implements Speech {
|
|||
|
||||
tex.append("\\NLP Metadata\\\n");
|
||||
|
||||
tex.append("[Graphs] //TODO: Implement\n");
|
||||
tex.append("$$NLPMETADATA$$\n");
|
||||
|
||||
tex.append("\\subsection*{Speech Content}\n");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue