8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
t = Twitter()
t.pos("총리와") 이렇게 파싱하면 [('총리와', 'Noun')] 이렇게 결과가 나오는데요, 이것을 [('총리', 'Noun'), ('와', 'Josa')] 이렇게 나눌 수 있는 방법이 있을까요??