No,
tak si můžeš načíst do multi-line stringu několik AJ textů :) a udělat si četnost slovíček sám :p
Př.:
$string = @'
Constructed Attributes cannot be returned as value data in an LDAP search request. unless the search scope is set to "base" which means that the LDAP client accesses only one single object.
If USER is the Entry on which the attribute msDS-UserPasswordExpiryTimeComputed is read.
If USER is not in a domain NC, then USER:msDS-UserPasswordExpiryTimeComputed = null.
If DC is the root of the domain NC containing USER. The DC applies the following rules, in the order specified below, to determine the value of USER:msDS-UserPasswordExpiryTimeComputed: If any of the following are set bits is set on USER entry:User-Account-Control Attribute:
'@
($string -replace '[^\p{L}\p{Nd}\s]', '').toLower().split(" ") |group |sort count -Descending
Count Name Group----- ---- -----
11 the {the, the, the, the...}
6 is {is, is, is, is...}
4 user {user, user, user, user}