Github user jkbradley commented on a diff in the pull request:

    https://github.com/apache/spark/pull/6000#discussion_r29976486
  
    --- Diff: 
examples/src/main/scala/org/apache/spark/examples/mllib/LDAExample.scala ---
    @@ -78,6 +79,10 @@ object LDAExample {
             .text(s"filepath for a list of stopwords. Note: This must fit on a 
single machine." +
             s"  default: ${defaultParams.stopwordFile}")
             .action((x, c) => c.copy(stopwordFile = x))
    +      opt[String]("algorithm")
    +        .text(s"concrete inference algorithm to use. em and online are 
supported." +
    --- End diff --
    
    Remove word "concrete" (not needed)


---
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]

Reply via email to