File size: 195 Bytes
4d57961
 
d303927
 
 
e0ee438
4d57961
d303927
1
2
3
4
5
6
7
8
9
test_cases = [
    {
        "data": ["hello sun", "hello moon", "hello sun"],
        "word1": "hello",
        "word2": "sun",
        "result": {"count": 3, "co_occurrence_count": 2}
    },
]