mikeliu763 / pyector

Automatically exported from code.google.com/p/pyector
0 stars 0 forks source link

ConceptNetwork.node dictionary key should be (nodeSymbol, nodeType) #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The node dictionary in ConceptNetwork has a string as key.
It is the symbol of the node value.

It should be a tuple (nodesymbol, nodetype) (where nodetype is the type
symbol).
The purpose is to avoid the doublons of nodes with the same symbol, but
different types.

Original issue reported on code.google.com by francois.parmentier@gmail.com on 21 Oct 2008 at 9:07

GoogleCodeExporter commented 8 years ago

Original comment by francois.parmentier@gmail.com on 24 Oct 2008 at 2:39