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
The unified schema has several text fields, some of which are listed below.
Weight
Unit
Volume
Rating
Date
URL
Phone Number
Email Address
Rank
On a given web page, these could be enmeshed in other text such that it would currently require either an re_search function or a lengthier pipeline expression.
+ $36.56 Shipping & Import Fees Deposit to India
Thus not only would it make pipeline expressions more terse, it would also make them robust since we are abstracting away the intricate logic within well-tested shublang functions.
An interesting side effect would be that it would give us the building blocks to construct an AST for implementing #29
@akshayphilar, If I understand this correctly, are we to create abstractions on extracting these fields, quite similar to how price and date are for the following?
There may be some sort of pre processing that may be required, but yes essentially we will be wrapping shublang functions around such libs whenever they are available.
The unified schema has several text fields, some of which are listed below.
On a given web page, these could be enmeshed in other text such that it would currently require either an
re_search
function or a lengthier pipeline expression.+ $36.56 Shipping & Import Fees Deposit to India
Thus not only would it make pipeline expressions more terse, it would also make them robust since we are abstracting away the intricate logic within well-tested shublang functions.
An interesting side effect would be that it would give us the building blocks to construct an AST for implementing #29
WDYT @VMRuiz @ivankivanov @mabelvj @BurnzZ
The text was updated successfully, but these errors were encountered: