Class: Langue::Japanese::Pronoun

Inherits:
Noun
  • Object
show all
Extended by:
Classifier
Defined in:
lib/langue/japanese/words/pronoun.rb

Constant Summary

Constants inherited from Noun

Noun::INHIBITED_FIRST_CHARS, Noun::INHIBITED_LAST_CHARS

Class Method Summary collapse

Methods included from Classifier

body_adjective?, body_verb?, first_adjective?, first_noun?, first_verb?, following_adjective?, following_noun?, following_symbol?, following_verb?, progressive_verb?, suru_verb?

Methods inherited from Noun

take_adverbable_noun, take_noun, take_noun_with_prefix

Class Method Details

.take(morphemes, index) ⇒ Object



10
11
12
# File 'lib/langue/japanese/words/pronoun.rb', line 10

def take(morphemes, index)
  pronoun?(morphemes, index) ? 1 : 0
end