gpt4 book ai didi

python - 在 Python 中使用 NLTK 的短语索引

转载 作者:太空狗 更新时间:2023-10-30 00:27:45 25 4
gpt4 key购买 nike

是否有可能在 NLTK 中获得短语的索引?

import nltk
from nltk.corpus import PlaintextCorpusReader

corpus_loc = "c://temp//text//"
files = ".*\.txt"
read_corpus = PlaintextCorpusReader(corpus_loc, files)
corpus = nltk.Text(read_corpus.words())
test = nltk.TextCollection(corpus_loc)

corpus.concordance("claim")

例如上面的返回

on okay okay okay i can give you the claim number and my information and
decide on the shop okay okay so the claim number is xxxx - xx - xxxx got

现在,如果我尝试 corpus.concordance("claim number") 它不起作用......我确实有代码可以通过使用 .partition() 来做到这一点 方法和相同的一些进一步编码......但我想知道是否可以使用 concordance 来做同样的事情。

最佳答案

根据这个issue (目前)还不能使用 concordance() 函数搜索多个单词。

关于python - 在 Python 中使用 NLTK 的短语索引,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33813405/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com