You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're getting the prerequisites from SelfService (example CS251) and then parsing them into CNF/DNF form through RegEx. However, neither scraping nor parsing accuracy is 100%. A few issues that we've faced:
Outdated courses that we can't find anymore (see all unlinked courses here)
Repeated courses on the same level of logic (example MA165 here)
The prerequisite format differs on the catalog link so our scraping fails. This usually happens with grad courses (see CS523) but also can happen with others like CS182.
The text was updated successfully, but these errors were encountered:
We're getting the prerequisites from SelfService (example CS251) and then parsing them into CNF/DNF form through RegEx. However, neither scraping nor parsing accuracy is 100%. A few issues that we've faced:
The text was updated successfully, but these errors were encountered: