Skip to content

AREkit-0.20.5

Compare
Choose a tag to compare
@nicolay-r nicolay-r released this 29 Jul 12:08

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.
  • 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 with TextOpinion, and independent from OpinionRef.
  • Single/Multi models now are not exist, as the latter prefixes affects only onto batch types selection. Refactoring.