From 4351f76b60acbfbfe441c613146699aac60f014f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Thu, 27 Nov 2014 17:43:19 +0100 Subject: [PATCH] Removed unnecessary contexts --- senpy/models.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/senpy/models.py b/senpy/models.py index b53dbb5..0d18290 100644 --- a/senpy/models.py +++ b/senpy/models.py @@ -77,9 +77,7 @@ class Entry(Leaf): class Opinion(Leaf): - opinionContext = { - "@vocab": "http://www.gsi.dit.upm.es/ontologies/marl/ns#" - } + opinionContext = {} def __init__(self, polarityValue=None, hasPolarity=None, *args, **kwargs): super(Opinion, self).__init__(context=self.opinionContext, prefix="marl",