Changes between Version 8 and Version 9 of SkE/Methods/example
- Timestamp:
- 02/17/10 12:47:15 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SkE/Methods/example
v8 v9 10 10 == Corpus Architect Note == 11 11 12 With the Corpus Architect system, the "new face" of the Sketch Engine, the access through the API has changed in the following way:12 With the Corpus Architect system, the "new face" of the Sketch Engine, the access through the API has changed in the following way: 13 13 14 14 - authentication works in a different way 15 15 - corpus ID (the 'corpname' attribute) is now part of the URL 16 16 17 The 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].17 The 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]. 18 18 19 19 [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)
