mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
forgot &&
This commit is contained in:
parent
b6f67d9db8
commit
501c1762dc
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ const useArgFindRel = (title, newsOrg) => {
|
|||
const similarities = [];
|
||||
|
||||
for (const item of contentArray.value) {
|
||||
if (item.title !== title && item.contentType === "GENERAL" item.publisher = newsOrg) {
|
||||
if (item.title !== title && item.contentType === "GENERAL" && item.publisher = newsOrg) {
|
||||
console.log(item.title);
|
||||
const itemVector = tf(item.title);
|
||||
console.log(itemVector);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue