Explorar el Código

Make table valid markdown

Second row had an extra set of dashes, making the markdown invalid and falling back to raw text instead of the intended table.
Emil Stenström hace 8 años
padre
commit
0de0e850e9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      syntaxnet/g3doc/universal.md

+ 1 - 1
syntaxnet/g3doc/universal.md

@@ -18,7 +18,7 @@ The following table shows their accuracy on Universal
 Dependencies test sets for different types of annotations.
 
 Language | No. tokens | POS | fPOS | Morph | UAS | LAS
---------  | :--: | :--: | :--: | :--: | :--: | :--: | :--:
+--------  | :--: | :--: | :--: | :--: | :--: | :--:
 Ancient_Greek-PROIEL | 18502 | 97.14% | 96.97% | 89.77% | 78.74% | 73.15%
 Ancient_Greek | 25251 | 93.22% | 84.22% | 90.01% | 68.98% | 62.07%
 Arabic | 28268 | 95.65% | 91.03% | 91.23% | 81.49% | 75.82%