Because the LinkBERT service scores every word in one reply, the user can adjust the confidence slider in the browser to dynamically group candidate anchor phrases without triggering new backend requests.

graph LR
    A[Raw Page Text] --> B[LinkBERT Service]
    B --> C[Word-Level Scores]
    C --> D[Browser Client]
    D --> E[Confidence Slider]
    E -->|Filter Without API Calls| F[Dynamic Anchor Candidates]