Documentation
¶
Overview ¶
Package anchorwords provides the static 1024-word anchor vocabulary used by the ReadTool's anchor mode and the anchor_edit tool. Each entry is a 6-12 character capital-first English word that encodes to exactly one token in both the cl100k_base BPE (OpenAI) and a Llama-3 BPE.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Anchors = [1024]string{}/* 1024 elements not displayed */
Anchors is the fixed list of 1024 single-token anchor words. Indexing: line index i (0-based) maps to Anchors[i % 1024].
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.