spaCy/website/usage/_facts-figures/_feature-comparison.jade
ines 4a4f9666b2 Improve style/accessibility of yes/no/neutral icons (see #1471)
Use distinctive icons instead of only colour, add proper handling of labels (hidden or visible, but always present) with optional custom text.
2017-10-29 01:14:30 +02:00

59 lines
1.8 KiB
Plaintext

//- 💫 DOCS > USAGE > FACTS & FIGURES > FEATURE COMPARISON
p
| Here's a quick comparison of the functionalities offered by spaCy,
| #[+a("https://github.com/tensorflow/models/tree/master/research/syntaxnet") SyntaxNet],
| #[+a("http://www.nltk.org/py-modindex.html") NLTK] and
| #[+a("http://stanfordnlp.github.io/CoreNLP/") CoreNLP].
+table(["", "spaCy", "SyntaxNet", "NLTK", "CoreNLP"])
+row
+cell Programming language
each lang in ["Python", "C++", "Python", "Java"]
+cell.u-text-small.u-text-center=lang
+row
+cell Neural network models
each answer in ["yes", "yes", "no", "yes"]
+cell.u-text-center #[+procon(answer)]
+row
+cell Integrated word vectors
each answer in ["yes", "no", "no", "no"]
+cell.u-text-center #[+procon(answer)]
+row
+cell Multi-language support
each answer in ["yes", "yes", "yes", "yes"]
+cell.u-text-center #[+procon(answer)]
+row
+cell Tokenization
each answer in ["yes", "yes", "yes", "yes"]
+cell.u-text-center #[+procon(answer)]
+row
+cell Part-of-speech tagging
each answer in ["yes", "yes", "yes", "yes"]
+cell.u-text-center #[+procon(answer)]
+row
+cell Sentence segmentation
each answer in ["yes", "yes", "yes", "yes"]
+cell.u-text-center #[+procon(answer)]
+row
+cell Dependency parsing
each answer in ["yes", "yes", "no", "yes"]
+cell.u-text-center #[+procon(answer)]
+row
+cell Entity recognition
each answer in ["yes", "no", "yes", "yes"]
+cell.u-text-center #[+procon(answer)]
+row
+cell Coreference resolution
each answer in ["no", "no", "no", "yes"]
+cell.u-text-center #[+procon(answer)]