Changelog
phonetisr v0.0.5
Fixed
Corrected documentation of
phonetise()
.Fixed wrong parsing of .
Fixed missing featurisation of .
phonetisr v0.0.4
Added
-
ph_search()
to search and extract phones with phonetic expressions.
Fixed
-
featurise()
now correctly finds the base of non-space-modifying characters.
phonetisr v0.0.3
Added
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.
Changed
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.
phonetisr v0.0.2
Added
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.
phonetisr v0.0.1
Changed
-
phonetise()
gained two new arguments:split
andsep
.
phonetisr v0.0.0.9000
Added
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.