Label | Explanation | Data Type |
Input Layer or Table | The input can be either of the following:
| Feature Layer; Table View; Table; Folder |
Data Fields | The name of the fields from the input feature class or table that will be used for downstream natural language processing (NLP) tasks. | Field |
Input Model Definition File | The trained model that will be used for NLP tasks. The model definition file can be an Esri model definition JSON file (.emd) or a deep learning model package (.dlpk) that is stored locally or hosted on ArcGIS Living Atlas (.dlpk_remote). The .dlpk file can also be a third-party language model. Caution:A third-party language model .dlpk file can potentially contain harmful code. Use these models only if you trust their source. | File |
Output Layer or Table | The feature class or table where the output from the NLP tasks will be stored. | Feature Class; Table; Feature Layer |
Model Arguments (Optional) | Additional arguments that will be used by the model while performing inference. These can include arguments supported by third-party models, as well as additional parameters supported by the Train Text Classification, Train Text Transformation Model, or Train Entity Recognition Model tool. Note:When using a third-party language model, the model arguments will be updated according to the parameters specified in the .dlpk file. To learn more about defining model arguments, see the getParameterInfo section in Use third-party language models with ArcGIS. | Value Table |
Location Zone
(Optional) | The geographic region or zone where the addresses are expected to be located. The specified text will be appended to the address extracted by the model. The locator uses the location zone information to identify the region or geographic area where the address is located to produce better results. Note:This parameter is only supported for models trained using the Train Entity Recognition Model tool with a defined address entity. | String |
Input Locator
(Optional) | The locator that will be used to geocode addresses in the input text documents. A point is generated for each address that is geocoded successfully and stored in the output feature class. Note:This parameter is only supported for models trained using the Train Entity Recognition Model tool with a defined address entity. | Address Locator |
Derived Output
Label | Explanation | Data Type |
Updated Table | The output feature layer containing the result derived from the input data. | Feature Layer; Table |