Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactive_shell_NER.ipynb에서 list_of_ner_word 오류 #10

Open
PCNwslee opened this issue Nov 21, 2020 · 0 comments
Open

Interactive_shell_NER.ipynb에서 list_of_ner_word 오류 #10

PCNwslee opened this issue Nov 21, 2020 · 0 comments

Comments

@PCNwslee
Copy link

PCNwslee commented Nov 21, 2020

DecoderFromNamedEntitySequence class에서 list_of_ner_word list를 append하기 위한 아래 조건문이 문제가 있는 것 같습니다.

if prev_entity_tag != entity_tag and prev_entity_tag != "":

prev_entity_tag != entity_tag 조건으로 연속되는 같은 개체명에서 앞의 개체명을 인식하지 못하는데
예) B-LOC, B-LOC
예) B-NOH, I-NOH, B-NOH

해당 조건을 넣으신 이유가 있을까요?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant