Skip to content

Commit

Permalink
Remove accidentally added 'head' and 'deprel' slots from BaseRichSent…
Browse files Browse the repository at this point in the history
…enceElement
  • Loading branch information
marco-nicola committed Apr 24, 2018
1 parent 2879bc0 commit a7f87f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colonel/base_rich_sentence_element.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class BaseRichSentenceElement(BaseSentenceElement):
elements, such as the *(multiword) tokens*.
"""

__slots__ = ('lemma', 'upos', 'xpos', 'feats', 'head', 'deprel', 'deps')
__slots__ = ('lemma', 'upos', 'xpos', 'feats', 'deps')

def __init__(
self,
Expand Down

0 comments on commit a7f87f4

Please sign in to comment.