Returns matches from text that you submit in the FileName
HTTP parameter. Set FileName
to the name of a file on the server machine that contains the input text to process.
http://localhost:7075/?action=EduceFromFile&FileName=input.txt
This action might result in output similar to the following XML:
<action>EDUCEFROMFILE</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>
|