Class: Woods::Retrieval::QueryClassifier::Classification
- Inherits:
-
Struct
- Object
- Struct
- Woods::Retrieval::QueryClassifier::Classification
- Defined in:
- lib/woods/retrieval/query_classifier.rb
Overview
Classification result
Instance Attribute Summary collapse
-
#framework_context ⇒ Object
Returns the value of attribute framework_context.
-
#intent ⇒ Object
Returns the value of attribute intent.
-
#keywords ⇒ Object
Returns the value of attribute keywords.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#target_type ⇒ Object
Returns the value of attribute target_type.
Instance Attribute Details
#framework_context ⇒ Object
Returns the value of attribute framework_context
17 18 19 |
# File 'lib/woods/retrieval/query_classifier.rb', line 17 def framework_context @framework_context end |
#intent ⇒ Object
Returns the value of attribute intent
17 18 19 |
# File 'lib/woods/retrieval/query_classifier.rb', line 17 def intent @intent end |
#keywords ⇒ Object
Returns the value of attribute keywords
17 18 19 |
# File 'lib/woods/retrieval/query_classifier.rb', line 17 def keywords @keywords end |
#scope ⇒ Object
Returns the value of attribute scope
17 18 19 |
# File 'lib/woods/retrieval/query_classifier.rb', line 17 def scope @scope end |
#target_type ⇒ Object
Returns the value of attribute target_type
17 18 19 |
# File 'lib/woods/retrieval/query_classifier.rb', line 17 def target_type @target_type end |