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
The name parser extracted wrong name likes : بي, شكرا.
Example:
text: أريد البحث في سجل الإنفاق الخاص بي [Dimension(body=بي, value=بي, start=32, end=34, dimension_type=DimensionType.NAME)]
I expect to extract the names on the name dataset only.
Python version
3.8
What operating system are you using?
Linux
Code to reproduce the issue
>>>frommaha.parsers.functionsimportparse_dimension>>>text=`أريد البحث في سجل الإنفاق الخاص بي`>>>extracted=parse_dimension(text, names=True)
[Dimension(body=بي, value=بي, start=32, end=34, dimension_type=DimensionType.NAME)]
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
What happened?
The name parser extracted wrong name likes :
بي
,شكرا
.Example:
text:
أريد البحث في سجل الإنفاق الخاص بي
[Dimension(body=بي, value=بي, start=32, end=34, dimension_type=DimensionType.NAME)]
I expect to extract the names on the name dataset only.
Python version
3.8
What operating system are you using?
Linux
Code to reproduce the issue
Relevant log output
No response
The text was updated successfully, but these errors were encountered: