[1] http://disi.unitn.it/moschitti/articles/ECIR2007-Bloehdorn.pdf
Tim
>> For testing I just created some dummy small vectors for a few
>> words. For real usage bigger vectors will be required. I made the
>> interface use generic java types, so that all vectors would have to be
>> created from outside by API users.
> I'm not sure what you mean by "generic java types" here. I didn't see
> any generics in the code.
Poor word choice on my part. I just meant plain java types, Map, String,
double[], as opposed to creating/using a class with some abstraction
like WordVector or something. Nothing to do with generics.
>> I was just curious about whether
>> there are any potentially useful types I missed or any plans to
>> incorporate them, with word2vec and compositional distributional
>> approaches becoming popular?
> I don't understand this question, but probably it's the same confusion
> as the previous one.
So this was asking whether such abstractions may exist somewhere I
couldn't find, or if not whether they might be worth adding.
Tim