removing pickled structures
This commit is contained in:
@@ -98,9 +98,6 @@ class SyntacticStructure:
|
||||
|
||||
def build_structures(args):
|
||||
filename = args.structures
|
||||
if args.pickled_structures:
|
||||
with open(filename, 'rb') as fp:
|
||||
return pickle.load(fp)
|
||||
|
||||
max_num_components = -1
|
||||
with open(filename, 'r') as fp:
|
||||
|
||||
Reference in New Issue
Block a user