deep-crf
deep-crf copied to clipboard
Supported tag format
Is supported tag format by deep-crf "[BI] - {Tag Name}" and "O" only?
I think deep-crf supports BIES-{Tag Name} and O.
Accoding to source code, "[ES] - {Tag Name}" are only supported in evaluate mode (That aren't supported in train and test mode).
https://github.com/aonotas/deep-crf/blob/96c3126fe1f4cff735eb463e1e01cf3062e8f29d/deepcrf/evaluate.py#L39-L45