Skip to content

Instantly share code, notes, and snippets.

@danieldk
Created September 2, 2023 09:04
Show Gist options
  • Save danieldk/00a2dd05c8a012b7b049a25f23e23062 to your computer and use it in GitHub Desktop.
Save danieldk/00a2dd05c8a012b7b049a25f23e23062 to your computer and use it in GitHub Desktop.
Punctuation unigram frequencies across various programming languages, with their most common bigrams
_ 44919, bigrams: __: 1445, ._: 531, _(: 529, _): 138, (_: 99
, 42109, bigrams: ),: 3297, ",: 3266, ],: 1725, },: 461, >,: 389
. 37513, bigrams: ..: 1881, ).: 1539, ._: 531, ].: 436, .": 431
) 32189, bigrams: (): 6046, );: 3852, ),: 3297, )): 2780, "): 2528
( 32188, bigrams: (): 6046, (": 2536, (&: 1116, ((: 699, _(: 529
: 24991, bigrams: ::: 4528, ):: 2302, ":: 849, ]:: 427, :{: 351
" 22854, bigrams: ",: 3266, "": 2633, (": 2536, "): 2528, ":: 849
= 20709, bigrams: ==: 1217, =": 670, +=: 351, !=: 347, =>: 316
/ 12470, bigrams: //: 5087, /*: 494, */: 493, :/: 239, </: 163
; 10225, bigrams: );: 3852, };: 895, ?;: 473, ";: 468, ];: 456
[ 8748, bigrams: #[: 499, [": 451, []: 420, ([: 372, &[: 327
] 8744, bigrams: ],: 1725, ]): 1176, )]: 575, "]: 535, ];: 456
- 7208, bigrams: ->: 2415, (-: 184, --: 167, [-: 138, "-: 69
} 6923, bigrams: };: 895, },: 461, {}: 383, }): 323, }": 233
{ 6922, bigrams: {}: 383, :{: 351, {": 260, {@: 197, ={: 127
> 6465, bigrams: ->: 2415, >,: 389, >(: 329, >>: 324, =>: 316
* 6045, bigrams: /*: 494, */: 493, **: 467, *,: 336, (*: 201
< 4000, bigrams: <': 219, </: 163, :<: 121, <=: 105, <<: 99
& 2914, bigrams: (&: 1116, &[: 327, &&: 106, <&: 81, &': 77
# 2905, bigrams: #[: 499, "#: 42, ##: 38, #:: 22, (#: 19
@ 2274, bigrams: {@: 197, "@: 25, @": 5, @{: 4, }@: 3
` 2035, bigrams: ``: 463, `.: 112, )`: 101, `(: 91, `_: 72
+ 1966, bigrams: +=: 351, ++: 268, )+: 131, +.: 31, +): 20
' 1817, bigrams: '': 274, <': 219, ';: 108, &': 77, '(: 64
! 1295, bigrams: !(: 519, !=: 347, ![: 152, /!: 85, (!: 66
\ 963, bigrams: \.: 129, "\: 89, \": 76, =\: 36, )\: 24
? 907, bigrams: )?: 745, ?;: 473, ?): 87, ?,: 58, ?": 29
| 801, bigrams: (|: 215, ||: 132, |_: 29, _|: 28, )|: 25
% 182, bigrams: "%: 31, %.: 11, }%: 6, %": 6, (%: 6
$ 179, bigrams: ${: 106, "$: 31, '$: 14, =$: 13, $(: 8
^ 97, bigrams: "^: 23, ^=: 21, ^(: 7, )^: 5, ^": 5
~ 43, bigrams: ~/: 9, /~: 8, `~: 7, :~: 5, ~(: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment