Y
Hacker News
new
|
ask
|
show
|
jobs
by
nsrivast
1093 days ago
Or, a quick-and-dirty bag-of-words approach:
https://github.com/nsrivast/whenwhere
2 comments
karaterobot
1093 days ago
I would say one of the main points of the article is that it's cheap and easy to outperform BoW using ChatGPT.
link
leobg
1093 days ago
Actually, it seems like it’s just regex:
regex = r"\d{4}"
link