We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90bb505 + eb09bc9 commit b9025aaCopy full SHA for b9025aa
pythainlp/tag/named_entity.py
@@ -90,7 +90,7 @@ def __init__(self):
90
)
91
92
def get_ner(
93
- self, text: str, pos: bool = True, tag: bool = False
+ self, text: str, pos: bool = True, tag: bool = False
94
) -> Union[List[Tuple[str, str]], List[Tuple[str, str, str]]]:
95
"""
96
This function tags named-entitiy from text in IOB format.
0 commit comments