Update README.md
Browse files
README.md
CHANGED
@@ -160,7 +160,7 @@ def tag_text_with_pipeline(text, ner_pipeline):
|
|
160 |
df.columns = ['Tokens', 'Tags', 'Score'] # Rename columns for clarity
|
161 |
return df
|
162 |
|
163 |
-
text = "Einwohnern an der Danziger Bucht in der polnischen Woiwodschaft Pommern ."
|
164 |
result = tag_text_with_pipeline(text, ner_pipeline)
|
165 |
print(result)
|
166 |
|
|
|
160 |
df.columns = ['Tokens', 'Tags', 'Score'] # Rename columns for clarity
|
161 |
return df
|
162 |
|
163 |
+
text = "2000 Einwohnern an der Danziger Bucht in der polnischen Woiwodschaft Pommern ."
|
164 |
result = tag_text_with_pipeline(text, ner_pipeline)
|
165 |
print(result)
|
166 |
|