Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.66 KB | None | 0 0
  1.  
  2. \begin{table}[H]
  3.  \centering
  4.  \begin{tabular}{c|rcr}
  5.  
  6.     & Sentences & NE types & NE tokens\\
  7. \hline
  8. Train    &   5585  &  7  &  137575 \\
  9. Train+Dev     &      &   &\\
  10.  \end{tabular}
  11.  
  12.  \caption{Number of sentences and NE tag types and tokens.}
  13.  \label{tab:numNETypesTokTrain}
  14. \end{table}
  15.  
  16. \begin{table}[H]
  17.  \centering
  18.  \begin{tabular}{c|cc}
  19. NE     & Train Count  & Train+Dev Count\\
  20. \hline
  21. O      & 119170     &  \\
  22. B-PER  & 4625        &  \\
  23. B-LOC  &   4305      &  \\
  24. I-PER  &    3385     & \\
  25. B-ORG  &  2800       &  \\
  26. I-ORG  &   2189      &  \\
  27. I-LOC  &    1101     & \\
  28.  \end{tabular}
  29.  \caption{Number of NE Tags.}
  30.  \label{tab:numNeTypesTrain}
  31. \end{table}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement