Skip to content
Snippets Groups Projects
Commit 1323a9e6 authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

fix bug in iobber_txt: do guess unknown tags

parent 077772bd
Branches
No related merge requests found
......@@ -145,7 +145,7 @@ def go():
new_asent = corpus2.AnnotatedSentence.wrap_sentence(sent)
new_sent = corpus2.AnnotatedSentence.cast_as_sentence(new_asent)
# preserve_ambiguity = False
tagr.disambiguate_sentence(new_sent)
tagr.tag_sentence(new_sent, False)
if options.shall_chunk:
chunkr.tag_sentence(new_sent)
# create a new paragraph with the new sentence
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment