Entity Matching by Similarity Join
 
Loading...
Searching...
No Matches
test_feature.py File Reference

Namespaces

namespace  test_feature
 

Variables

 test_feature.file = Path(__file__).resolve()
 
 test_feature.parent
 
 test_feature.root
 
str test_feature.dir_path = "../datasets/tables/megallen/amazon-google-structured"
 
str test_feature.path_tableA = "/".join([dir_path, "table_a.csv"])
 
str test_feature.path_tableB = "/".join([dir_path, "table_b.csv"])
 
str test_feature.path_gold = "/".join([dir_path, "gold.csv"])
 
 test_feature.gold_graph = nx.Graph()
 
 test_feature.tableA = read_csv_table(path_tableA)
 
 test_feature.tableB = read_csv_table(path_tableB)
 
 test_feature.gold = read_csv_golds(path_gold, gold_graph)
 
list test_feature.numeric_attr = ["price", "year"]
 
 test_feature.schemas = list(tableA)[1:]