HarmanDotpy/Named-Entity-Recognition-in-Pytorch
Named Entity Recognition system, entirely in PyTorch based on a BiLSTM architecture. Includes an analysis and comparison of different architectures and embedding schemes. Includes support for Character Embeddings, CRF layer (developed from scratch), Layer Normalization, Glove embeddings
PythonMIT