Class: StaticEmbeddings::Format::TrieBuilder::Node
- Inherits:
-
Struct
- Object
- Struct
- StaticEmbeddings::Format::TrieBuilder::Node
- Defined in:
- lib/static_embeddings/format.rb
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#terminal ⇒ Object
Returns the value of attribute terminal.
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children
182 183 184 |
# File 'lib/static_embeddings/format.rb', line 182 def children @children end |
#terminal ⇒ Object
Returns the value of attribute terminal
182 183 184 |
# File 'lib/static_embeddings/format.rb', line 182 def terminal @terminal end |