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 b4a5761 commit 2b70bbf
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 @@ -889,7 +889,7 @@ def __init__(self, text, is_abstract=True):
self.is_abstract = is_abstract
"""whether the part is the abstract of the paper"""
self.sentence_parse_trees = []
"""the parse trees for each sentence stored as a string"""
"""the parse trees for each sentence stored as a string. TODO this may be too relna-specific"""
self.tokens = []

def get_sentence_string_array(self):
Expand Down

0 comments on commit 2b70bbf

Please sign in to comment.