Dictionary of Bigram-Score extracted from BNC with all association meausres by NLTK
收藏DataCite Commons2026-04-24 更新2025-04-16 收录
下载链接:
https://nakala.fr/10.34847/nkl.69c45aak
下载链接
链接失效反馈官方服务:
资源简介:
a product of the project A4LL (ANR-22-CE38-0015-01)
https://sites-recherche.univ-rennes2.fr/lidile/en/a4ll/
# The dictionary contains Bigrams extracted from BNC with a window of four.
#
# First level:
# key: the specified association measure (tuple)
# value: the bigram-score pair of this measure (dictionary)
#
# Second level:
# key: bigram (tuple)
# value: score of the bigram in BNC (numeric)
# check all available measures on the webpage:
# https://tedboy.github.io/nlps/generated/generated/nltk.BigramAssocMeasures.html
#
tuple_measures = ('chi_sq','dice','fisher','jaccard','likelihood_ratio','mi_like','phi_sq','pmi','poisson_stirling','raw_freq','student_t')
提供机构:
NAKALA - https://nakala.fr (Huma-Num - CNRS)
创建时间:
2024-02-05



