1

extract_glosses.R

 2 years ago
source link: https://gist.github.com/agricolamz/481a71e5cda70e33dd78a2a3a93d5f8e
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
extract_glosses.R · GitHub

Instantly share code, notes, and snippets.

library(rvest) read_html("https://www.bivaltyp.info/languages/descriptions/Polish.html") %>% html_nodes("span.gloss") %>% html_text() %>% unique() %>% sort() %>% paste(collapse = " — ; ") %>% cat()


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK