UNPKG
word-frequency-counter
Version:
latest (1.13.5)
1.13.5
1.13.4
1.13.3
1.13.2
1.13.1
1.13.0
1.12.12
1.12.11
1.12.10
1.12.9
1.12.8
1.12.7
1.12.6
1.12.5
1.12.4
1.12.3
1.12.2
1.12.1
1.12.0
1.11.24
1.11.23
1.11.22
1.11.21
1.11.20
1.11.19
1.11.18
1.11.17
1.11.16
1.11.15
1.11.14
1.11.13
1.11.12
1.11.11
1.11.10
1.11.9
1.11.8
1.11.7
1.11.6
1.11.5
1.11.4
1.11.3
1.11.2
1.11.1
1.11.0
1.10.18
1.10.17
1.10.16
1.10.15
1.10.14
1.10.12
1.10.10
1.10.9
1.10.7
1.10.6
1.10.5
1.10.4
1.10.3
1.10.2
1.10.1
1.10.0
1.9.35
1.9.34
1.9.33
1.9.30
1.9.29
1.9.28
1.9.27
1.9.26
1.9.25
1.9.24
1.9.23
1.9.22
1.9.18
1.9.16
1.9.15
1.9.14
1.9.13
1.9.12
1.9.11
1.9.10
1.9.9
1.9.8
1.9.7
1.9.6
1.9.5
1.9.4
1.9.3
1.9.2
1.9.0
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.0
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.0
1.4.0
1.3.0
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
A word frequency counter
codeberg.org/hpenton/word-frequency-counter
word-frequency-counter
/
dist
/
sentenceComponents
/
sentenceComponents.d.ts
4 lines
(3 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
import
{
Config
}
from
"../config"
;
export
declare
const
getSentenceComponents
:
(
text
:
string
,
config
:
Config
) =>
string
[];
export
declare
const
getUniqueSentenceComponents
:
(
text
:
string
,
config
:
Config
) =>
Set
<
string
>;