Planeshifter / node-concept-net

node.js interface to the ConceptNet semantic network API [DEPRECATED; ConceptNet API has changed]
MIT License
29 stars 3 forks source link

update for ConceptNet 5.4; add URIstd for standardization feature #5

Closed kengz closed 8 years ago

kengz commented 8 years ago

Hi, I notice it's been a while since the last update, and there's considerable changes in ConceptNet 5.4. Can you review the PR and publish it so we can use the latest ConceptNet?

changes:

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 82578739628b95df7f3c2d0468fb890ed133acfc on kengz:master into dfbe1b17799824aeb65619acc6fefd58ac485583 on Planeshifter:master.

kengz commented 8 years ago

Forgot to mention, this resolves #4

kengz commented 8 years ago

@Planeshifter can you pls announce when the new package is published to npm? Would love to use it ASAP thx.

Planeshifter commented 8 years ago

Thanks for your additions and help! I am right now improving my code a bit and will publish a new version tonight (in not more than three hours).

Planeshifter commented 8 years ago

New version 0.3.0 of the package is online. I changed the name of the URIstd method to getURI to make it more descriptive.

kengz commented 8 years ago

Thanks