java-sdk

Java SDK to use the IBM Watson services.

APACHE-2.0 License

Stars
590
Committers
89

Bot releases are hidden (Show)

java-sdk - java-sdk-2.3.0

Published by germanattanasio almost 9 years ago

CHANGES

  • [TTS] Error when calling synthesize using Accept #124 ccbd62a
  • [STT] Fix validation issue when calling recognize e042716
  • [VR] Calling recognize with an InputStream #126 74e7ad0
  • [DCS] Removes some duplicated code ac4fef6
  • [DCS] Cleans up unit test df6bf3
  • [DCS] Adds support for using custom configs 18807a
  • [DCS] Cleans up imports 0b8ef46
  • [RR] Use Strings to parse Solr cluster size in Retrieve and Rank cc4df3
  • [DCS] Adds required version query param 36567f
  • [DCS] Makes default version date a static value c8568b6
  • [documentation] fix javadoc for alchemy language 8d6f445
  • [STT] Improve error message when calling recognize #133 73806f0
  • [STT] fix misspelled error 4e8d87c
  • Use preemptive Basic auth when making request with SolrJ 6bd3b8
  • Only run integration tests if is not a pull request db76f0a
  • [ALCHEMY] Added missed confident string to the Author POJO 8e3c3a9
  • [CI] Add constant to corpus c6e58aa
  • [CI] Added ttl and expires_on fields to the document object 46cc6d0
  • [CI] Added a constructor and build methods to the Part object 9e49685
  • [DS] Update the dialog url to be GA 492755f
  • [LT] Added test resources and a forced_glossary 0d4ce42
  • [NLC] Added test resources and json api responses 76ddf72
  • [PI] Added test resources and json api responses d0d49d7
  • [LT] fixed create and delete models fa62ec0
  • [PI] Added timestamp type adapter for contentItems fixed #132 199af58
  • [DC] code review 403777f
  • [DC] Update example to use version date bedbefe
  • [STT] Removed WebSocket example until we add WebSocket support to the SDK b4618c8
  • Removed final from examples ca7da4f
  • Moved resources to service specific folders 8c8ff52
  • Updated examples in README.md ef11c2
  • [RR] Ignore Ranker integration tests #140 52c665b

V2.3.0 CONTRIBUTORS

  • @gjs29: Added support for generic headers and fixed some Retrieve and Rank bugs 🔧
  • @mfulgo: Added version date and support for configurations in Document Conversion :bowtie:
java-sdk - java-sdk-2.1.0

Published by germanattanasio almost 9 years ago

v2.1.0

The v2.1.0 release added missing AlchemyLanguage methods, a Retrieve and Rank + Solrj example, and fixes a bug in Document Conversion(#119).

CHANGES

  • Added Retrieve and rank solr example 03846d8
  • Added instructions on how to run the retrieve and rank example ac54847
  • AlchemyLanguage- geTaxonomy should be getTaxonomy #120 96afc0c
  • Fix for DocumentConversion media type not supported #119 e3c0a67
  • Remove useless variables f0c6944
  • Remove double header from DocumentConversionIntegrationTest 4519967
  • Remove excessive logging 5033f62
  • Added getConcepts and getPublicationDate for AlchemyLanguage bf776c0
  • Add methods to convert documents without MediaType 157b265
  • Retrieve and Rank: Switch cluster size to be Integer and added an … 064ff25
  • Update version of java-sdk to 2.0.0 in Solrj example fe00939
  • Allow creating free clusters for R&R … 72f11b5
  • Store cluster size as an Integer, use null for free clusters 4be6162
  • Add method for setting default HTTP headers for all requests #22 15960c9
  • Add missing import c924848
  • Fix some Eclipse warnings 5c8b0d0
  • In ColumnTypeAdapter, set key instead of objective when key is not null. … b43b5d1
  • Code formatting according to google style guide bef94d9
  • Make language required when creating a classifier 5294920
  • Make configureHttpClient protected to allow users to override configuration… dc83091

V2.1.0 CONTRIBUTORS

  1. @gjs29: Fixed an old issue (#22) and improve the Retrieve and Rank support
java-sdk -

Published by germanattanasio almost 9 years ago

v2.0.0

The v2.0.0 release introduces a new HTTP library which support HTTP+SPDY. We also took the chance to update the artifactid in maven (from java-wrapper to java-sdk).

CHANGES

  • Added a cookie handler
  • Added Retrieve and Rank
    • Switch to use objects to represents parameters instead of Map<String,Object> as discussed here.
    • Use OkHttp and switch away from HttpClient enhancement task #72
    • Tradeoff Analytics Example Out-Of-Sync duplicate #83
    • Unable to Execute Tradeoff Analytics bug tradeoff-analytics #82
    • Update API calls from Document Conversion enhancement #80
    • Date Format Exception for Android bug #76
    • Classification object should have getTopClassConfidence() natural-language-classifier #70
    • Add getter/setter to POJOs in AlchemyNews Alchemy #69
    • Doubt - how to retrieve documents from Alchemy News? Alchemy #68
    • Concept Insights: fix corpus id in createCorpus concept-insights #66
    • New Alchemy API does not support standard characters Alchemy #64
    • create a classifier from a csv file. natural-language-classifier #63
    • Uploading dialog file using java wrapper returns BadRequestException invalid #38
    • Remove Language Identification and Machine Translation enhancement task

V2.0.0 CONTRIBUTORS

  1. @gjs29: Added Retrieve and Rank. 👔👔
  2. @adityagai and @samir-patel: worked on Document Conversion. 🙈🙈
java-sdk - 9th Release

Published by germanattanasio about 9 years ago

Last release before v2.0.0

This is the last release for 1.1.X We are working on v2.0.0

CHANGES

  • Tradeoff Analytics Example Out-Of-Sync duplicate #83
  • Unable to Execute Tradeoff Analytics bug tradeoff-analytics #82
  • Update API calls from Document Conversion enhancement #80
  • Date Format Exception for Android bug #76
  • Classification object should have getTopClassConfidence() natural-language-classifier #70
  • Add getter/setter to POJOs in AlchemyNews Alchemy #69
  • Doubt - how to retrieve documents from Alchemy News? Alchemy #68
  • Concept Insights: fix corpus id in createCorpus concept-insights #66
  • New Alchemy API does not support standard characters Alchemy #64
  • create a classifier from a csv file. natural-language-classifier #63
  • Uploading dialog file using java wrapper returns BadRequestException invalid #38
  • Remove Language Identification and Machine Translation enhancement task

🎈🎈🎈🎈

java-sdk - 8th Release

Published by germanattanasio about 9 years ago

CHANGES

📢📢📢

CONTRIBUTORS

:godmode: @adityagai, ☺️ @samir-patel and 👷@alseddnm

java-sdk - 7th Release

Published by alseddnm about 9 years ago

Added test cases used MockServer.

java-sdk - Sixth Release

Published by germanattanasio about 9 years ago

  • Added support to define ranges in Tradeoff Analytics.
  • Added a test case for TA Problems. See cbf859ef2ad4c5b9656b2aec70372e105d3a761b
  • Added coverage information
  • More javadoc
java-sdk - Fifth Release

Published by germanattanasio about 9 years ago

1.0.2

German Attanasio Ruiz
08/14/2015

java-sdk - Fourth Release

Published by germanattanasio about 9 years ago

1.0.1

German Attanasio Ruiz
07/24/2015

  • Added support for Tone Analyzer
  • Added support for Dialog experimental.
  • Added support for Multithreaded environments
  • More javadoc

Bugs we fixed in this release:

  • #12 Concept expansion Error
  • #8 Invalid use of BasicClientConnManager
  • #9 UTF-8 Compatibility

CAUTION

This is a major release, the following services have breaking changes.

  • Speech to Text
  • Language Translation
  • Dialog
java-sdk - Third Release

Published by germanattanasio over 9 years ago

0.1.9

German Attanasio Ruiz
07/01/2015

  • Added support for Language Translation
  • Added support for Dialog
  • Change the way the wrapper return list of objects
  • More javadoc
java-sdk - Second release

Published by germanattanasio over 9 years ago

0.1.7

German Attanasio Ruiz
05/20/2015

java-sdk - First release

Published by germanattanasio over 9 years ago

0.1.4

German Attanasio Ruiz
04/30/2015

  • Initial release, including support for:
    • Concept Expansion
    • Language Identification
    • Machine Translation
    • Message Resonance
    • Personality Insights
    • Question and Answer
    • Relationship Extraction
    • Speech to Text
    • Text to Speech
    • Tradeoff Analytics
    • Visual Recognition
Package Rankings
Top 7.78% on Repo1.maven.org
Badges
Extracted from project README
Build and Test Deploy and Publish Maven Central CLA assistant Build Status
Related Projects