namaco icon indicating copy to clipboard operation
namaco copied to clipboard

Character Based Named Entity Recognition.

Results 5 namaco issues
Sort by recently updated
recently updated
newest added

"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...

bug

Hi could you please add a License to your project?

question

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...