Displaying 2 results from an estimated 2 matches for "gw_idf".
Did you mean:
g_id
2007 Aug 18
2
Problem with lsa package (data.frame) on Windows XP
...t;lsa")
matrix1 = textmatrix("C:\\Documents and Settings\\tine stalmans.TINE.
000\\LSA\\cuentos\\", stemming=TRUE, language="spanish",
minWordLength=2, minDocFreq=1, stopwords=NULL, vocabulary=NULL)
print(matrix1,bag_lines = 3, bag_cols = 3)
matrix1 = lw_bintf(matrix1) * gw_idf(matrix1)
space = lsa(matrix1, dims = dimcalc_share())
as.textmatrix(space)
### the following line fails on windows XP
matrix2 = textmatrix("C:\\Documents and Settings\\tine stalmans.TINE.
000\\LSA\\respuestas\\", stemming=TRUE, language="spanish",
minWordLength=2, minDocFreq...
2007 Aug 21
2
Partial comparison in string vector
...= textmatrix("C:\\Documents and Settings\\tine stalmans.TINE.
> 000\\LSA\\cuentos\\", stemming=TRUE, language="spanish",
> minWordLength=2, minDocFreq=1, stopwords=NULL, vocabulary=NULL)
> print(matrix1,bag_lines = 3, bag_cols = 3)
> matrix1 = lw_bintf(matrix1) * gw_idf(matrix1)
> space = lsa(matrix1, dims = dimcalc_share())
> as.textmatrix(space)
>
> ### the following line fails on windows XP
> matrix2 = textmatrix("C:\\Documents and Settings\\tine stalmans.TINE.
> 000\\LSA\\respuestas\\", stemming=TRUE, language="spanish",...