Features Evaluate About FAQ Purchase Contact Consulting



A New World of Contextually Relevant Information



Extractor Web Service Code Example

 
The code sample presented below demonstrates a straight forward approach for integrating the Extractor Web Service into a web-based application.
 
 

DBIExtractorDemoWebService

http://www.picofocus.com/DemoEngine/dbiExtractorDemoWebService.asmx

 

http://www.picofocus.com/demoengine/dbiextractordemowebservice.wsdl

 

ProcessXtraction(string ApplicationID, xml xTractionRequest)

 

ApplicationID: ( request time/volume limited application id )

 

Sample xTractionRequest (xml)

 

<ExtractionRequest ActivateHTML="OFF" ActivateEmail="OFF" PhrasesRequested="10" LanguageID="1" CharCodeID="1">
  <STOPWORD>StopWord1</STOPWORD>
  <STOPWORD>StopWord2</STOPWORD>
  <STOPWORD>StopWord3</STOPWORD>
  <STOPWORD>StopWord4</STOPWORD>
  <GOPHRASE>GoPhrase 1</GOPHRASE>
  <GOPHRASE>GoPhrase 2</GOPHRASE>
  <GOPHRASE>GoPhrase 3</GOPHRASE>
  <GOPHRASE>GoPhrase 4</GOPHRASE>
  <EXTRACTEE
>

Place document to be extracted inside the EXTRACTEE tags.  NOTE: Set the ActivateHTML and ActivateEmail elements based on the type of document being extracted.  

</EXTRACTEE>
</ExtractionRequest>

 

Sample Extraction Result (xml)

NOTE: Each KeyPhrase returns a KeyPhrase tag, a KeyHighlight tag (sentence in which the KeyPhrase is found), and a KeyRank tag indicating the relative ranking of the KeyPhrase in the list of KeyPhrases from the document.

<ExtractionResult ExtractionStatus="1" xmlns="">
  <Result>
    <KeyPhrase>KeyPhrase 1</KeyPhrase>
    <KeyHighlight>Highlight for KeyPhrase 1.</KeyHighlight>
    <KeyRank>Relative KeyRank value for KeyPhrase 1</KeyRank>
  </Result>
  <Result>
    <KeyPhrase> KeyPhrase 2</KeyPhrase>
    <KeyHighlight> Highlight for KeyPhrase 1</KeyHighlight>
    <KeyRank> Relative KeyRank value for KeyPhrase 2 </KeyRank>
  </Result>
       
.

        .

        .

        Up to the number of requested Phrases (PhrasesRequested in xTractionRequest above).

  </Result>
</ExtractionResult>

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Features
 
Evaluate
            Online
            RESTful Service
            Sample Application
            Software Development Kit

            Web Service
 
Platform
            operating system
                    Windows
                    Solaris
                    Linux
                    Mac OS
                    HP/UX
                    ...

            development
                    C / C#
                    Java
                    Perl
                    Python
                    Visual Basic
 
API Functions
 
Extractor is Great for...
         
workforce optimization
          web log tagging
          refined search
          knowledge management (KM)
          information retrieval (IR)
          semantic web development
          indexing
          categorization
          cataloguing
          inference engines
          document management
          Portal Services


Examples:
         
Advance Terror Detection
          Research

          Internet Communications
          HomeLand Security
          Contextual Web Search
          Document Management
          Indexing
          Knowledge Management
          Intellectual Property Filter
          Intelligent Search
          Text Summarization
          Wireless - Content Summary
 
Supporting Documentation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
info at extractor.com  |  +1 204-985-5774
 
all rights reserved  |  copyright  © 1999 - 2019  |  Terms of Use