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
Add multi-extractor combination tests with format validation
- Added test-extraction-combinations.sh script to test different extractor combinations
- Tests mappings-only, all-enabled, and PageId+Label combinations
- Validates both N-Triples and Turtle output formats
- Integrated into GitHub Actions workflow
- TriX format warnings already implemented in Extraction.scala
How to run manually:
cd scripts/src/main/bash
chmod +x test-extraction-combinations.sh
./test-extraction-combinations.sh
Note: Server must be running on localhost:9999 before running tests
0 commit comments