Closed JeltevanBoheemen closed 1 year ago
The CHAT notation +... indicates a trailing off. In CHAMD cleaning, these are removed before parsing the utterance.
+...
In an earlier version of the CHAMD cleaner, +.. was removed, instead of +.... This results in surplus period at the end of the sentence. To fix this:
+..
origutt
<meta type="text" name="origutt" value="enne +..."/>
<sentence>
<node>
lemma="." pos="punct" word="."
begin
end
The CHAT notation
+...
indicates a trailing off. In CHAMD cleaning, these are removed before parsing the utterance.In an earlier version of the CHAMD cleaner,
+..
was removed, instead of+...
. This results in surplus period at the end of the sentence. To fix this:origutt
containing+...
Example:<meta type="text" name="origutt" value="enne +..."/>
<sentence>
-tag content.<node>
withlemma="." pos="punct" word="."
.begin
andend
should be the highest of all nodes, see point below.