Share via

Problems creating structured text files

Thomi Hoffmann 0 Reputation points
2023-06-30T15:35:56.1633333+00:00
Anzahl erfolgreicher Ausführungen: 0
Anzahl von Fehlern: 7
Fehlermeldung: 
[
  {
    inputText: rooms,devices
    message: ReferencedEntityDoesNotExist
    status: Failed
  },
  {
    inputText: ` `{@rooms} {@keywords} 0,23 {@units} .
    message:  Error: normalized text is empty.
    status: Failed
  },
  {
    inputText: ` `{@rooms} {@keywords} 500 {@units} .
    message:  Error: normalized text is empty.
    status: Failed
  },
  {
    inputText: ` `{@rooms} {@keywords} {@defects}
    message:  Error: normalized text is empty.
    status: Failed
  },
  {
    inputText: ` `{@rooms} {@keywords} {@devices} {@defects}
    message:  Error: normalized text is empty.
    status: Failed
  },
  {
    inputText: ` `{@devices} {@rooms} {@keywords} {@defects}
    message:  Error: normalized text is empty.
    status: Failed
  },
  {
    inputText: ` `{@rooms} {@keywords} {@defects} {@keywords}
    message:  Error: normalized text is empty.
    status: Failed
  }
].
This is the Errorfile.

And this is the my Textfile:
@ list rooms =
-	english
-	spanish
-	french
-	german
@ list keywords =
-	python
-	java
-	net
@ list units =
-	Max
-	Moritz
-	Klaus
#TrainingSentences1
-	{@rooms} {@keywords} 0,23 {@units}.
-	{@rooms} {@keywords}  500 {@units}.
-	In der {@rooms} ist die {@devices} defekt.

What am I doing wrong
Greetings Thomas
Community Center | Not monitored

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.