cysouw / qlcMatrix

Utility sparse matrix functions for Quantitative Language Comparison (QLC)
6 stars 6 forks source link

fix pwMatrix #1

Closed looschen closed 9 years ago

looschen commented 9 years ago

pwMatrix(strings=c("a", "b", "c", "")) failed because of the empty string "". pwMatrix now returns a Matrix with correct dims when the last rows are all zero.