Skip to content

Commit

Permalink
Updated dump doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zgornel committed Jun 5, 2019
1 parent 3efa5ec commit 039b48a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dump.jl
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
"""
dump(wv::WordVectors, filename [;kind=:binary])
dump(filename::AbstractString, wv::WordVectors [;kind=:binary])
Writes embeddings to disk.
# Arguments
* `wv::WordVectors` the embeddings
* `filename::AbstractString` the embeddings file name
* `wv::WordVectors` the embeddings
# Keyword arguments
* `kind::Symbol` specifies whether the embeddings file is textual (`:text`)
Expand Down

0 comments on commit 039b48a

Please sign in to comment.