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.
単語のベクトルを取得するには、次を使用できます。
model["word"]
しかし、文のベクトルを取得したい場合は、すべての単語のベクトルを合計するか、すべてのベクトルの平均を取得する必要があります。
FastText はこれを行う方法を提供していますか?