The Eduction ACI Server is a stand-alone server based on the ACI server. The Eduction Server processes UTF-8 encoded text, matching upon entities defined in Eduction grammars. Results return as XML, with tags in the ACI hierarchy. You define the grammars to load and the entities to match on using a configuration file. Every time you send a query, the server creates a new engine with the grammars and entities that you specified.
You can make requests from a browser or ACI client. Browsers can make requests to process small amounts of text using an HTTP GET request, or larger amounts using an HTTP POST request.
You can specify configuration settings as query parameters to override the settings in the configuration file for individual queries. See Select Entities at Runtime for more information.
|