Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.77 KB | None | 0 0
  1. \begin{table}[H]
  2.  \centering
  3.  \begin{tabular}{c|rcr}
  4.  
  5.     & Sentences & POS types & POS tokens\\
  6. \hline
  7. Train    &  17208   &  13  &  272902 \\
  8. Train+Dev     &      &   &\\
  9.  \end{tabular}
  10.  
  11.  \caption{Number of sentences and POS tag types and tokens.}
  12.  \label{tab:numPOSTypesTokTrain}
  13. \end{table}
  14.  
  15. \begin{table}[H]
  16.  \centering
  17.  \begin{tabular}{c|rc}
  18.     & Train (\%) & Train+Dev (\%)\\
  19. \hline
  20. .           &   12   &  \\
  21. ADJ    &  6      &  \\
  22. ADP    &      10   &  \\
  23. ADV     &   5     & \\
  24. CONJ  &   3      &  \\
  25. DET  &  9      &  \\
  26. NOUN  &    17     & \\
  27.  
  28. NUM  &    2     & \\
  29. PRON  &    7     & \\
  30. PROPN  &  8       & \\
  31. PRT  &    3     & \\
  32. VERB  &   17      & \\
  33. X  &    1     & \\
  34.  \end{tabular}
  35.  \caption{Number of POS Tags.}
  36.  \label{tab:numPOSTypesTrain}
  37. \end{table}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement