EduceFromText

Returns matches from text that you submit in the Text HTTP parameter.

Example

http://localhost:13000/?action=EduceFromText&Text=Simon was getting ready to leave.

This action might result in output similar to the following XML:

<autnresponse>
   <action>EDUCEFROMTEXT</action>
   <response>SUCCESS</response>
   <responsedata>
      <autn:hit>
         <entity_name>contact/people</entity_name>
         <offset>0</offset>
         <offset_length>0</offset_length>
         <score>1.00000</score>
         <normalized_text_size>5</normalized_text_size>
         <normalized_text_length>5</normalized_text_length>
         <original_text_size>5</original_text_size>
         <original_text_length>5</original_text_length>
         <original_text>Simon</original_text>
         <normalized_text>Simon</normalized_text>
      </autn:hit>
      <autn:numhits>1</autn:numhits>
   </responsedata>
</autnresponse>

_HP_HTML5_bannerTitle.htm