namaco
namaco copied to clipboard
Character Based Named Entity Recognition.
"pip insall namaco" failed ERROR: Could not find a version that satisfies the requirement namaco (from version: none) ERROR: No matching distribution found for namaco I am running on Python...
Hey @icoxfog417 , @Hironsan First of all, Thanks for putting a lot of efforts in creating such a modular NER codebase. I tried training `namaco` NER with CONLL 2003 english...
hi: Thanks for sharing! but when i use crf layer of your model, crf = CRFLayer() pred = crf([pred, sequence_lengths]) the printed f-score are all 0,and early stop occured. but...