Other packages > Find by keyword >

act  

Aligned Corpus Toolkit
View on CRAN: Click here


Download and install act package within the R console
Install from CRAN:
install.packages("act")

Install from Github:
library("remotes")
install_github("cran/act")

Install by package version:
library("remotes")
install_version("act", "1.3.1")



Attach the package and use:
library("act")
Maintained by
Oliver Ehmer
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-11-04
Latest Update: 2023-06-07
Description:
The Aligned Corpus Toolkit (act) is designed for linguists that work with time aligned transcription data. It offers functions to import and export various annotation file formats ('ELAN' .eaf, 'EXMARaLDA .exb and 'Praat' .TextGrid files), create print transcripts in the style of conversation analysis, search transcripts (span searches across multiple annotations, search in normalized annotations, make concordances etc.), export and re-import search results (.csv and 'Excel' .xlsx format), create cuts for the search results (print transcripts, audio/video cuts using 'FFmpeg' and video sub titles in 'Subrib title' .srt format), modify the data in a corpus (search/replace, delete, filter etc.), interact with 'Praat' using 'Praat'-scripts, and exchange data with the 'rPraat' package. The package is itself written in R and may be expanded by other users.
How to cite:
Oliver Ehmer (2020). act: Aligned Corpus Toolkit. R package version 1.3.1, https://cran.r-project.org/web/packages/act. Accessed 08 Aug. 2026.
Previous versions and publish date:
(2026-07-09 07:16), 0.94 (2020-11-04 10:00), 1.0.1 (2021-02-22 15:30), 1.0.2 (2021-04-19 00:10), 1.0 (2021-01-08 17:10), 1.1.0 (2021-06-12 22:20), 1.1.9 (2021-09-26 20:00), 1.2.4 (2023-02-08 09:02), 1.2.7 (2023-03-02 09:20), 1.3.0 (2023-04-05 22:13)
Other packages that cited act R package
View act citation profile
Other R packages that act depends, imports, suggests or enhances
Complete documentation for act
Functions, R codes and Examples using the act R package
Some associated functions: act . annotations_all . annotations_delete . annotations_delete_empty . annotations_matrix . annotations_replace_copy . corpus-class . corpus_export . corpus_import . corpus_new . examplecorpus . export_eaf . export_exb . export_printtranscript . export_rpraat . export_srt . export_textgrid . helper_format_time . helper_tiers_merge_tables . helper_tiers_new_table . helper_tiers_sort_table . helper_transcriptNames_get . helper_transcriptNames_make . helper_transcriptNames_set . import . import_eaf . import_exb . import_rpraat . import_textgrid . info . info_summarized . layout-class . matrix_load . matrix_save . media_assign . media_delete . media_getPathToExistingFile . options_delete . options_reset . options_show . search-class . search_concordance . search_cuts . search_cuts_media . search_cuts_printtranscript . search_cuts_srt . search_makefilter . search_new . search_openresult_inelan . search_openresult_inpraat . search_openresult_inquicktime . search_playresults_inquicktime . search_results_export . search_results_import . search_run . search_searchandopen_inpraat . search_sub . search_transcript_content . search_transcript_fulltext . tiers_add . tiers_all . tiers_convert . tiers_delete . tiers_rename . tiers_sort . transcript-class . transcripts_add . transcripts_cure . transcripts_cure_single . transcripts_delete . transcripts_filter . transcripts_filter_single . transcripts_merge . transcripts_merge2 . transcripts_rename . transcripts_update_fulltexts . transcripts_update_normalization . 
Some associated R codes: act-package.R . act_info.R . act_info_summarized.R . act_options.R . annotations_all.R . annotations_delete.R . annotations_delete_empty.R . annotations_matrix.R . annotations_replace_copy.R . class_corpus.R . class_layout.R . class_search.R . class_transcript.R . corpus_examplecorpus.R . corpus_export.R . corpus_import.R . corpus_new.R . export_eaf.R . export_exb.R . export_printtranscript.R . export_rpraat.R . export_srt.R . export_textgrid.R . helper_format_time.R . helper_no_export.R . helper_tiers_merge_tables.R . helper_tiers_new_table.R . helper_tiers_sort_table.R . helper_transcriptNames_get.R . helper_transcriptNames_make.R . helper_transcriptNames_set.R . import.R . import_eaf.R . import_exb.R . import_rpraat.R . import_textgrid.R . matrix_load.R . matrix_save.R . media_assign.R . media_delete.R . media_getPathToExistingFile.R . search_concordance.R . search_cuts.R . search_cuts_media.R . search_cuts_printtranscript.R . search_cuts_srt.R . search_makefilter.R . search_new.R . search_openresult_inelan.R . search_openresult_inpraat.R . search_openresult_inquicktime.R . search_playresults_inquicktime.R . search_results_export.R . search_results_import.R . search_run.R . search_searchandopen_inpraat.R . search_sub.R . search_transcript_content.R . search_transcript_fulltext.R . tiers_add.R . tiers_all.R . tiers_convert.R . tiers_delete.R . tiers_rename.R . tiers_sort.R . transcripts_add.R . transcripts_cure.R . transcripts_cure_single.R . transcripts_delete.R . transcripts_filter.R . transcripts_filter_single.R . transcripts_merge.R . transcripts_merge2.R . transcripts_rename.R . transcripts_update_fulltexts.R . transcripts_update_normalization.R . zzz.R .  Full act package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

FastGaSP  
Fast and Exact Computation of Gaussian Stochastic Process
Implements fast and exact computation of Gaussian stochastic process with the Matern kernel using fo ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
skewt  
The Skewed Student-t Distribution
Density, distribution function, quantile function and random generation for the skewed t distributio ...
Download / Learn more Package Citations See dependency  
Morpho  
Calculations and Visualisations Related to Geometric Morphometrics
A toolset for Geometric Morphometrics and mesh processing. This includes (among other stuff) mesh d ...
Download / Learn more Package Citations See dependency  
box  
Write Reusable, Composable and Modular R Code
A modern module system for R. Organise code into hierarchical, composable, reusable modules, and us ...
Download / Learn more Package Citations See dependency  
productplots  
Product Plots for R
Framework for visualising tables of counts, proportions and probabilities. The framework is called ...
Download / Learn more Package Citations See dependency  

28,083

R Packages

239,283

Dependencies

74,752

Author Associations

28,084

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA