SLcorpus/DatabaseFiles All tables and scripts related to the Databases on the corpus. Database tables are stored as GZIPped files. ./sentences.txt Tables on the raw audio sentence files. This was used for labeling. ./Recording Tables on subjects and the recording log. ./Texts Tables with information on the raw texts (i.e., the files in SLcorpus/Transcriptions). Does NOT contain the texts. ./Audio Tables with audio analysis results. ./scripts Scripts used to construct the tables and manage the database. Most scripts are related to PostgreSQL. For downloads and information on PostgreSQL, please refer to http:/www.postgresql/org/ The following copyright notice applies to all files in this directory except when explicitely stated otherwise. ############################################################################### # # Copyright Nederlandse Taalunie and R.J.J.H. van Son © 2000, 2001 # www: http://www.taalunie.org/ # # Author Rob van Son # Institute of Phonetic Sciences & ACLC # University of Amsterdam # Herengracht 338 # NL-1016CG Amsterdam, The Netherlands # Email: Rob.van.Son@hum.uva.nl # WWW : http://www.fon.hum.uva.nl/rob/ # mail: Institute of Phonetic Sciences # University of Amsterdam # Herengracht 338 # NL-1016CG Amsterdam # The Netherlands # tel +31 205252183 # fax +31 205252197 # # License for use and disclaimers # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # ####################################################### #