Skip to content

Commit

Permalink
forgot to remove one parameter mention
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathijs Boezer committed Mar 20, 2023
1 parent c941b54 commit 8e553cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions crosslingual_coreference/CrossLingualPredictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,12 @@ def __init__(
model_name: str = "minilm",
chunk_size: Union[int, None] = None, # determines the # sentences per batch
chunk_overlap: int = 2, # determines the # of overlapping sentences per chunk
char_indices: bool = False,
) -> None:
self.chunk_size = chunk_size
self.chunk_overlap = chunk_overlap
self.language = language
self.filename = None
self.device = device
self.char_indices = char_indices
self.model_url = MODELS[model_name]["url"]
self.resolver = Resolver()
self.download_model()
Expand Down
1 change: 1 addition & 0 deletions test2.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for cluster in doc._.coref_clusters:

0 comments on commit 8e553cb

Please sign in to comment.