Module: Eco::Data::FuzzyMatch
- Extended by:
- FuzzyMatch::ClassMethods
- Included in:
- API::Organization::People::Similarity
- Defined in:
- lib/eco/data/fuzzy_match.rb,
lib/eco/data/fuzzy_match/score.rb,
lib/eco/data/fuzzy_match/result.rb,
lib/eco/data/fuzzy_match/pairing.rb,
lib/eco/data/fuzzy_match/results.rb,
lib/eco/data/fuzzy_match/stop_words.rb,
lib/eco/data/fuzzy_match/ngrams_score.rb,
lib/eco/data/fuzzy_match/array_helpers.rb,
lib/eco/data/fuzzy_match/string_helpers.rb,
lib/eco/data/fuzzy_match/chars_position_score.rb
Defined Under Namespace
Modules: ArrayHelpers, CharsPositionScore, ClassMethods, InstanceMethods, NGramsScore, Pairing, StopWords, StringHelpers Classes: Result, Results, Score
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
12 13 14 15 16 17 |
# File 'lib/eco/data/fuzzy_match.rb', line 12 def included(base) super base.send :include, InstanceMethods base.extend ClassMethods end |