Skip to content

Commit

Permalink
修改: cli/train/train.go
Browse files Browse the repository at this point in the history
  • Loading branch information
TsaoLun committed Aug 15, 2023
1 parent c5bba65 commit c661bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/train/train.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var (

func main() {
flag.Parse()

log.Printf("dir: %s, corpora: %s, storeFile: %s", *dir, *corpora, *storeFile)
var files []string
if len(*dir) > 0 {
files = findCorporaFiles(*dir)
Expand Down

0 comments on commit c661bae

Please sign in to comment.