Skip to content

Commit

Permalink
Update Corpora_and_Vector_Spaces.ipynb (#772)
Browse files Browse the repository at this point in the history
Change "Market Matrix" to "Matrix Market": typo.
  • Loading branch information
megansquire authored and tmylk committed Jul 7, 2016
1 parent 4ce3ce1 commit b092718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notebooks/Corpora_and_Vector_Spaces.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@
"\n",
"There exist several file formats for serializing a Vector Space corpus (~sequence of vectors) to disk. *Gensim* implements them via the *streaming corpus interface* mentioned earlier: documents are read from (resp. stored to) disk in a lazy fashion, one document at a time, without the whole corpus being read into main memory at once.\n",
"\n",
"One of the more notable file formats is the [Market Matrix format](http://math.nist.gov/MatrixMarket/formats.html). To save a corpus in the Matrix Market format:"
"One of the more notable file formats is the [Matrix Market format](http://math.nist.gov/MatrixMarket/formats.html). To save a corpus in the Matrix Market format:"
]
},
{
Expand Down

0 comments on commit b092718

Please sign in to comment.