Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 8786753

Browse files
author
Alon Eirew
committed
add comment
1 parent 3698e34 commit 8786753

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/cross_doc_coref/cross_doc_coref_sieves.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ def run_example():
5050
entity_config.gold_mentions_file = LIBRARY_ROOT + \
5151
'/datasets/ecb/ecb_all_entity_mentions.json'
5252

53+
# CDCResources hold attribute that might need to be changed (using defaults values here),
54+
# attributes such as resources files location, output directory and other.
55+
# check and see if any require change in your set-up
5356
resource_location = CDCResources()
5457
resources = CDCSettings(resource_location, event_config, entity_config)
5558

0 commit comments

Comments
 (0)