mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-22 08:12:27 +00:00
Removed unnecessary contexts
This commit is contained in:
parent
86f45f8147
commit
4351f76b60
@ -77,9 +77,7 @@ class Entry(Leaf):
|
|||||||
|
|
||||||
|
|
||||||
class Opinion(Leaf):
|
class Opinion(Leaf):
|
||||||
opinionContext = {
|
opinionContext = {}
|
||||||
"@vocab": "http://www.gsi.dit.upm.es/ontologies/marl/ns#"
|
|
||||||
}
|
|
||||||
def __init__(self, polarityValue=None, hasPolarity=None, *args, **kwargs):
|
def __init__(self, polarityValue=None, hasPolarity=None, *args, **kwargs):
|
||||||
super(Opinion, self).__init__(context=self.opinionContext,
|
super(Opinion, self).__init__(context=self.opinionContext,
|
||||||
prefix="marl",
|
prefix="marl",
|
||||||
|
Loading…
Reference in New Issue
Block a user