在我的index.js上,我想展示许多组件,每个组件都包含独立的查询等。我正在从其静态查询文档页面使用Gatsby的代码。但是,什么也没有退还。在构建开发包或控制台中,我没有任何错误。有人可以看到我在做什么错吗?
import tensorflow as tf
from tensorflow import keras
from tensorflow.keras.preprocessing.text import Tokenizer
sentences = [
'I love my dog',
'I love my cat'
]
tokenizer = Tokenizer(num_words= 100)
tokenizer.fit_on_texts(sentences)
word_index=tokenizer.word_index
print(word_index)
非常感谢任何帮助。
答案 0 :(得分:1)
正确的数据路径应为:
data.allSanityProduct.edges[0].node.productName