penalty: float
token: int
count: int
+ addr_count: int
lookup_word: str
is_indexed: bool
@dataclasses.dataclass
class QueryNode:
- """ A node of the querry representing a break between terms.
+ """ A node of the query representing a break between terms.
"""
btype: BreakType
ptype: PhraseType