mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 12:18:04 +03:00
11 lines
1.9 KiB
Markdown
11 lines
1.9 KiB
Markdown
|
import { Help } from 'components/typography'
|
||
|
|
||
|
| System | Year | Language | Accuracy | Speed (wps) |
|
||
|
| -------------- | ---- | --------------- | -------: | -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|
||
|
| **spaCy v2.x** | 2017 | Python / Cython | **92.6** | _n/a_ <Help>This table shows speed as benchmarked by Choi et al. We therefore can't provide comparable figures, as we'd be running the benchmark on different hardware.</Help> |
|
||
|
| **spaCy v1.x** | 2015 | Python / Cython | 91.8 | 13,963 |
|
||
|
| ClearNLP | 2015 | Java | 91.7 | 10,271 |
|
||
|
| CoreNLP | 2015 | Java | 89.6 | 8,602 |
|
||
|
| MATE | 2015 | Java | 92.5 | 550 |
|
||
|
| Turbo | 2015 | C++ | 92.4 | 349 |
|