- Notifications
You must be signed in to change notification settings - Fork0
連続部分文字列の単語判定を行います
NotificationsYou must be signed in to change notification settings
toufu-24/Substring-Word-Finder
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
このURLで使用することが出来ます.
https://substring-word-finder.toufu24.dev
連続部分文字列をとり,それが単語として存在するかどうかを判定します.
.envファイルを作成し,以下のように記述してください.
YahooAPIkey=<あなたのYahooAPIkey>
その後,以下のコマンドを実行してください.
streamlit run src/substring_word_finder/main.py
記事にある程度書きましたstreamlitを用いて実装しています.
入力された文字列をひらがなに変換し,それを連続部分文字列に分割します.それに対してそれぞれ日本語の変換をおこない,Wikipediaのページが存在するならば単語として成立しているとみなします.
About
連続部分文字列の単語判定を行います
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.