Closed GoogleCodeExporter closed 9 years ago
Original comment by phi...@ogren.info
on 15 Mar 2014 at 6:06
Alexey, thank you for filing the issue and for identifying the fix. This seems
like a very straightforward and sensible suggestion. Apologies for the delay
in getting it fixed.
Original comment by phi...@ogren.info
on 12 Apr 2014 at 4:22
CleartkEncoderException.invalidFeatureVectorValue has two signatures now - one
that now takes a throwable. This will help debugging when
FeatureVectorFeaturesEncoder.encodeAll throws it (it now passes the cause).
This handles the complaint that initiated this issue.
CleartkProcessingException.unsupportedOperationSetParameter now takes a
Throwable param. The only caller of this method was inside a catch block.
I left CleartkProcessingException.noInstanceOutcome alone because no callers of
the method were catching another exception - i.e. the method was not being
called in a catch block
I also stumbled on a bug in a CleartkEncoderException constructor in which the
parameters were in the wrong order
Original comment by phi...@ogren.info
on 12 Apr 2014 at 5:16
Original issue reported on code.google.com by
alexey.v...@gmail.com
on 16 Jan 2014 at 1:37