Skip to content

Commit e74c9f0

Browse files
committed
Improve doc
1 parent 53824bf commit e74c9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qurator/sbb_ner/webapp/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def ner(model_id=None):
268268
else:
269269
token = token[2:] if token.startswith('##') else token
270270

271-
# if the output_text plus the current word and token is not a prefix of the original text, it means,
271+
# if the output_text plus the current word and token is not a prefix of the original text, it means, that
272272
# we would miss characters. Therefore we take the missing characters from the original text at the current
273273
# word position
274274
while not original_text.startswith(output_text + word + token) \

0 commit comments

Comments
 (0)