← Back to team overview

commonsense team mailing list archive

[Bug 445125] Re: non-normalized concepts exist

 

I implemented an exception mechanism, fixing "people -> person" and
"ground -> ground" (not "grind") while I was at it, and started a script
to update the concepts (fix_abnormal_concepts.py).

The update is estimated to finish in about 3 days. :(


** Changed in: conceptnet
   Importance: Undecided => Medium

** Changed in: conceptnet
       Status: New => In Progress

** Changed in: conceptnet
    Milestone: None => 4.0

** Changed in: conceptnet
     Assignee: (unassigned) => Rob Speer (rspeer)

-- 
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