Changes between Version 8 and Version 9 of SkE/Methods/example

Show
Ignore:
Timestamp:
02/17/10 12:47:15 (7 months ago)
Author:
xkovar3
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SkE/Methods/example

    v8 v9  
    1010== Corpus Architect Note == 
    1111 
    12 With the Corpus Architect system, the "new face" of the SketchEngine, the access through the API has changed in the following way: 
     12With the Corpus Architect system, the "new face" of the Sketch Engine, the access through the API has changed in the following way: 
    1313 
    1414  - authentication works in a different way 
    1515  - corpus ID (the 'corpname' attribute) is now part of the URL 
    1616 
    17 The following small programs will give you an example of how to access the SketchEngine API through the Corpus Architect. They do the same job as the programs in the Example 3 below, the only difference is they access the Corpus Architect system at [http://ca.sketchengine.co.uk]. 
     17The following small programs will give you an example of how to access the Sketch Engine API through the Corpus Architect. They do the same job as the programs in the Example 3 below, the only difference is they access the Corpus Architect system at [http://ca.sketchengine.co.uk]. 
    1818 
    1919[attachment:example3_ca.java Corpus Architect Example 3 - Java source] (besides the module for JSON parsing, you will need the org.apache.commons.httpclient module that is not included in the standard library)