You can train and deploy a custom model to the entities endpoint for entity extraction. You can either:
-
Copy the model file to the default data directory in the REX root folder.
<RosetteServerInstallDir>/roots/rex/<version>/data/statistical/lang/model.<name>-LE.bin
where <lang> is the 3 letter language code for the model.
-
Copy the model to the data directory of a custom profile.
<profile-data-root>/<profileId>/data/statistical/lang/model.<name>-LE.bin
where <lang> is the 3 letter language code for the model.
The custom profile must be set up as described in Setting up Custom Profiles
Tip
Model Naming Convention
The prefix must be model.
and the suffix must be -LE.bin
. Any alphanumeric ASCII characters are allowed in between.
Example valid model names:
model.fruit-LE.bin
model.customer4-LE.bin