LSTM-CRF
LSTM-CRF copied to clipboard
embeddings required?
how can I close embeddings?
@syllenz Did you mean not use embeddings?
I'm afraid the LSTM-CRF cannot be used without embeddings. But in my other repo(linear-chain-crf), there is a CRF model that can be used without embeddings.