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

Add getTagSurface function #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add getTagSurface function #49

wants to merge 1 commit into from

Conversation

snaag
Copy link

@snaag snaag commented Dec 25, 2022

이슈를 참조해주세요. (Reference of the issue)

  • 없습니다.

무엇이 변경되었나요? (Description of the changes)

  • data.js 에 있는 Word 클래스에 tag 와 surface 를 Object 로 반환하는 함수를 추가하였습니다.
  • 예시
# Input) 고양이는
# Output) 
[ { tag: 'NNG', surface: '고양이' }, { tag: 'JX', surface: '는' } ]

# Input) 귀엽습니다.
# Output)
[
  { tag: 'VA', surface: '귀엽' },
  { tag: 'EF', surface: '습니다' },
  { tag: 'SF', surface: '.' }
]

확인자 (Reviewer)

@nearbydelta

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

Successfully merging this pull request may close these issues.

1 participant