//******
// Copyright LIMSI-CNRS
// Author: Véronique Moriceau
// E-mail : moriceau@limsi.fr
// Date: 2013-05-27
// Governed by the CeCILL license under French law and abiding by the rules of distribution of free software.
// You can use, modify and/or redistribute the software under the terms of the CeCILL license as circulated by CEA, CNRS and INRIA at the following URL "http://www.cecill.info/licences/Licence_CeCILL_V1.1-US.txt".
//******
// This file contains "set words" and their normalized expressions
// according to TIMEX3 format.
// For example, the normalized value of "daily" is "XXXX-XX-XX"
// FORMAT: "set-word","normalized-set-word"
//"[Aa]nnuellement","XXXX"
//"annuels?","XXXX"
//"annuelles?","XXXX"
//"[Mm]ensuellement","XXXX-XX"
//"mensuels?","XXXX-XX"
//"mensuelles?","XXXX-XX"
//"[Qq]uotidiennement","XXXX-XX-XX"
//"hebdomadaires?","XXXX-WXX"
// LREC change: changed to duration-style normalization as required by TIMEX3 specifications
"[Aa]nnuellement","P1Y"
"annuels?","P1Y"
"annuelles?","P1Y"
"[Mm]ensuellement","P1M"
"mensuels?","P1M"
"mensuelles?","P1M"
"[Qq]uotidiennement","P1D"
"hebdomadaires?","P1W"
