Skip to content

Instantly share code, notes, and snippets.

@nishio
Created March 26, 2019 03:34
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 nishio/1a42bfb999f5224ea6aec455f3bac5c2 to your computer and use it in GitHub Desktop.
Save nishio/1a42bfb999f5224ea6aec455f3bac5c2 to your computer and use it in GitHub Desktop.
Scrapboxプロジェクト毎のキーワードの出現頻度
In [142]: count_titles("nishio").most_common(10)
Out[142]:
[('たとえ', 86),
('KJ法', 81),
('エンジニアの知的生産術', 76),
('Scrapbox', 71),
('ドラッカー', 45),
('経営ゲーム', 41),
('知識', 36),
('盲点カード', 33),
('イノベーション', 30),
('言語化', 29)]
In [143]: count_titles("rashitamemo").most_common(10)
Out[143]:
[('Scrapbox', 92),
('断片からの創造', 72),
('企画案', 43),
('情報摂取の作法', 41),
('書籍名', 39),
('断片', 37),
('Evernote', 32),
('幸福論', 32),
('思考の技術', 32),
('ブログ', 23)]
In [144]: count_titles("shiology").most_common(10)
Out[144]:
[('RICOH GR Digital', 1199),
('Photography', 835),
('Apple iPhone', 566),
('Education', 556),
('RICOH GXR', 439),
('学問・資格', 410),
('パソコン・インターネット', 388),
('2013', 344),
('携帯・デジカメ', 319),
('Apple MacBook', 285)]
@nishio
Copy link
Author

nishio commented Mar 26, 2019

In [159]: count_titles("shokai").most_common(10)
Out[159]:
[('Scrapbox', 80),
('料理', 49),
('レシピ', 47),
('JavaScript', 32),
('React', 28),
('memo', 27),
('Node.js', 26),
('人物', 26),
('Scrapboxの哲学', 26),
('Nota Inc.', 24)]

@nishio
Copy link
Author

nishio commented Mar 26, 2019

In [161]: count_titles("marshmallow-rm").most_common(10)
Out[161]:
[('書籍', 259),
('『問題解決大全』', 47),
('『アイデア大全』', 41),
('図書館', 37),
('勉強', 32),
('入門書', 32),
('小説', 28),
('独学', 28),
('数学', 28),
('知識', 27)]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment