Skip to content

Releases: quanteda/spacyr

CRAN v1.3.0

13 Dec 10:21
Compare
Choose a tag to compare

Overhauls the spacy_install() and spacy_uninstall() functions to provide a more modern and robust installation procedure.

CRAN v1.2.1

04 Mar 10:12
Compare
Choose a tag to compare
  • Improvements to the functions for installing and upgrading spaCy.
  • Fixed a condition causing test failures on CRAN.

CRAN v1.2

09 Jul 07:46
Compare
Choose a tag to compare

spacyr v1.2

  • Added an option for using conda package manager instead of pip in spacy_install() and spacy_upgrade().

CRAN v1.0

15 Dec 07:45
Compare
Choose a tag to compare
  • Added new commands spacy_tokenize(), spacy_extract_entity(), spacy_extract_nounphrases(), nounphrase_extract(), and nounphrase_consolidate() for direct extraction of entities, nounphrases, and tokens, and extraction of noun phrases from spacyr parsed tests.
  • Added a new argument additional_attributes to spacy_parse() allowing the return of any tokens-level attribute available from https://spacy.io/api/token#attributes.
  • Added a vignette and significantly improved the documentation site https://spacyr.quanteda.io.

CRAN v0.9.6

15 Mar 20:46
Compare
Choose a tag to compare
  • Create an option to permanently set the default Python through .Rprofile
  • Performance enhancement through spacy_initialize(entity = FALSE) (#91)
  • Now looks for Python settings from .bash_profile