Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 536 Bytes

MULTIGRAPH.md

File metadata and controls

18 lines (13 loc) · 536 Bytes

Running cort's multigraph system

cort ships with a deterministic coreference resolution system based on multigraph clustering. The input must follow the format from the CoNLL shared tasks on coreference resolution.

To run the multigraph system, use

run-multigraph -in my_data.data -out out.data

With the optional argument -ante, antecedent decisions are also written to a file:

run-multigraph -in my_data.data -out out.data -ante antecedents_out.data