Performs the uniqueness calculation. This is the pure algorithm code.
source n-gram frequency in the static corpus
target n-gram frequency in the static corpus
length of the source text in units of {@link Token}
length of the target text in units of {@link Token}
the likely hood that the n-gram is a phrase. Produced by PhrasePlausibility
Calculates the uniqueness of the n-gram based on the lemma
Calculates the uniqueness of the n-gram
Generated using TypeDoc
Determines how unique the n-gram is.