schema
schema copied to clipboard
A Python implementation of SCHEMA - An Algorithm for Automated Product Taxonomy Mapping in E-commerce.
Results
2
schema issues
Sort by
recently updated
recently updated
newest added
Thank you for your implementation, but can you provide test cases and/or an example with real paths values ?
Defined the source and candidate paths as below for testing. Is this correct? source_path = schema.Path().add_node(mobile) candidate_paths = [schema.Path().add_node(mobile), handset] Error received is provided below for your reference. Traceback (most...