We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfed734 commit 9836c96Copy full SHA for 9836c96
1 file changed
AGENTS.md
@@ -42,7 +42,7 @@
42
- [ ] Do not use os.path.join();
43
always use pythainlp.tools.safe_path_join() instead,
44
to prevent path traversal vulnerabilities (CWE-22).
45
-- [ ] Naming conventions: Follows PEP 8.
+- [ ] Naming conventions: Follows PEP 8. Concise. Use US spelling.
46
Align new modules, classes, public APIs, and environment
47
variables with NLTK conventions as the primary standard,
48
provided they suit the component's behavior.
0 commit comments