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

ner_label 함수 작성 #29

Closed
wants to merge 1 commit into from
Closed

ner_label 함수 작성 #29

wants to merge 1 commit into from

Conversation

wbin0718
Copy link
Contributor

Description

  • ner_label 함수 작성

Related Issue

close #28

@wbin0718 wbin0718 self-assigned this Nov 22, 2022
@wbin0718 wbin0718 added the enhancement New feature or request label Nov 22, 2022
@wbin0718 wbin0718 changed the base branch from main to dev November 22, 2022 09:39
Copy link
Contributor

@kyc3492 kyc3492 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

conflict만 해결하시면 될듯!!

@@ -15,6 +15,7 @@ def extraction(subject: str) -> Tuple[int, int, str, str]:
sub_end_idx = int(subject.split(",", subject_length - 3)[subject_length - 3].split(",")[1].split(":")[1])
subject = "".join(subject.split(",", subject_length - 3)[: subject_length - 3]).split(":")[1]
subject_entity = subject_entity.replace("'", "").strip()
subject = subject.replace("'", "").strip()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

conflict 나는 부분입니다! 확인 부탁드려용 😁

@FacerAin FacerAin closed this Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ner_label 함수 작성
3 participants