You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
w tags can't indicate sentences beginning with an unspaced word fused to the preceding period, due to XML nesting conflict. Currently this is marked by a single token <w> tag on the first word of the sentence not separated by a space:
<!-- text = events.I -->
<s>
...
events
.
</s>
<s>
<w>
I
</w>
The build bot should interpret such single token w spans correctly for NoSpace and text generation.
The text was updated successfully, but these errors were encountered:
w tags can't indicate sentences beginning with an unspaced word fused to the preceding period, due to XML nesting conflict. Currently this is marked by a single token
<w>
tag on the first word of the sentence not separated by a space:The build bot should interpret such single token w spans correctly for NoSpace and text generation.
The text was updated successfully, but these errors were encountered: