Andreas Büttner
Andreas Büttner
As reported in #1190, the LatinWordTokenizer does not work since https://github.com/cltk/cltk/commit/137e1925fbf29a8338a43f81ec8bdd4bf478e917. Maybe someone who understands what [lines 117-120](https://github.com/andbue/cltk/blob/429283e1a46ff11fc8a13f57f74d7eccad5e7391/src/cltk/tokenizers/lat/lat.py#L117C1-L120C61) are supposed to do should check if this breaks anything else.
Prompt user for comfirmation when leaving line by accident e.g. by pressing Tab.
**Description** It would be great if we could directly jump from the XPath query results to the position of the document. **Suggestion** In evaluateXPath, line 76: ```TSX outputChannel.appendLine(`[Position ${editor.document.uri}:${node.lineNumber}:${node.columnNumber}] ${node.localName}:...