-
Corrected documentation of
phonetise()
. -
Fixed wrong parsing of <ç>.
-
Fixed missing featurisation of <ç>.
ph_search()
to search and extract phones with phonetic expressions.
featurise()
now correctly finds the base of non-space-modifying characters.
-
ignore_stress
andignore_tone
inphonetise()
ignore and remove stress and tone diacritics and letters. They areTRUE
by default. -
all_multi
argument inphonetise()
setsdiacritics
,affricates
,v_sequences
andprenasalised
toTRUE
. -
prenasalised
argument inphonetise()
parses prenasalised consonants as single phones. -
Added the Unicode blocks Phonetic Extensions and Phonetic Extensions Supplement.
-
sanitise = TRUE
prints a message with info on removed non-IPA characters if any are found.
-
Improved base phone detection of
featurise()
. -
ipa_symbols
now includes a column (phon_type
) which differentiates base characters from secondary articulations, vowel/consonant articulation, stress, tone, and more. -
If
split = FALSE
inphonetise()
, output a character vector rather than a list.
default_multi
has been renamed todiacritics
.
-
affricates
argument inphonetise()
to parse homorganic "stop + fricative" clusters as affricates. -
v_sequences
argument inphonetise()
to collapse vowel sequences. -
featurise()
to count phones and add features.
phonetise()
gained two new arguments:split
andsep
.
-
phonetise()
to tokenise phones from IPA transcriptions. -
kl_swadesh.rda
with the Swadesh list of Klingon in transliteration and IPA transcription. -
ipa_symbols.rda
with info on all the IPA symbols.