inspirehep / beard

Bibliographic Entity Automatic Recognition and Disambiguation
Other
66 stars 36 forks source link

similarity: fuzzy similarity #25

Closed etzemis closed 9 years ago

glouppe commented 9 years ago

In general, you should make sure your code works for sparse matrices. Input vectors will be yielded by TFIDF or count in the most general case, and these vectors are sparse.

glouppe commented 9 years ago

How is it going @etzemis, anything blocking you?

glouppe commented 9 years ago

Can you push your latest code, even if it is not yet fully ready, so that we can start reviewing?

glouppe commented 9 years ago

I see that sparse support is not yet implemented. Ping me if you need help.