EmergentSemanticDialogueFramework 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d4a33fe2478a54c2c70bc4a661305e41248708e85c61beec6dc50d5511a64812
4
- data.tar.gz: 8fb915d077b7ac760fabf983ab68da2df20129ca8c9f74acb43891b864cf545c
3
+ metadata.gz: 952e39ed41f9cc8006266ba15f107a211e7cfaf484378db29115bd1f383094ba
4
+ data.tar.gz: a0c5d338cf22523e208c16edb20bd8da57d4c8a160a2bf23c1b88cc5f4610505
5
5
  SHA512:
6
- metadata.gz: 1e81af516fbda281801eb069e19c87cdc33838d56cb3258abb1ff0d29355dc7d44bf3ba355f5e312df0fde77b71e60ccb87f2e6abd774f147c3d485918a0e26e
7
- data.tar.gz: 042b1f7dd162c546338e20eae63a2267af0c14dd31bd65beaf2df997d08b673cf8a288dc88e51db9f4d103ef15b59f210c57f5bfdde88912e76389a2b9fa6b56
6
+ metadata.gz: 2189c6f153c045a64080780f7e60859590c687a715061ad44429d4554d30a73cf6cc137d1ef96ed12416dfa5cca0dceb582b664ef54c079c6161495252e8b97a
7
+ data.tar.gz: dea88b4e638e8fede0068857d6460b6d401c2721dc2d24a750815b3138d2ebead1716aef5f57b629a78f0e5f632e974516d0b5784449bbfddc7b192a6200b80c
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EmergentSemanticDialogueFramework
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
@@ -236,6 +236,11 @@ module EmergentSemanticDialogueFramework
236
236
  end
237
237
 
238
238
  def self.verb
239
+ avo = "avoir"
240
+ cou = "coupe"
241
+ ser = "serrure"
242
+ dev = "déverrouillage"
243
+
239
244
  verbs = [
240
245
  [[avo, avo], [avo, cou], [avo, ser], [avo, dev]],
241
246
  [[cou, avo], [cou, cou], [cou, ser], [cou, dev]],
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: EmergentSemanticDialogueFramework
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - LWFlouisa