Class: Linguistics::Latin::Verb::LatinVerb::LatinVerbClassifier::PresentonlyVerbClassificationStrategy
Class Method Summary
collapse
Instance Method Summary
collapse
#initialize
Class Method Details
.classification ⇒ Object
9
10
11
|
# File 'lib/latinverb/components/classifier/strategies/present_only_verb_classification_strategy.rb', line 9
def self.classification
Classification::PresentOnly
end
|
Instance Method Details
#applicable? ⇒ Boolean
13
14
15
|
# File 'lib/latinverb/components/classifier/strategies/present_only_verb_classification_strategy.rb', line 13
def applicable?
PresentOnlyChecker.new(input).present_only?
end
|