onvkv_seteyoposecetv 0.1.3 → 0.1.5

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: a61180e12638ebb76484ad9ecca13737fd3174ec5abfe142607da265efe57591
4
- data.tar.gz: c7744ef9db149efb34aad660ba369a7fe63e70dd3fcb777fd6f5cad56e70ccb2
3
+ metadata.gz: 5a5946d769248c0ce9132a6dc89ffa4b3dc9e051d070a66e39fa7c454c34f3d3
4
+ data.tar.gz: ab6d64b96c72ac6a362e46f51942dbe574ef3e60e433d085421cf278ffba7c1b
5
5
  SHA512:
6
- metadata.gz: 10dd12a5e0493c81f0b3011952f823c93276eeb12ce97071c226d4041240320becb79ec9eab3d043dd4870f0a7a7439c0aeddfd278e5db6e30a1fa29c706f68c
7
- data.tar.gz: 36ff32778e3cf41d3f6be6fbe20c48ab8bb870a3635609a6b7b01cc9ae9b261a4068026c3b808b05738243db0ee939f806e1cc4bbc0a0a62f74f38fdafcb2f48
6
+ metadata.gz: 16dc8d24877c9ddcb24f43c0b425a74c8a8154aa23c6819040eeadf4ced278d2c92f93c5042ffb1cd922f4002cb811eac04460ceaa90327725d397a5a9058813
7
+ data.tar.gz: a9c95a24ba5301492cb59be2f10f1924b134bbb32c5200f56a8f5c61aa3437eac89b086cb3e1365af82dbf2e40c99038a6906c9539bdf645b04ed8f3773aec3a
@@ -78,22 +78,22 @@ module Conjugators
78
78
  return "N/A" if @verb == "ometv" || @verb == "owetv"
79
79
  result = send(tense)
80
80
  if result[0].is_a?(String)
81
- [result.map {|r| r + " towemvts" }]
81
+ [result.map {|r| r + "t owemvts" }]
82
82
  else
83
83
  if @irregular
84
84
  case result.size
85
85
  when 1
86
- rr_2plus = result[0].map {|r| "#{r} towemvts (of 2+)" }
86
+ rr_2plus = result[0].map {|r| "#{r}t owemvts (of 2+)" }
87
87
  [rr_2plus]
88
88
  when 2
89
- rr2 = result[0].map {|r| "#{r} towemvts (of 2)" }
90
- rr3_plus = result[1].map {|r| "#{r} towemvts (of 3+)"}
89
+ rr2 = result[0].map {|r| "#{r}t owemvts (of 2)" }
90
+ rr3_plus = result[1].map {|r| "#{r}t owemvts (of 3+)"}
91
91
  [rr2, rr3_plus]
92
92
  end
93
93
  else
94
94
  result.map do |verb_form|
95
95
  verb_form.map do |dialectic_option|
96
- "#{dialectic_option} towemvts"
96
+ "#{dialectic_option}t owemvts"
97
97
  end
98
98
  end
99
99
  end
@@ -111,10 +111,10 @@ module Conjugators
111
111
  @verb
112
112
  end
113
113
  results = if verbs_to_conjugate.is_a?(String)
114
- [result.map {|r| verbs_to_conjugate.gsub(/etv\z/, 'e ') + r }]
114
+ [result.map {|r| verbs_to_conjugate.gsub(/etv\z/, 'et ') + r }]
115
115
  else
116
116
  verbs_to_conjugate.map do |verb_to_conjugate|
117
- result.map {|r| verb_to_conjugate.gsub(/etv\z/, 'e ') + r }
117
+ result.map {|r| verb_to_conjugate.gsub(/etv\z/, 'et ') + r }
118
118
  end
119
119
  end
120
120
  if verbs_to_conjugate == @verb
@@ -78,22 +78,22 @@ module Conjugators
78
78
  return "N/A" if @verb == "ometv" || @verb == "owetv"
79
79
  result = send(tense)
80
80
  if result[0].is_a?(String)
81
- [result.map {|r| r + " towvnks" }]
81
+ [result.map {|r| r + "t owvnks" }]
82
82
  else
83
83
  if @irregular
84
84
  case result.size
85
85
  when 1
86
- rr_2plus = result[0].map {|r| "#{r} towvnks (of 2+)" }
86
+ rr_2plus = result[0].map {|r| "#{r}t owvnks (of 2+)" }
87
87
  [rr_2plus]
88
88
  when 2
89
- rr2 = result[0].map {|r| "#{r} towvnks (of 2)" }
90
- rr3_plus = result[1].map {|r| "#{r} towvnks (of 3+)"}
89
+ rr2 = result[0].map {|r| "#{r}t owvnks (of 2)" }
90
+ rr3_plus = result[1].map {|r| "#{r}t owvnks (of 3+)"}
91
91
  [rr2, rr3_plus]
92
92
  end
93
93
  else
94
94
  result.map do |verb_form|
95
95
  verb_form.map do |dialectic_option|
96
- "#{dialectic_option} towvnks"
96
+ "#{dialectic_option}t owvnks"
97
97
  end
98
98
  end
99
99
  end
@@ -111,10 +111,10 @@ module Conjugators
111
111
  @verb
112
112
  end
113
113
  results = if verbs_to_conjugate.is_a?(String)
114
- [result.map {|r| verbs_to_conjugate.gsub(/etv\z/, 'e ') + r }]
114
+ [result.map {|r| verbs_to_conjugate.gsub(/etv\z/, 'et ') + r }]
115
115
  else
116
116
  verbs_to_conjugate.map do |verb_to_conjugate|
117
- result.map {|r| verb_to_conjugate.gsub(/etv\z/, 'e ') + r }
117
+ result.map {|r| verb_to_conjugate.gsub(/etv\z/, 'et ') + r }
118
118
  end
119
119
  end
120
120
  if verbs_to_conjugate == @verb
@@ -2,7 +2,7 @@ module Conjugators
2
2
  module ActionVerbs
3
3
  class PresentTense
4
4
  NA ="N/A".freeze
5
- OMETV_REGEX = /o[mw]etv/.freeze
5
+ OMETV_REGEX = /^o[mw]etv/.freeze
6
6
  ETV_REGEX = /etv$/.freeze
7
7
  S = ?s.freeze
8
8
  ETV = "etv".freeze
@@ -22,8 +22,8 @@ module Conjugators
22
22
  I_ENDING_REGEX = /i$/.freeze
23
23
  Ē = 'ē'.freeze
24
24
  IYĒ = 'iyē'.freeze
25
- E_SPACE = 'e '.freeze
26
- SPACE_TOS = ' tos'.freeze
25
+ E_SPACE = 'et '.freeze
26
+ SPACE_TOS = 't os'.freeze
27
27
 
28
28
  extend Conjugators::ActionVerbs::Shared
29
29
  # Note, MVSKOKE language here
@@ -44,9 +44,20 @@ module Conjugators
44
44
  :conjugate_2ps => { basic_present: [NA], basic_durative: [NA], tos_auxiliary: [NA], ometv_conjugated_auxiliary: [NA] },
45
45
  :conjugate_1pp => { basic_present: [NA], basic_durative: [NA], tos_auxiliary: [NA], ometv_conjugated_auxiliary: [NA] },
46
46
  :conjugate_2pp => { basic_present: [NA], basic_durative: [NA], tos_auxiliary: [NA], ometv_conjugated_auxiliary: [NA] },
47
- #:conjugate_3ps => { basic_present: [NA], basic_durative: [NA], ometv_conjugated_auxiliary: [NA] },
48
47
  :conjugate_3pp => { basic_present: [NA], basic_durative: [NA], ometv_conjugated_auxiliary: [NA] },
49
- }
48
+ },
49
+ "mometv" => {
50
+ :conjugate_1ps => { basic_present: [NA], basic_durative: [NA], tos_auxiliary: [NA], ometv_conjugated_auxiliary: [NA] },
51
+ :conjugate_2ps => { basic_present: [NA], basic_durative: [NA], tos_auxiliary: [NA], ometv_conjugated_auxiliary: [NA] },
52
+ :conjugate_1pp => { basic_present: [NA], basic_durative: [NA], tos_auxiliary: [NA], ometv_conjugated_auxiliary: [NA] },
53
+ :conjugate_2pp => { basic_present: [NA], basic_durative: [NA], tos_auxiliary: [NA], ometv_conjugated_auxiliary: [NA] },
54
+ },
55
+ "mowetv" => {
56
+ :conjugate_1ps => { basic_present: [NA], basic_durative: [NA], tos_auxiliary: [NA], ometv_conjugated_auxiliary: [NA] },
57
+ :conjugate_2ps => { basic_present: [NA], basic_durative: [NA], tos_auxiliary: [NA], ometv_conjugated_auxiliary: [NA] },
58
+ :conjugate_1pp => { basic_present: [NA], basic_durative: [NA], tos_auxiliary: [NA], ometv_conjugated_auxiliary: [NA] },
59
+ :conjugate_2pp => { basic_present: [NA], basic_durative: [NA], tos_auxiliary: [NA], ometv_conjugated_auxiliary: [NA] },
60
+ },
50
61
  }
51
62
  end
52
63
 
@@ -134,17 +145,17 @@ module Conjugators
134
145
  if @irregular
135
146
  case result.size
136
147
  when 1
137
- rr_2plus = result[0].map {|r| "#{r} tos (of 2+)" }
148
+ rr_2plus = result[0].map {|r| "#{r}t os (of 2+)" }
138
149
  [rr_2plus]
139
150
  when 2
140
- rr2 = result[0].map {|r| "#{r} tos (of 2)" }
141
- rr3_plus = result[1].map {|r| "#{r} tos (of 3+)"}
151
+ rr2 = result[0].map {|r| "#{r}t os (of 2)" }
152
+ rr3_plus = result[1].map {|r| "#{r}t os (of 3+)"}
142
153
  [rr2, rr3_plus]
143
154
  end
144
155
  else
145
156
  result.map do |verb_form|
146
157
  verb_form.map do |dialectic_option|
147
- "#{dialectic_option} tos"
158
+ "#{dialectic_option}t os"
148
159
  end
149
160
  end
150
161
  end
@@ -229,7 +240,7 @@ module Conjugators
229
240
  drop_the_etv!
230
241
  lgrade_final_vowel!
231
242
 
232
- if @type == :tos_auxiliary
243
+ if @type == :tos_auxiliary || @type == :basic_durative
233
244
  @verb_to_conjugate + 'eyē'
234
245
  else
235
246
  add_person_marker!(person_marker)
@@ -242,7 +253,7 @@ module Conjugators
242
253
  @verb_to_conjugate = @verb.dup
243
254
  drop_the_etv!
244
255
  lgrade_final_vowel!
245
- if @type == :tos_auxiliary
256
+ if @type == :tos_auxiliary || @type == :basic_durative
246
257
  @verb_to_conjugate + 'eyē'
247
258
  else
248
259
  add_person_marker!(person_marker)
@@ -60,7 +60,7 @@ module Conjugators
60
60
  "hesaketv" => { 1 => "hesaketv", 2 => "hesahoketv" },
61
61
  "hvkvnceropotketv" => { 1 => "hvkvnceropotketv", 2 => "hvkvnceropothoketv" },
62
62
  "kvcketv" => { 1 => "kvcketv", 2 => "kvcēketv" },
63
- "ocetv" => { 1 => "ocetv", 2 => "svsetv" },
63
+ #"ocetv" => { 1 => "ocetv", 2 => "svsetv" },
64
64
  "taktekaksetv" => { 1 => "taktekaksetv", 2 => "taktekvstvketv" },
65
65
  "tiyetv" => { 1 => "tiyetv", 2 => "tihoyetv" },
66
66
  "tonetv" => { 1 => "tonetv", 2 => "tontuecetv" },
@@ -7,12 +7,12 @@ module Conjugators
7
7
 
8
8
  def self.person_conjugations
9
9
  {
10
- '1ps' => %w{towimvts},
11
- '2ps' => %w{towetskemvts toweckemvts toweccemvts towetcemvts },
12
- '3ps' => %w{towemvts},
13
- '1pp' => %w{towēyemvts},
14
- '2pp' => %w{towatskemvts towackemvts},
15
- '3pp' => %w{towakemvts}
10
+ '1ps' => %w{owimvts},
11
+ '2ps' => %w{owetskemvts oweckemvts oweccemvts owetcemvts },
12
+ '3ps' => %w{owemvts},
13
+ '1pp' => %w{owēyemvts},
14
+ '2pp' => %w{owatskemvts owackemvts},
15
+ '3pp' => %w{owakemvts}
16
16
  }
17
17
  end
18
18
 
@@ -7,12 +7,12 @@ module Conjugators
7
7
 
8
8
  def self.person_conjugations
9
9
  {
10
- '1ps' => %w{towivnks},
11
- '2ps' => %w{towetskvnks toweckvnks toweccvnks towetcvnks },
12
- '3ps' => %w{towvnks},
13
- '1pp' => %w{towēyvnks},
14
- '2pp' => %w{towatskvnks towackvnks},
15
- '3pp' => %w{towakvnks}
10
+ '1ps' => %w{owivnks},
11
+ '2ps' => %w{owetskvnks oweckvnks oweccvnks owetcvnks },
12
+ '3ps' => %w{owvnks},
13
+ '1pp' => %w{owēyvnks},
14
+ '2pp' => %w{owatskvnks owackvnks},
15
+ '3pp' => %w{owakvnks}
16
16
  }
17
17
  end
18
18
 
@@ -7,12 +7,12 @@ module Conjugators
7
7
 
8
8
  def self.person_conjugations
9
9
  @person_conjugations ||= {
10
- '1ps' => %w{towis},
11
- '2ps' => %w{towetskes toweckes towecces tontces tonckes tontses },
12
- '3ps' => %w{tos},
13
- '1pp' => %w{towēs},
14
- '2pp' => %w{towatskes towackes towatses }, # towat
15
- '3pp' => %w{towakes}
10
+ '1ps' => %w{owis},
11
+ '2ps' => %w{owetskes oweckes owecces ontces onckes ontses },
12
+ '3ps' => %w{os},
13
+ '1pp' => %w{owēs},
14
+ '2pp' => %w{owatskes owackes owatses }, # towat
15
+ '3pp' => %w{owakes}
16
16
  }
17
17
  end
18
18
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OnvkvSeteyoposecetv
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onvkv_seteyoposecetv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tad Hosford