Skip to content

Commit

Permalink
fix missing backward linking in new added entities
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Dec 3, 2021
1 parent 5fa1a1c commit e5fdf2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grobid_superconductors/linking/linking_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def decode(response):
def entities_classes():
return ['<material>', '<class>', '<temperature>', '<tc>',
'<tcValue>', '<tcvalue>', '<pressure>', '<me_method>',
'<material-tc>', '<temperature-tc>']
'<material-tc>', '<temperature-tc>', '<crystal-structure>', '<space-groups>']


class SpacyPipeline:
Expand Down

0 comments on commit e5fdf2f

Please sign in to comment.