C-KLex / Phraends

NLP Application for Summarizing Finance Article
0 stars 0 forks source link

Web crawling 5th PR #13

Closed Weirdojord closed 1 year ago

Weirdojord commented 1 year ago

👉 Summary

Added main function to call all functions at one time, and a small function to obtain company name from ticker name.

👀Detail

Main: Input -> ticker name; Output -> list of all articles to be put into AI model

Function "get_company_name_from_ticker_name": Input -> ticker name; Output -> company name

YLee2121 commented 1 year ago

Why do you have 59 files?

Weirdojord commented 1 year ago

That’s in the new commit, I put the outside package’s file inside web crawling, I thought it would only appear when I do the next pull request…

On Mon, Jul 31, 2023 at 1:24 AM YLee2121 @.***> wrote:

Why do you have 59 files?

— Reply to this email directly, view it on GitHub https://github.com/C-KLex/Phraends/pull/13#issuecomment-1657636318, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4IP7NC6PZMI224RSSW5THTXS46RTANCNFSM6AAAAAA25WAWNY . You are receiving this because you were assigned.Message ID: @.***>

YLee2121 commented 1 year ago

What are those json file for ? Are they the result of crawling? Do they have a specific meaning in this case? What's sec_file?

Weirdojord commented 1 year ago

They are result of crawling, and they will become the output from SEC files.

On Mon, Jul 31, 2023 at 10:48 AM YLee2121 @.***> wrote:

What are those json file for ? Are they the result of crawling? Do they have a specific meaning in this case?

— Reply to this email directly, view it on GitHub https://github.com/C-KLex/Phraends/pull/13#issuecomment-1658524896, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4IP7NDJP3HNFEQJAGIDHXDXS7AT3ANCNFSM6AAAAAA25WAWNY . You are receiving this because you were assigned.Message ID: @.***>

alex308248 commented 1 year ago

They are result of crawling, and they will become the output from SEC files. … On Mon, Jul 31, 2023 at 10:48 AM YLee2121 @.> wrote: What are those json file for ? Are they the result of crawling? Do they have a specific meaning in this case? — Reply to this email directly, view it on GitHub <#13 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4IP7NDJP3HNFEQJAGIDHXDXS7AT3ANCNFSM6AAAAAA25WAWNY . You are receiving this because you were assigned.Message ID: @.>

I think it's better not to put those files in the commit. It should be generated through function and record locally.