* Update comparisons page, with minor tweaks

This commit is contained in:
Matthew Honnibal 2015-10-26 00:08:12 +11:00
parent c0e25bb5e2
commit a78dff48bb

View File

@ -35,7 +35,7 @@ mixin comparison(name)
+columns("System", "Language", "Accuracy", "Speed") +columns("System", "Language", "Accuracy", "Speed")
tbody tbody
+row("spaCy v0.93", "Cython", "91.8", "13,000 (est.)") +row("spaCy v0.97", "Cython", "91.8", "13,000 (est.)")
+row("ClearNLP", "Java", "91.7", "10,271") +row("ClearNLP", "Java", "91.7", "10,271")
+row("CoreNLP", "Java", "89.6", "8,602") +row("CoreNLP", "Java", "89.6", "8,602")
+row("MATE", "Java", "92.5", "550") +row("MATE", "Java", "92.5", "550")
@ -80,7 +80,7 @@ mixin comparison(name)
li.con English only li.con English only
li.pro Python li.pro Python
.col .col
h5 CoreNLP features: h5 CoreNLP
ul ul
li.pro More accurate NER li.pro More accurate NER
li.pro Coreference resolution li.pro Coreference resolution
@ -103,7 +103,7 @@ mixin comparison(name)
li.pro Python li.pro Python
.col .col
h5 ClearNLP: h5 ClearNLP
ul ul
li.pro Semantic Role Labelling li.pro Semantic Role Labelling
li.pro Model for biology/life-science li.pro Model for biology/life-science