Skip to content

Commit

Permalink
add FAC to column_ner
Browse files Browse the repository at this point in the history
  • Loading branch information
wongjingping committed Nov 1, 2024
1 parent a34f12b commit ff37ab1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_utils_pruning.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ def test_metadata():
"airport.airport_name,text,name of airport",
"flight.airport_name,text,name of the airport",
],
"FAC": [
"country.name,text,country name",
"airport.airport_name,text,name of airport",
"flight.airport_name,text,name of the airport",
],
"PERSON": ["flight.pilot_name,text,name of the pilot"],
}
column_join = {("airport", "country"): [("airport.country_id", "country.id")]}
Expand Down

0 comments on commit ff37ab1

Please sign in to comment.