README
word-counter-ts
Count words in strings. Support for English, CJK, and Cyrillic.
Features
- customizable word splitter (default use word-regex)
- custom collapse behaviour (default String.toLocaleLowerCase)
Count words in strings. Support for English, CJK, and Cyrillic.
<script type="module">
import wordCounterTs from 'https://cdn.skypack.dev/word-counter-ts';
</script>
Count words in strings. Support for English, CJK, and Cyrillic.