spacy_finalize: Finalize spaCy

View source: R/spacy_initialize.R

spacy_finalizeR Documentation

Finalize spaCy

Description

While running spaCy on Python through R, a Python process is always running in the background and Rsession will take up a lot of memory (typically over 1.5GB). spacy_finalize() terminates the Python process and frees up the memory it was using.

Usage

spacy_finalize()

Author(s)

Akitaka Matsuo


kbenoit/spacyr documentation built on April 14, 2024, 3:03 a.m.