英文: NLTagger tags every word as OtherWord and name scheme as Other 问题 我尝试了 Apple 的示例: import Natural...
如何找到以字符串表示的两首歌词之间的余弦相似度?
英文: How can I find the cosine similarity between two song lyrics represented as strings? 问题 我和我的朋友正在...
TokenClassificationChunkPipeline 报错:’BatchEncoding’ 对象不是迭代器
英文: TokenClassificationChunkPipeline is throwing error: 'BatchEncoding' object is not an ite...
遇到问题在正确导入tensorflow Tokenizer和tensorflow padded_sequences。
英文: Having trouble correctly importing tensorflow Tokenizer and tensorflow padded_sequences 问题 我有一个神...
Finding the words or sentence that is followed by a search word and put them into a dictionary python
英文: Finding the words or sentence that is followed by a search word and put them into a dictionary p...
Error while executing "python -m spacy download en_core_web_sm" in spacy python
英文: Error while executing "python -m spacy download en_core_web_sm" in spacy python 问题 我试图...
BERTopic模型:我应该移除名字吗?
英文: BERTopic model: Should I remove names? 问题 我正在尝试创建一个电影推荐系统,并希望使用主题建模来处理电影描述。目前,我正在探索BERTopic模型。 然...
将HF模型推送到Hub。
英文: How push HF model to the hub 问题 I have a related issue can any one solve it? Problem described w...
Textarea 可视元素?
英文: Textarea visual element? 问题 恭喜你们辛勤工作!Taipy是一个很棒的工具箱,可以让我们更轻松地用Python构建Web应用程序。我们目前正在为一个NLP POC构建...
如何加载使用transformers中的tokenizers训练的WordLevel Tokenizer。
英文: How to load a WordLevel Tokenizer trained with tokenizers in transformers 问题 Sure, here is the t...
11