Class IPCCalculator
java.lang.Object
ca.phon.ipa.ipc.IPCCalculator
IndexOfPhoneticComplexity
calculator.
This class provides methods to calculate the Index of Phonetic Complexity (IPC) defined by Jakielski (2022).
The IPC is a measure of phonetic complexity based on various components such as place, manner, vowels, word shape, word length, place variegation, contiguous clusters, and cluster type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexOfPhoneticComplexity
calculate
(IPATranscript ipa) Calculate theIndexOfPhoneticComplexity
score based on the provided transcript.
-
Constructor Details
-
IPCCalculator
public IPCCalculator()
-
-
Method Details
-
calculate
Calculate theIndexOfPhoneticComplexity
score based on the provided transcript.- Parameters:
ipa
- the transcript to analyze- Returns:
- index of phonetic complexity
-