IEMLdev / ieml

IEML semantic language - a meaning-representation system based on semantic primitives and a regular grammar. Basic semantic relationships between concepts are automatically computed from syntactic similarities.
https://dev.intlekt.io/
GNU General Public License v3.0
53 stars 6 forks source link

Tags are duplicated in mongodb #22

Closed ludovic-carre closed 7 years ago

ludovic-carre commented 7 years ago

The list of tags is duplicated on mongodb, they are most probably duplicated when retrieved which could mean that everything is read twice.

ludovic-carre commented 7 years ago

Fixed by changing the list to a set.