Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
d0bec69fd8 |
|
@ -115,7 +115,7 @@ def build_structures(args):
|
|||
|
||||
structures = []
|
||||
for structure in et.iter('syntactic_structure'):
|
||||
if structure.attrib['type'] == 'single':
|
||||
if structure.attrib['type'] != 'collocation':
|
||||
continue
|
||||
to_append = SyntacticStructure.from_xml(structure, no_stats)
|
||||
if to_append is None:
|
||||
|
|
Loading…
Reference in New Issue
Block a user