Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 R 中的 VLMC 包分析文学文本。尝试将数据放入马尔可夫链时,出现此错误:
vlmc(txt, cutoff = 5) 中的错误:字母太大;目前限制为最多 255 个字母
有没有办法绕过这个限制?我能做些什么来解决这个问题?