Skip to content

Commit

Permalink
about pretrainw2v files
Browse files Browse the repository at this point in the history
  • Loading branch information
ningkko committed Jan 20, 2022
1 parent 37c0059 commit 7d65236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TRAIN_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ python -m stanza.utils.datasets.prepare_lemma_treebank ${shorthand}
python stanza/utils/training/run_lemma.py ${shorthand}
```
#### 3. POS Tagging
Note that for POS and depparse, if there are a pretrained word2vec files in the target folders, Stanza will prioritize using them even if you give the --wordvec_file argument. To avoid accidentally using a wrong word2vec, remember to add --no_pretrain.
```
## assign the shorthand name
shorthand=en_tweetewt
Expand Down

0 comments on commit 7d65236

Please sign in to comment.