Parse Scryfall API MTG cards for tokenization
- Download MTG Card Data: Fetch card data from Scryfall API by set code
- Configurable Tokenization: Use CSV-based configuration for flexible vocabulary management
- Multi-file Support: Load and process multiple card data files at once
- Token Preview: Preview tokenization results before exporting
- Export Options: Download tokenized data as JSON
- Download Cards: Enter a set code (e.g., "ELD", "MKM") and download card data
- Switch to Tokenize Tab: The tokenizer configuration will load automatically
- Load Card Data: Select the JSON files you downloaded in step 1
- Tokenize: Generate tokens from the card data using the pre-configured vocabulary
- Export: Download the tokenized results as JSON
The tokenizer uses a CSV-based configuration system that automatically loads from tokenizer_config.csv. See TOKENIZER_README.md for detailed information about customizing the tokenization vocabulary.
index.html- Main application interfacescryfallfetch.js- Scryfall API integrationtokenizer-configurable.js- Configurable tokenizer implementationtokenizer_config.csv- Default tokenizer configurationstyle.css- Application stylingTOKENIZER_README.md- Detailed tokenizer documentation