emorynlp / elit

Emory Language and Information Toolkit
Other
37 stars 2 forks source link

Integrated coreference resolution #2

Closed lxucs closed 3 years ago

lxucs commented 3 years ago

These are the changes made following the previous PR:

  1. There are no changes regarding coref model or service, as they were already correct since the PR was submitted.
  2. The build VM has no GPU available, so I changed the default device from GPU to CPU.
  3. More tests were added since last PR.
  4. The build threw out errors because your download log splits out too many lines to stderr; I temporarily commented it out.