Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: snipsco/snips-nlu-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.64.3
Choose a base ref
...
head repository: snipsco/snips-nlu-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 144 files changed
  • 4 contributors

Commits on Apr 29, 2019

  1. Copy the full SHA
    7fc461e View commit details

Commits on May 6, 2019

  1. Copy the full SHA
    c3d1fd0 View commit details

Commits on Jun 20, 2019

  1. Release/0.64.4 (#142)

    ClemDoum authored and adrienball committed Jun 20, 2019
    Copy the full SHA
    b782bc9 View commit details
  2. Copy the full SHA
    46ed0cc View commit details
  3. Copy the full SHA
    b5cd19b View commit details

Commits on Jul 11, 2019

  1. feature: lookup intent parser (#121)

    * feature: lookup intent parser
    
    A new hashmap based intent parser.
    
    The normalized/canonical form of an utterance serves as the key and the value is tuple of `(intent_id, [vec_of_slots_ids])`
    
    Once a lookup is done at inference, the intent and slots are retrieved by matching their ids to a vec of intent names and a vec of slot names respectively.
    
    This is the rust implementation of snipsco/snips-nlu#759
    mattgathu authored and adrienball committed Jul 11, 2019
    Copy the full SHA
    774a20b View commit details

Commits on Jul 12, 2019

  1. Release 0.65.0 (#143)

    ClemDoum authored and adrienball committed Jul 12, 2019
    Copy the full SHA
    d8d3586 View commit details

Commits on Jul 15, 2019

  1. Copy the full SHA
    92a40ae View commit details

Commits on Jul 17, 2019

  1. Copy the full SHA
    2bc570d View commit details

Commits on Sep 4, 2019

  1. Copy the full SHA
    cd31190 View commit details
  2. Release/0.65.1 (#149)

    ClemDoum authored Sep 4, 2019
    Copy the full SHA
    5266f81 View commit details
  3. Copy the full SHA
    7a5b2b1 View commit details

Commits on Sep 6, 2019

  1. Release 0.65.2 (#150)

    * Freeze chrono to 0.4.8 to fix issue with rustling-ontology
    
    * Update Changelog
    
    * Bump version to 0.65.2
    
    * Remove serde_derive
    
    * Add `dyn` keyword everywhere
    adrienball authored Sep 6, 2019
    Copy the full SHA
    bf16a8a View commit details

Commits on Sep 10, 2019

  1. Optimize memory footprint of resources (#151)

    * Load hierarchical word clusters more efficiently
    
    * Remove hierarchical aspect of word clusters
    
    * Use hashing trick to replace string by i32 in Gazetteer and Stemmer implementations
    
    * Make word clusterer implementation compatible with non-u16 clusters
    
    * Fix docstring
    
    * Add small improvements
    
    * Update Changelog
    adrienball authored Sep 10, 2019
    Copy the full SHA
    75f1258 View commit details

Commits on Sep 12, 2019

  1. Copy the full SHA
    0c918b4 View commit details
  2. Release 0.65.3 (#153)

    * Bump version to 0.65.3
    
    * Update Changelog
    adrienball authored Sep 12, 2019
    Copy the full SHA
    a45064d View commit details

Commits on Jan 15, 2020

  1. Bump crfsuite version to 0.3.2 (#155)

    * Bump crfsuite version to 0.3.2
    
    * Update CHANGELOG.md
    Deluvi authored and adrienball committed Jan 15, 2020
    Copy the full SHA
    a0a2f8b View commit details
  2. Bump version to 0.65.4 (#156)

    * Bump version to 0.65.4
    
    * Fix MacOS Travis CI
    
    Co-authored-by: Adrien Ball <adrien.ball@snips.ai>
    Deluvi and adrienball committed Jan 15, 2020
    Copy the full SHA
    0c96875 View commit details

Commits on Jan 27, 2020

  1. Release 0.65.5 (#157)

    * Bump snips-nlu-parsers to 0.4.3
    
    * Bump version to 0.65.5
    
    * Update Changelog
    adrienball authored Jan 27, 2020
    Copy the full SHA
    6d0fcab View commit details

Commits on Jan 28, 2020

  1. Release 0.65.6 (#158)

    - Bumped crfsuite to 0.3.3
    Deluvi authored and adrienball committed Jan 28, 2020
    Copy the full SHA
    88a047a View commit details
Loading