~ubuntu-branches/ubuntu/wily/speech-tools/wily-proposed

« back to all changes in this revision

Viewing changes to testsuite/feature_example.cc

  • Committer: Package Import Robot
  • Author(s): Samuel Thibault, Sergio Oller, Samuel Thibault
  • Date: 2015-05-03 18:09:43 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20150503180943-wnvq2dn4ma8hz6kw
Tags: 1:2.4~release-1
[ Sergio Oller ]
* New upstream version 2.4-release
  - Rename libestools2.1 into 2.4 accordingly.
  - Rename libestools2.1-dev into libestools-dev.
* Removed README.source (Not needed)

[ Samuel Thibault ]
* control: Set maintainer to debian-accessibility team.  Add myself as
  uploader.
* watch: Generalize URL.
* Bump Standards-Version to 3.9.6 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
  /** @name Adding basic information to an EST_Item
46
46
  * 
47
47
  * An item such as 
48
 
  * \f[
49
 
\left [ 
50
 
\begin{array}{ll}
51
 
\mbox{POS} & \mbox{\emph{Noun}} \\
52
 
\mbox{NAME} & \mbox{\emph{example}} \\
53
 
\mbox{FOCUS} & \mbox{+} \\ 
54
 
\end{array}  \right ]
55
 
\f]
 
48
  * <graphic fileref="../arch_doc/eq01.gif" format="gif"></graphic> 
56
49
  * is constructed as follows: (note that
57
50
  * the attributes are in capitals by linguistic convention only:
58
51
  * attribute names are case sensitive and can be upper or lower
129
122
 
130
123
  /** @name Nested feature structures in items
131
124
    * 
132
 
    * Nested feature structures such as 
133
 
\f[
134
 
\left [ 
135
 
\begin{array}{ll}
136
 
\mbox{NAME} & \mbox{\emph{d}} \\
137
 
\mbox{PLACE OF ARTICULATION \boxed{1} } & 
138
 
     \left [ \begin{array}{ll} 
139
 
                  \mbox{CORONAL} & \mbox{\emph{+}} \\
140
 
                  \mbox{ANTERIOR} & \mbox{\emph{+}} \\
141
 
             \end{array} \right ] \\
142
 
\mbox{VOICE} & \mbox{\emph{+}} \\ 
143
 
\mbox{CONTINUANT} & \mbox{\emph{--}} \\
144
 
\mbox{SONORANT} & \mbox{\emph{--}} \\ 
145
 
\end{array}  \right ]
146
 
\f]
 
125
    * Nested feature structures such as <xref linkend="eq11"> 
 
126
    * <example ID="eq11">
 
127
    *   <title>Example eq11</title>
 
128
    * <graphic fileref="../arch_doc/eq05.gif" format="gif"></graphic>
 
129
    * </example>
147
130
    * can be created in a number of ways:
148
131
    */
149
132
  //@{