← Back to team overview

commonsense team mailing list archive

[Bug 445125] Re: non-normalized concepts exist

 

I guess I should post this here not as a new post.

Some concepts have both a fully normalized version and a not so
normalized counterpart: "hold meeting" and "hold meet" is the case I
caught. I don't know if this is already going to be handled together
with all the other fixing on the "not properly normalized concepts"
problem, but I guessed it was worth mentioning.

-- 
non-normalized concepts exist
https://bugs.launchpad.net/bugs/445125
You received this bug notification because you are a member of
Commonsense Computing, which is the registrant for ConceptNet.

Status in ConceptNet API: In Progress

Bug description:
I noticed that some concepts seem to be not normalized:

>>> Concept.get('balls', 'en')
<Concept: <en: balls>>
>>> Concept.get('ball', 'en')
<Concept: <en: ball>>
>>> Concept.get('balls', 'en').surfaceform_set.all()[0]
<SurfaceForm: balls>
>>> Concept.get('balls', 'en').get_assertions().count()
45

Where'd that come from?



References