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
Keeping assume_input_is_tokenized to off does give a correctly formatted sentence item: <sentence sentid="127.0.0.1">hallo wereld .</sentence>.
I have to implement a work-around here anyway to support older Alpino-versions, so this isn't an issue for me. But I was wondering if there might be some setting I'm missing here to prevent this from happening? I couldn't figure out where in the Alpino-code this goes wrong.
The text was updated successfully, but these errors were encountered:
When I modify the Makefile.start_server script
Alpino/Makefile.start_server
Line 10 in 7a2ea6e
and change assume_input_is_tokenized=off to assume_input_is_tokenized=on the output becomes malformed.
For example:
Keeping
assume_input_is_tokenized
tooff
does give a correctly formatted sentence item:<sentence sentid="127.0.0.1">hallo wereld .</sentence>
.I have to implement a work-around here anyway to support older Alpino-versions, so this isn't an issue for me. But I was wondering if there might be some setting I'm missing here to prevent this from happening? I couldn't figure out where in the Alpino-code this goes wrong.
The text was updated successfully, but these errors were encountered: