Skip to content

Commit

Permalink
Update utilities.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SaPhyoThuHtet authored Sep 18, 2023
1 parent 92e1d50 commit e6c5ce7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@
import pickle


def get_driver():
options = Options()
options.add_argument('--disable-gpu')
options.add_argument('--headless')
return webdriver.Chrome(service=Service(ChromeDriverManager().install()), options=options)


def crawl():
driver = get_driver()
driver.get("http://example.com")
st.code(driver.page_source)


"""" Tokenization """
def syllable_tokenization(input:str)->str:
Expand Down

0 comments on commit e6c5ce7

Please sign in to comment.