background preloader

Sound

Facebook Twitter

Natural Language Processing. Natural language processing has come a long way since its foundations were laid in the 1940s and 50s (for an introduction see, e.g., Jurafsky and Martin (2008): Speech and Language Processing, Pearson Prentice Hall).

Natural Language Processing

This CRAN task view collects relevant R packages that support computational linguists in conducting analysis of speech and language on a variety of levels - setting focus on words, syntax, semantics, and pragmatics. In recent years, we have elaborated a framework to be used in packages dealing with the processing of written material: the package tm. Extension packages in this area are highly recommended to interface with tm's basic routines and useRs are cordially invited to join in the discussion on further developments of this framework package. To get into natural language processing, the cRunch service and tutorials may be helpful. Frameworks: Seewave - an R package for sound analysis and synthesis. Audio - Audio Interface for R - RForge.net. See audio package documentation for details.

audio - Audio Interface for R - RForge.net

The most simple use is to play back sound or record audio. library(audio)play(sin(1:10000/20)) # play a short sound of a fixed frequency The sound is played asynchronously, so you're back on the R console while the sound is being played. You can use the audioInstance objects that is returned by play and record to control the audio operation. Benguigui-Ismais-Hamdan. Matthias Heymann Website. Sound Processing R.