CoolFace
Apppublic

prb977/cooccurrence_count

sourceHugging Faceupdated 4y agoView on Hugging Face
0likes
tests.py9 linesDownload Raw Back to root
1test_cases = [2    {3        "data": ["hello sun", "hello moon", "hello sun"],4        "word1": "hello",5        "word2": "sun",6        "result": {"count": 3, "co_occurrence_count": 2}7    },8]9