AREkit-0.20.5
Release
Fixed:
- Using custom check of duplicated opinions during
OpinionCollection
initialization.
Changes: - Speed-up and engine optimizations:
- Optionally loading neutral annotator.
- Multi-Instance networks: now we consider that the next appered context always continues the prior.
(check out multi-instance bags creation for details) - Now shuffling in models performed for bags, not for bag groups.
- Networks: added
allow_growth=True
flag for tensorflow based neural networks.
Memory fraction parameter has been removed.
Collection of parsed news become dispatched from text opinions collection.
- News parsing now is assumed to be performed using
TextParser.parse(news, options)
call. Related refactoring.- Stemmer application from
RuAttitiudes
parser has been removed.
- Stemmer application from
- Removed dependency from
RelatedParsedNewCollection
in TextOpinionCollection. - Labeling now separated from LinkedTextOpinion collection.
ParsedText
class has been refactored, removed unused methods. Keep tokens has been discarded.- BERT tsv-format-encoders are now in a Factory (at contrib directory).
- Fixed:
RuSentRelTextOpinion
replaced withTextOpinion
, and independent fromOpinionRef
. Single
/Multi
models now are not exist, as the latter prefixes affects only onto batch types selection. Refactoring.