Skip to content

Commit 0c11d30

Browse files
authored
Update AGENTS.md
1 parent 0223529 commit 0c11d30

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@
4242
- [ ] Do not use os.path.join();
4343
always use pythainlp.tools.safe_path_join() instead,
4444
to prevent path traversal vulnerabilities (CWE-22).
45-
- [ ] Naming conventions: Follows PEP 8. Align new modules, classes
46-
and public APIs with NLTK conventions as the primary standard.
45+
- [ ] Naming conventions: Follows PEP 8.
46+
Align new modules, classes, public APIs, and environment
47+
variables with NLTK conventions as the primary standard.
4748
If NLTK offers no clear precedent, defer to established NLP
4849
frameworks in the following order of preference:
4950
spaCy, CoreNLP/Stanza, LangPipe, and Hugging Face,

0 commit comments

Comments
 (0)