You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- All `#TODO` comments should be turned into [issues](https://github.com/pythainlp/pythainlp/issues) in GitHub;
28
-
- When appropriate, use [f-string](https://www.python.org/dev/peps/pep-0498/)
29
-
(use `f"{a} = {b}"`, instead of `"{} = {}".format(a, b)` and `"%s = %s' % (a, b)"`);
30
-
- All text files, including source codes, must end with one empty line. This is [to please git](https://stackoverflow.com/questions/5813311/no-newline-at-end-of-file#5813359) and [to keep up with POSIX standard](https://stackoverflow.com/questions/729692/why-should-text-files-end-with-a-newline).
35
+
- Commented out codes are [dead codes][dead-codes];
36
+
- All `#TODO` comments should be turned into [issues][issues] in GitHub;
37
+
- When appropriate, use [f-string][pep0498]
38
+
(use `f"{a} = {b}"`,
39
+
instead of `"{} = {}".format(a, b)` and `"%s = %s' % (a, b)"`);
40
+
- All text files, including source codes, must end with one empty line.
Thanks to all [contributors](https://github.com/PyThaiNLP/pythainlp/graphs/contributors). (Image made with [contributors-img](https://contributors-img.firebaseapp.com))
0 commit comments