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 6984840 commit 982c25dCopy full SHA for 982c25d
1 file changed
README.md
@@ -69,13 +69,15 @@ The duplication command analyzes files for duplicated text blocks. It can:
69
- [pmd] - Source code analysis tool.
70
- [qlty] - Code quality and security analysis tool.
71
- [superdiff] - Find duplicate code blocks in files.
72
+- [TextDescriptives] - Python package for calculating a large variety of statistics from text.
73
- [wf] - Command line utility for counting word frequency.
74
75
[jscpd]: https://github.com/kucherenko/jscpd
76
[megalinter]: https://megalinter.io
77
[pmd]: https://github.com/pmd/pmd
78
[qlty]: https://github.com/qltysh/qlty
79
[superdiff]: https://github.com/chuck-sys/superdiff
80
+[TextDescriptives]: https://github.com/HLasse/TextDescriptives
81
[wf]: https://github.com/jarcane/wf
82
83
0 commit comments