Re: [Factor-talk] Compile error in tf-idf vocab after upgrade

2015-07-09 Thread CW Alston
Hi John - Definite yes vote on pushing tf-idf to factor/extra. A boon for anybody working on natural language processing with Factor. I found the code easy to extend (modified it to work with my nosql couchdb-backed project), a good stimulus for learning about vector-based representations of

[Factor-talk] Compile error in tf-idf vocab after upgrade

2015-07-08 Thread CW Alston
Hi all- I've been making good use of the TF-IDF search engine (from the supplementary utilities at https://github.com/mrjbq7/re-factor). After upgrading (on July 6 2015) to: Factor 0.98 x86.32 (1631, heads/master-0-g16abe47, Wed Jun 17 21:18:37 2015) [Clang (GCC 4.2.1 Compatible Apple LLVM 6.1.0

Re: [Factor-talk] Compile error in tf-idf vocab after upgrade

2015-07-08 Thread John Benediktsson
Hi cw, Thanks for letting me know, I forgot to update it. Just now pushed a fix if you want to update to latest re-factor: https://github.com/mrjbq7/re-factor/commit/d3a33c1dde3574db700392701a273c9ab80b7273 Maybe tf-idf would be a good candidate vocab to move to factor/extra. Best, John.