nodejs-support
nodejs-support copied to clipboard
Add getTagSurface function
이슈를 참조해주세요. (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