PyThaiNLP / pythainlp

Thai natural language processing in Python
https://pythainlp.org/
Apache License 2.0
988 stars 274 forks source link

Consider remove ConceptNet live internet request #995

Open bact opened 1 week ago

bact commented 1 week ago

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,

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

wannaphong commented 1 week ago

I think we can use ConceptNet-Lite. It can work in offline.