Spaces:
Sleeping
Sleeping
Kota Takahashi
commited on
Commit
·
c83d422
1
Parent(s):
4dfa163
ファイル名をtfidf_calculatorに変更
Browse files- app.py +1 -1
- tidif_calclator.py → tfidf_calculator.py +0 -0
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
from news_scraper import YahooNewsScraper
|
| 4 |
-
from
|
| 5 |
from cosine_similarity_calculator import CosineSimilarityCalculator
|
| 6 |
from summerizer import TextSummarizer
|
| 7 |
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
from news_scraper import YahooNewsScraper
|
| 4 |
+
from tfidf_calculator import JapaneseTextVectorizer
|
| 5 |
from cosine_similarity_calculator import CosineSimilarityCalculator
|
| 6 |
from summerizer import TextSummarizer
|
| 7 |
|
tidif_calclator.py → tfidf_calculator.py
RENAMED
|
File without changes
|