commonsense team mailing list archive
-
commonsense team
-
Mailing list archive
-
Message #00109
[Bug 445125] [NEW] non-normalized concepts exist
Public bug reported:
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?
** Affects: conceptnet
Importance: Undecided
Status: New
--
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: New
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?
Follow ups
References