Select Entities at Runtime

In Eduction Server, you can specify many configuration settings as query parameters in the ACI request, which allows you to customize the extraction behavior for an individual action.

For example:

http://localhost:13000/?action=EduceFromFile&MatchCase=True&Grammars=place_albal.ecr

When you set a parameter as part of an action, it overrides the corresponding parameter value in the configuration file.

For information about all the actions and action parameters that are available with Eduction Server, refer to the Eduction Server Reference.

Change the Grammars and Entities

You can use the Grammars and Entities action parameters to specify a subset of your configured grammars or entities.

NOTE: If you set both Entities and Grammars, Eduction ignores the Grammars parameter and uses only the specified entities.

You can use wildcard expressions in the Grammars or Entities parameters. You can use the * wildcard to match any number of characters, or the ? wildcard to match a single character. For example:

action=EduceFromText&Text=I thought it was a bad idea. Es ist nicht gut.&Grammars=sentiment_*.ecr

This example uses all the available sentiment grammars for the extraction.


_FT_HTML5_bannerTitle.htm