Skip to content

Releases: datancoffee/sirocco

Release 1.0.10

14 Feb 05:00
Compare
Choose a tag to compare
  • Added Content Type parameter (the three important indexing parameters are now Indexing Type, Parsing Type, and Content Type)

Release 1.0.8

07 Feb 23:14
Compare
Choose a tag to compare
  • Improvements in Deep Parsing
  • supporting CSV in the IndexerTool
  • supporting Ngram statistics
  • better handling text with lots of whitespaces
  • beginning to support Sentiments related to Entities

Release 1.0.7

04 Feb 21:31
Compare
Choose a tag to compare

Release 1.0.7:

  • Added MetaFields field to the output of Indexer, where clients can pass metadata to the indexer, and this metadata will be passed through unchanged into the output and stored in WebResource
  • In Document, changed hash algorithm to run a hash over collectionItemId, if the text field is empty (useful when a document is empty, but has a unique ID)

Release 1.0.6

05 Nov 21:29
Compare
Choose a tag to compare

Major update: Started exposing Signal shortkeys in output

Dictionaries: Corrected typo in name of Substitution dictionary
LangUtils: Addressed an edge case when text contains too many "neutral" characters
FloatVector, StringVector: Added a data element for Signal shortkeys, added handling to emotion arithmetic
ContentIndexSummary: added a deep "copy" operation
HashUtils: Added hash function to calculate Signal shortkey

Release 1.0.3

19 Sep 03:32
Compare
Choose a tag to compare

Added custom idiom dictionary support
Fixed synchronization issue in EnglishIndexerPool

Release 1.0.1

22 Jul 21:49
Compare
Choose a tag to compare

Release 1.0.1:

  • Bug fix: Added text validation before calling the Base Forms dictionary to prevent extra-long execution
  • Feature: Introduced parameters and the ability to return All sentiment chunks in a text, or Top sentiments (as previously). Set contentIndex.indexingType to IndexingConsts.IndexingType.FULLINDEX or IndexingConsts.IndexingType.TOPSENTIMENTS
  • Added two new fields in ContentIndex - ParentUrl and ParentPubTime - to support threaded conversations.
  • Feature: Added scripts/runIndexer.sh script to enable automated testing

Initial release

07 May 23:38
Compare
Choose a tag to compare

Initial Sirocco release