You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When oem is set to 2 (LSTM + Legacy fallback) within createWorker, the Legacy data should be automatically downloaded if it has not already been downloaded. However, this does not appear to be happening at present. Unless the user already has this data downloaded and cached, or forces it to be downloaded using options, using oem mode 2 results in an error. See motivating example below.
For users who experience this issue before it is patched, it can be easily resolved by forcing the Legacy code/data to be downloaded by setting the options legacyCore and legacyLang both to true.
When
oem
is set to2
(LSTM + Legacy fallback) withincreateWorker
, the Legacy data should be automatically downloaded if it has not already been downloaded. However, this does not appear to be happening at present. Unless the user already has this data downloaded and cached, or forces it to be downloaded using options, usingoem
mode2
results in an error. See motivating example below.#859 (comment)
For users who experience this issue before it is patched, it can be easily resolved by forcing the Legacy code/data to be downloaded by setting the options
legacyCore
andlegacyLang
both totrue
.The text was updated successfully, but these errors were encountered: