Text Processing Hacking - Part 1

Pubblicato il: 15 agosto 2024
sul canale di: Darrell Kreckel
13
0

We are going to look at the F1 Schedule 2024 website in an effort to extract a concise calendar of events for our own personal use. How we are going to do this we don’t know. The web page is an html document that we are going to extract to a text file. It will have over 5,000 lines of data in it. We will want the dates and location of every race in 2024. But that’s all we want. How we do this is the big question because this is a unique problem we are going to try to solve.

Basically, we are going to use text processing methods to reduce the amount of data in the html document to just the lines of data we need. Then we are going to use more text processing tools to extract just the data we need from the selected lines.
We’re hacking here. We have no rules. We need to find the patterns in the html data that will allow us to find the data we need.


In questa pagina del sito puoi guardare il video online Text Processing Hacking - Part 1 della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Darrell Kreckel 15 agosto 2024, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 13 volte e gli è piaciuto 0 spettatori. Buona visione!