Skip to content

Commit

Permalink
Fix command line
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa committed Nov 15, 2023
1 parent 8d26c5a commit fbf4b78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _pages/tools_lex_parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,6 @@ representation. All of these are different views of the output of the parser.
This output was generated with the command:

> ` java -mx200m edu.stanford.nlp.parser.lexparser.LexicalizedParser
> -retainTMPSubcategories -outputFormat "wordsAndTags,penn,typedDependencies"
> englishPCFG.ser.gz mumbai.txt `
```
java -mx200m edu.stanford.nlp.parser.lexparser.LexicalizedParser -retainTMPSubcategories -outputFormat "wordsAndTags,penn,typedDependencies" englishPCFG.ser.gz mumbai.txt
```

0 comments on commit fbf4b78

Please sign in to comment.