|
39 | 39 | % Revised for the Stanford Parser v.\ 3.3 in December 2013
|
40 | 40 | %Revised for the Stanford Parser v.\ 3.5.1 in February 2015
|
41 | 41 | %Revised for the Stanford Parser v.\ 3.5.2 in April 2015
|
42 |
| -Revised for the Stanford Parser v.\ 3.7.0+ in September 2016 |
| 42 | +%Revised for the Stanford Parser v.\ 3.7.0+ in September 2016 |
| 43 | +Revised for the Stanford CoreNLP/Parser v.\ 4.5.5 in August 2023 |
43 | 44 | }
|
44 | 45 |
|
45 | 46 | \begin{document}
|
|
48 | 49 | \textcolor{cardinal}{Please note that this manual describes the original Stanford
|
49 | 50 | Dependencies representation. As of version 3.5.2, the default representation
|
50 | 51 | output by the Stanford Parser and Stanford CoreNLP is the new Universal Dependencies (UD)
|
51 |
| -representation, and we no longer actively develop the original Stanford Dependencies representation. For a description of the UD |
| 52 | +representation, support for the original Stanford Dependencies |
| 53 | +representation is in maintenance mode. For a description of the UD |
52 | 54 | representation, take a look at the Universal Dependencies documentation at \textsf{http:/www.universaldependencies.org} and
|
53 | 55 | the discussion of the \textit{enhanced} and \textit{enhanced++} UD representations by \citet{schuster2016enhanced}.}
|
54 | 56 |
|
@@ -460,12 +462,15 @@ \section{Definitions of the Stanford typed dependencies}\label{def}
|
460 | 462 |
|
461 | 463 | \noindent\textbf{\emph{num}: numeric modifier}\\
|
462 | 464 | A numeric modifier of a noun is any number phrase that serves to
|
463 |
| -modify the meaning of the noun with a quantity. |
| 465 | +modify the meaning of the noun with a quantity. As a bit of a weird |
| 466 | +special case, we also use \emph{num} for the items of a numbered list |
| 467 | +(regardless of whether arabic or roman numerals or letters). |
464 | 468 | \begin{tabbing}
|
465 | 469 | \hspace{1cm} \= xxxxxxxxxxxxxxxxxxxxxxxxxx\= \hspace{.5cm}\= \kill
|
466 | 470 | \> ``Sam ate 3 sheep'' \> \> \emph{num}(sheep, 3)\\
|
467 | 471 | \> ``Sam spent forty dollars'' \> \> \emph{num}(dollars, 40)\\
|
468 | 472 | \> ``Sam spent \$ 40'' \> \> \emph{num}(\$, 40)\\
|
| 473 | +\> ``(i) Assessment of general working capital'' \> \> \emph{num}(Assessment, i)\\ |
469 | 474 | \end{tabbing}
|
470 | 475 |
|
471 | 476 | \noindent\textbf{\emph{number}: element of compound number}\\
|
|
0 commit comments