Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmirocks committed Jun 23, 2016
1 parent 2b70bbf commit ac0597d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nalaf/structures/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@ def __init__(self, class_id, offset, text, confidence=1):
This list of tokens may be deleted. See: https://github.com/Rostlab/nalaf/issues/167
"""
self.head_token = None
"""the head token for the entity"""
"""the head token for the entity. Note: this is not necessarily the first token, just the head of the entity as declared by parsing (see relna)"""

equality_operator = 'exact'
"""
Expand Down

0 comments on commit ac0597d

Please sign in to comment.