Commit b9137228 by Vik Paruchuri

break up long lines

parent 6ad21117
...@@ -23,8 +23,14 @@ class EssaySet(object): ...@@ -23,8 +23,14 @@ class EssaySet(object):
type = "train" type = "train"
self._type = type self._type = type
self._score, self._text, self._id, self._clean_text, self._tokens, self._pos,\ self._score=[]
self._clean_stem_text, self._generated = [], [], [], [], [], [], [], [] self._text=[]
self._id=[]
self._clean_text=[]
self._tokens=[]
self._pos=[]
self._clean_stem_text=[]
self._generated = []
self._prompt = "" self._prompt = ""
def add_essay(self, essay_text, essay_score, essay_generated=0): def add_essay(self, essay_text, essay_score, essay_generated=0):
......
dfdsfgfgsdfdfdfdffg !
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment