Spacy-conll

Latest version: v3.4.0

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

Scan your dependencies

Page 3 of 3

1.0.1

Minor documentation changes for PyPi.

1.0.0

- Complete overhaul. Can now be used a custom pipeline component in spaCy.
- `Spacy2ConllParser` is now deprecated.
- The CLI interface does not rely on `Spacy2ConllParser` anymore but uses the custom pipeline component instead.
- Added `-e|--no_force_counting` to the CLI options. By default, when using `-d|--include_headers`,
parsed sentence will be numbered incrementally. This can be disabled so that the sentence numbering depends on how
spaCy segments the sentences.

0.1.6

Minor bugfix.

0.1.5

Added the `-s|--disable_sbd` flag. By default, spaCy does automatic sentence boundary detection. You may not
always want this. When you want to parse every line explicitly as one sentence, you can disable this functionality.

0.1.0

Added the `-t|--is_tokenized` flag. It indicates that your text has already been tokenized and that it should not
be tokenized again. The tokens should be space-separated, e.g. `I like grandma 's cookies !`.

0.0.3

Initial commit.

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.