Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/2003#discussion_r16335912
--- Diff: docs/mllib-feature-extraction.md ---
@@ -9,4 +9,58 @@ displayTitle: <a href="mllib-guide.html">MLlib</a> -
Feature Extraction
## Word2Vec
+Wor2Vec computes distributed vector representation of words. The main
advantage of the distributed representations is that similar words are close in
the vector space, which makes generalization to novel patterns easier and model
estimation more robust. Distributed vector representation is showed to be
useful in many natural language processing applications such as named entity
recognition, disambiguation, parsing, tagging and machine translation.
--- End diff --
In the doc, we still try to have at most 100 chars per line. Could you
reformat the doc?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]