snowblink14 / smatch

Smatch tool: evaluation of AMR semantic structures
MIT License
63 stars 25 forks source link

equivalent unquoted and quoted strings match #1

Closed jonmay closed 7 years ago

jonmay commented 7 years ago

"William" and william should match. previous changes broke that equivalence.

this fixes that and modifies the test inputs to exercise the fix.

jonmay commented 7 years ago

adds more functionality. specifically:

  1. Allow you to score by just instance, attribute, relation
  2. Allow you to choose how many significant digits to output
  3. Allow you to choose between 'very verbose' and just a summary-style 'verbose' mode

Also a few minor fixes to allow invocation without 'python' and consistency in per-sent/whole doc display.

jonmay commented 7 years ago

Added some functionality:

  1. Can score just instance/relation/attribute
  2. Less verbose mode
  3. Can set significant digits output