Metadata-Version: 2.4
Name: lingotweaker-data-ast
Version: 0.1.3
Summary: LingoTweaker runtime data for language 'ast'
License: LGPL-2.1-or-later
Project-URL: Homepage, https://fiduswriter.github.io/LingoTweaker/
Project-URL: Repository, https://github.com/fiduswriter/LingoTweaker
Keywords: proofreading,grammar,spellcheck,nlp,language,data
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# LingoTweaker data (ast)

Runtime data for the LingoTweaker proofreading engine, language `ast`.
Installing this package is enough for `lt_py` to find the data:

```python
import lt_py

engine = lt_py.Engine("ast-US")   # or the appropriate long code
```

`data_dir()` exposes the absolute data path if you prefer to pass it
explicitly (`lt_py.Engine(..., data_dir=data_dir())`) or to set `LT_DATA_DIR`.

This is the same per-language data attached to each LingoTweaker GitHub
Release. Vendored rule data, dictionaries and models keep their upstream
licenses; see `THIRD_PARTY_NOTICES.md` in the repository.

License (packaging code): LGPL-2.1-or-later.
