Releases: quanteda/spacyr
Releases Β· quanteda/spacyr
CRAN v1.3.0
CRAN v1.2.1
- Improvements to the functions for installing and upgrading spaCy.
- Fixed a condition causing test failures on CRAN.
CRAN v1.2
CRAN v1.0
- Added new commands
spacy_tokenize()
,spacy_extract_entity()
,spacy_extract_nounphrases()
,nounphrase_extract()
, andnounphrase_consolidate()
for direct extraction of entities, nounphrases, and tokens, and extraction of noun phrases from spacyr parsed tests. - Added a new argument
additional_attributes
tospacy_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
- 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