Fastcoref

Latest version: v2.1.6

Safety actively analyzes 621008 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

2.1.6

See - https://github.com/shon-otmazgin/fastcoref/pull/36 - Thanks to wannaphong

2.1.5

Address [issue](https://github.com/shon-otmazgin/fastcoref/issues/32)

2.1.4

1. avoiding downloading Spacy model with pretokenized text (aryehgigi)
2. remove the `wandb` installation if you not using train mode (i.e adding fastcoref[train] in PyPi) (aryehgigi)

2.1.1

patch to disable progress bar at inference (thanks to radandreicristian)

2.1.0

NEW FEATURE (thanks to aryehgigi):

Predict function signature changed to support tokenized text as input:
python
texts: Union[str, List[str], List[List[str]]], similar to huggingface tokenizer inputs
is_split_into_words: bool = False


if you send a tokenized text to the predict function use `is_split_into_words=True`

If you want to use a **single** tokenized sequence you must set`is_split_into_words=True` (to lift the ambiguity with a batch of sequences)

2.0.3

Fix - disabling all spacy components except tokenizer. - see https://github.com/shon-otmazgin/fastcoref/issues/13 (thanks to radandreicristian)

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.