Changes between Version 9 and Version 10 of UTT by example
- Timestamp:
- 02/21/12 11:53:43 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UTT by example
v9 v10 6 6 == tok == 7 7 8 Description: 9 {{{ 10 Change raw text into list of tokens. 11 }}} 8 12 Command: 9 13 {{{ … … 38 42 == lem == 39 43 44 Description: 45 {{{ 46 Perform morphological analysis. 47 }}} 40 48 Command: 41 49 {{{ … … 67 75 }}} 68 76 77 Description: 78 {{{ 79 Perform morphological analysis. Print ambiguous annotation in one output line by generating multiple annotation fields. 80 }}} 69 81 Command: 70 82 {{{ … … 88 100 }}} 89 101 102 Description: 103 {{{ 104 Perform morphological analysis. Print ambiguous annotation in one annotation field. 105 }}} 90 106 Command: 91 107 {{{ 92 108 echo 'Ulicą jedzie szybki i zielony samochód.' | tok | lem -1 93 109 }}} 94 95 110 Output: 96 111 {{{ … … 113 128 == gue == 114 129 130 Description: 131 {{{ 132 Guess morphological descriptions. 133 }}} 115 134 Command: 116 135 {{{ … … 124 143 }}} 125 144 145 Description: 146 {{{ 147 Guess morphological descriptions. Print ambiguous annotation in one output line by generating multiple annotation fields. 148 }}} 126 149 Command: 127 150 {{{ … … 134 157 }}} 135 158 159 Description: 160 {{{ 161 Guess morphological descriptions. Print ambiguous annotation in one annotation field. 162 }}} 136 163 Command: 137 164 {{{ … … 147 174 == cor == 148 175 176 Description: 177 {{{ 178 179 }}} 149 180 Command: 150 181 {{{ … … 177 208 }}} 178 209 210 Description: 211 {{{ 212 213 }}} 179 214 Command: 180 215 {{{ … … 191 226 == kor == 192 227 228 Description: 229 {{{ 230 231 }}} 193 232 Command: 194 233 {{{ … … 202 241 0006 01 S \n 203 242 }}} 243 244 Description: 245 {{{ 246 247 }}} 204 248 Command: 205 249 {{{ … … 212 256 }}} 213 257 258 Description: 259 {{{ 260 261 }}} 214 262 Command: 215 263 {{{ … … 222 270 }}} 223 271 272 Description: 273 {{{ 274 275 }}} 224 276 Command: 225 277 {{{