spaCy/website/usage/_facts-figures/_feature-comparison.jade
2017-10-04 13:34:03 +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 icon in ["pro", "pro", "con", "pro"]
+cell.u-text-center #[+procon(icon)]
+row
+cell Integrated word vectors
each icon in ["pro", "con", "con", "con"]
+cell.u-text-center #[+procon(icon)]
+row
+cell Multi-language support
each icon in ["pro", "pro", "pro", "pro"]
+cell.u-text-center #[+procon(icon)]
+row
+cell Tokenization
each icon in ["pro", "pro", "pro", "pro"]
+cell.u-text-center #[+procon(icon)]
+row
+cell Part-of-speech tagging
each icon in ["pro", "pro", "pro", "pro"]
+cell.u-text-center #[+procon(icon)]
+row
+cell Sentence segmentation
each icon in ["pro", "pro", "pro", "pro"]
+cell.u-text-center #[+procon(icon)]
+row
+cell Dependency parsing
each icon in ["pro", "pro", "con", "pro"]
+cell.u-text-center #[+procon(icon)]
+row
+cell Entity recognition
each icon in ["pro", "con", "pro", "pro"]
+cell.u-text-center #[+procon(icon)]
+row
+cell Coreference resolution
each icon in ["con", "con", "con", "pro"]
+cell.u-text-center #[+procon(icon)]