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

Url not properly encoded when posted to mongo #29

Closed ludovic-carre closed 7 years ago

ludovic-carre commented 7 years ago

I have to fix the url encoder of the scraper so that all future problems are dealt with.

ludovic-carre commented 7 years ago

Fixed using safe option of urllib.parse.quote with the RFC info.