jhlau

Results 11 comments of jhlau

It can work, but I suspect it'll work better if you supply it with pretrained embeddings.

We don't provide support for corenlp - you might want to ask them directly for the lowercase question. As for tokenisation options, it's entirely up to you how you want...

Looks like it's probably not reading from my forked version of gensim. Can you test if you can call infer_test manually with an interactive python session?

Weird, I just tried doing a fresh install (with virtualenv) and have no problems. Your gensim version seems to be right too (0.12.4), so I am not sure why this...

Does the train script (train_model.py) work?

Yea this really beats me. The train_model.py loads pre-trained embeddings and it won't work if you use the canonical gensim, so it looks like your gensim version is right but...

Looks like there's another (closed) issue on this. Are you using the given pre-trained models? Or it's a model you've trained up yourself.

Thanks for noticing this. I believe this is a typo in the publication - it doesn't make sense to only consider the last stressed syllable for rhyme (in such a...

Understand this is a hobby project, but did you by any chance do some evaluation? Just curious how well it does compared to state-of-the-art models.

This might not answering your question, but I am calling the odometer to get the x and y positions [1]. I was fiddling with readLocator before but found that they...