| Change Set |
Date |
Downloads |
Comment |
32690
by
emargee
|
Mar 30 at
8:01 PM
|
44 |
[New Features] Fixed bug in GetEntities<T> [Unit Tests] Added more tests to support GetEntities |
32684
by
emargee
|
Mar 30 at
3:56 PM
|
6 |
[WARNING] Small bug fixes although this version still broken atm |
32676
by
emargee
|
Mar 30 at
11:33 AM
|
7 |
[New Features] GetEntities<T> - Tidied up, refactored and commented [RDFS Process] Fixed bug with output (had 'using' instead of 'namespace') [RDFS Process] Unit tests added for GetEntities<T>() |
32661
by
emargee
|
Mar 30 at
2:18 AM
|
6 |
[RDFS Process] Automated enum creation from RDFS. [RDFS Process] General tidying of code. [CalaisDotNet] Experiments with AutoGen'd classes and enums. [CalaisDotNet] Added GetEntities<T> Class .. code is horrible to look at but works and I dont want to risk loosing it. :) |
32618
by
emargee
|
Mar 28 at
1:02 PM
|
6 |
[WARNING] Update includes removal of entities and relations as well as additions. [API UPDATE] Updated all enums so they support all new entities and relations for v4 of the web service. [API UPDATE] Updated constructor to support 'DiscardMetadata' option [API UPDATE] Updated constructor unit tests [Grovelling apology] Sorry for the delay ! |
32216
by
emargee
|
Mar 14 at
9:51 AM
|
7 |
[RDFSProcess] Added concrete class generation [RDFSProcess] Added base class generation [RDFSProcess] Fixed some bugs in the interface generation [RDFSProcess] Set file generation to correct folders [RDFSProcess] General housekeeping
|
32184
by
emargee
|
Mar 13 at
10:37 AM
|
2 |
[RDFSProcess] Tidied some more interface names |
32147
by
emargee
|
Mar 12 at
9:15 AM
|
3 |
[Housekeeping] Removing old branch as this has been merged into the trunk now and is no longer valid. |
32146
by
emargee
|
Mar 12 at
9:11 AM
|
2 |
Making a branch to hold the work needed to support v4 of the Calais web service. |
32145
by
emargee
|
Mar 12 at
8:58 AM
|
1 |
[RDFSProcess] Split out classes for clarity |
32144
by
emargee
|
Mar 12 at
8:46 AM
|
4 |
Added RDFSProcess experiment .. trying to see if I can parse the new RDFS file into concrete classes. |
32143
by
emargee
|
Mar 12 at
8:42 AM
|
3 |
Branching to include RDFS processor work |
30397
by
emargee
|
Jan 19 at
8:46 AM
|
31 |
Added some exception handling for errors returned from the web service using the new CalaisWebServiceException class. This is added to all document types. [Thanks to osks for the example exception.] Updated / Added unit tests. (Still need lots more) |
29614
by
emargee
|
Jan 1 at
8:47 PM
|
29 |
Merging branch with main trunk |
29612
by
emargee
|
Jan 1 at
8:29 PM
|
21 |
[API Update] Added new CalaisJsonDocument to support the JSON output type |
23829
by
emargee
|
Oct 30 2008 at
11:15 PM
|
17 |
[API Update] Added static Parse method to CalaisDotNet class to take in a pre-processed XML string(so we dont have to call the web-service every time and can use the zipped example supplied by OpenCalais website) |
23827
by
emargee
|
Oct 30 2008 at
10:17 PM
|
4 |
[API Update] Updated CalaisSimpleDocument to roll in new changes, added events and topics which have been added to the output of the CalaisSimpleOutput type. The docs don't explain if you can have more than one topic or event in a set of results (will have to email them to ask!)
Updated StringEnum to fold in Parse function.
Added CalaisSimpleEventType Added CalaisSimpleTopic |
23822
by
emargee
|
Oct 30 2008 at
6:33 PM
|
4 |
[API Update] Added CalculateRelevanceScore and EnableMetadataType properties and constructor options to CalaisDotNet class. Added updated XML documentation for CalaisDotNet class. |
23821
by
emargee
|
Oct 30 2008 at
6:31 PM
|
4 |
[API Update] Corrected order of CalaisRdfEntityType enum. |
23820
by
emargee
|
Oct 30 2008 at
6:30 PM
|
4 |
[API Update] Added RawText to CalaisInputFormat enum |
23819
by
emargee
|
Oct 30 2008 at
6:28 PM
|
5 |
[API Update] Added CalaisRequestId to CalaisSimpleDocumentDescription |
23808
by
emargee
|
Oct 30 2008 at
11:42 AM
|
7 |
Updated enums to support latest version of the OpenCalais API - big thanks to mfilliau for the updated files. |
18867
by
emargee
|
Jun 28 2008 at
8:30 AM
|
33 |
Added comments to many methods Added error-checking contracts on some methods. |
18817
by
emargee
|
Jun 25 2008 at
12:53 PM
|
2 |
Updated public to internal |
18799
by
emargee
|
Jun 23 2008 at
10:38 AM
|
0 |
(Stopped using SVNBridge as it didnt like that changes I had made, hence the chaos below!) Added folders to Project Unified namespaces Added extra error handling Fixed some exception types Changed to some object initialisers Moved string to const values Changed some requires -> ensures |