8 vectorspace - Vector Space Model and related procedures
Copyright 2005, 2006, 2007, 2008, 2009, 2010 by Damir Ćavar, Petar Garžina, Larisa Grčić, Tanja Gulan, Damir Kero, Robert Paleka, Franjo Pehar, Pavle Valerjev
| (require nltk/vectorspace) |
The nltk/vectorspace module provides procedures for the generation and manipulation of vector spaces.
8.1 Vectorspace Basic procedures
Returns a vs data structure.
Returns #t, if uvs is of type vs, else it returnes #f.
Returns a list of column labels.
Sets the column labels list.
Returns a list with the row labels for the vector space uvs.
Sets the row labels of vector space uvs to the list rowlabels.
Returns a hashtable data structure with the cells of the vector space uvs.
Sets the cells of vector space uvs to be the hashtable data structure cells.