Pete Walsh
Pete Walsh
Hi @preetraga, though I haven't tested that, I'm pretty sure that would work without any changes to the code. You could just format the data file so that the first...
@preetraga I think you're right, at least if you're using the GloVe (or any other) pretrained embeddings
On a side note, I'm not maintaining this repository anymore in favor of using [AllenNLP](https://github.com/allenai/allennlp) instead. AllenNLP has a great CRF module, which is easy to use out-of-the-box. It also...
Hey @AXGKl I'm trying to reproduce this so I can understand what the underlying issue is, but so far no luck... it seems to work okay for me with the...
No worries! Glad you got it figured out.
@AXGKl when you reproduce the error can you run this lua script: ```lua local cmp = require("cmp") for _, source in pairs(cmp.get_config().sources) do print(source.name) end ``` You could put this...
Maybe @hrsh7th has an idea?
Sounds like a good feature. I'm happy to accept a PR with this as a default mapping.
Hey @gbrls I'd be happy to review a PR for this. I see a couple paths forward: 1. Add a function that needs to be called manually by the end...