cooccurrence_count / tests.py
Prabin Bhandari
Update counts
e0ee438
raw
history blame contribute delete
195 Bytes
test_cases = [
{
"data": ["hello sun", "hello moon", "hello sun"],
"word1": "hello",
"word2": "sun",
"result": {"count": 3, "co_occurrence_count": 2}
},
]