Sha256: 0157889457c0447a52b28cdc2c83b73e2a257000613adc93ca4541f41e1a0b56

Contents?: true

Size: 682 Bytes

Versions: 4

Compression:

Stored size: 682 Bytes

Contents

require_relative 'conjunction'

module Zenlish
  module WClasses
    # A subordinating conjunction is a word or phrase that connects a dependent
    # clause to a main clause. The subordinating conjunction indicates how the
    # dependent clause adds informative value to the main clause. For instance,
    # by signaling a cause-and-effect relation, a shift in time or place between 
    # the two clauses. 
    # Common subordinating conjunctions: after, although, as, because, before, 
    # how, if, once, since, than, that, though, till, until, when, where, 
    # whether, while
    class SubordinatingConjunction < WordClass     
    end # class
  end # module
end # module

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
zenlish-0.2.05 lib/zenlish/wclasses/subordinating_conjunction.rb
zenlish-0.2.04 lib/zenlish/wclasses/subordinating_conjunction.rb
zenlish-0.2.03 lib/zenlish/wclasses/subordinating_conjunction.rb
zenlish-0.2.02 lib/zenlish/wclasses/subordinating_conjunction.rb