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 internet request of conceptnet function made the test unreliable,
as if the internet connection is bad, it will time out and make the function failed.
A function should be self-contained within a local machine.
A download can be made but not a constant internet call.
Expected results
ConceptNet features run locally.
Current results
ConceptNet features made internet connection everytime.
Steps to reproduce
Call ConceptNet features. For example,
conceptnet.edges("รัก")
PyThaiNLP version
5.0.4
Python version
Any
Operating system and version
Any
More info
No response
Possible solution
No response
Files
No response
The text was updated successfully, but these errors were encountered:
Description
The internet request of conceptnet function made the test unreliable,
as if the internet connection is bad, it will time out and make the function failed.
A function should be self-contained within a local machine.
A download can be made but not a constant internet call.
Expected results
ConceptNet features run locally.
Current results
ConceptNet features made internet connection everytime.
Steps to reproduce
Call ConceptNet features. For example,
PyThaiNLP version
5.0.4
Python version
Any
Operating system and version
Any
More info
No response
Possible solution
No response
Files
No response
The text was updated successfully, but these errors were encountered: