Skip to content

Commit

Permalink
Minor typo fixes;
Browse files Browse the repository at this point in the history
Closes #1000
  • Loading branch information
ianmilligan1 authored and mdlincoln committed Sep 6, 2018
1 parent 80c317d commit c876dc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions en/lessons/topic-modeling-and-mallet.md
Expand Up @@ -303,7 +303,7 @@ and a double hyphen. A single hyphen is simply part of the name; it
replaces a space (e.g., `import-dir` rather than import dir), since
spaces offset multiple commands or parameters. These parameters let us
tweak the file that is created when we import our texts into MALLET. A
double hyphen (as with `–help` above) modifies, adds a sub-command, or
double hyphen (as with `-help` above) modifies, adds a sub-command, or
specifies some sort of parameter to the command.

For Windows users, if you got the error *'exception in thread "main"
Expand Down Expand Up @@ -476,7 +476,7 @@ This command
each topic within each original text file you imported
(`tutorial_composition.txt`). (To see the full range of possible
parameters that you may wish to tweak, type
`bin\mallet train-topics –help` at the prompt.)
`bin\mallet train-topics –-help` at the prompt.)

Type `dir`. Your outputted files will be at the bottom of the list of
files and directories in `C:\Mallet`. Open `tutorial_keys.txt` in a word
Expand Down Expand Up @@ -511,7 +511,7 @@ the output might look like this:

That is, the first number is the topic (topic 0), and the second number
gives an indication of the *weight* of that topic. In general, including
`–optimize-interval` leads to better topics.
`-–optimize-interval` leads to better topics.

### The composition of your documents

Expand Down

0 comments on commit c876dc6

Please sign in to comment.