phonfieldwork
is a package for phonetic fieldwork research and experiments. This package makes it easier to:
.TextGrid
, ELAN .eaf
, EXMARaLDA .exb
, Audacity .txt
and subtitles .srt
)vignette("ethical_research_with_phonfieldwork")
.For more details see tutorial.
The main goal of the phonfieldwork
package is to make the full research workflow, from data collection to data extraction and data representation, easier for people that are not familiar with programming. However, most of the phonfieldwork
functionality can be found in other software and packages:
.TextGrid
manipulation is possible with Praat, R packages rPraat
and textgRid
, Python package ‘pympi’
.eaf
manipulation is possible with ELAN, R package FRelan
and Python package pympi
.TextGrid
, ELAN .eaf
, and ’EXMARaLDA .exb is possible with R package act
tuneR
signal
, tuneR
, seewave
, phonTools
, monitor
, warbleR
, soundgen
and many othersInstall from CRAN:
install.packages("phonfieldwork")
Get the development version from GitHub:
install.packages("remotes")
remotes::install_github("ropensci/phonfieldwork")
Load the library:
library(phonfieldwork)
In order to work with some rmarkdown
functions you will need to install pandoc
, see vignette("pandoc")
for the details.
You can get the latest information about how to cite the package using the citation()
function:
citation("phonfieldwork")
>
> To cite package ‘phonfieldwork’ in publications use:
>
> Moroz G (2020). _Phonetic fieldwork and experiments with phonfieldwork package_.
> <https://CRAN.R-project.org/package=phonfieldwork>.
>
> A BibTeX entry for LaTeX users is
>
> @Manual{,
> title = {Phonetic fieldwork and experiments with phonfieldwork package},
> author = {George Moroz},
> year = {2020},
> url = {https://CRAN.R-project.org/package=phonfieldwork},
> }