Skip to content

Instantly share code, notes, and snippets.

@yssymmt
Created September 19, 2022 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yssymmt/0fdfe08bb189c4d514e7bd4255b9ebcc to your computer and use it in GitHub Desktop.
Save yssymmt/0fdfe08bb189c4d514e7bd4255b9ebcc to your computer and use it in GitHub Desktop.
select
word,
pos,
count(*) as cnt
from jumbo.aud06_mecab_vertical
group by 1,2
order by 3 desc
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment