ADVERTISEMENT

The many phases of sampalok

Published Sep 30, 2021 03:00 pm

Mukha-sim

ADD TANG TO YOUR FOOD Tamarind fruit contains a sour pulp that becomes sweet as it ripens

Contrary to city folk’s belief, sinampalukan does not mean sinigang using sampalok fruit. The original recipe calls only for young tamarind leaves, which are minced and mashed with sea salt before being sautéed with raw chicken, onions, tomatoes, and ginger.

Sampalok (tamarind) is one of the most useful fruits in our orchard. Although identified mostly as the most popular souring agent for sinigang, the tamarind tree produces flowers, leaves, and bark that have numerous culinary and medicinal uses.

Barrio midwives and village elders swear by the healing powers of steam from mature tamarind leaves soaked in hot water. New mothers are made to sit over a steaming basin and covered with a bed sheet or towel until they sweat. The tamarind steam bath, called suob, is also recommended for other illnesses.

Sinampalukan — Perhaps the most famous use for tamarind talbos (young leaves) is the sinigang dish better known as sinampalukan.

Contrary to city folk’s belief, sinampalukan does not mean sinigang using sampalok fruit. The original recipe calls only for young tamarind leaves, which are minced and mashed with sea salt before being sautéed with raw chicken, onions, tomatoes, and ginger.

Malakumpit — Very young tamarind fruit before seeds are formed assumes a crescent shape, resembling a rice-harvest knife called kumpit.

LEAFY AND YUMMY The sinampalukan from Bulacan has an abundance of minced young tamarind leaves

Pieces of the malakumpit fruit are steamed atop cooking rice in a method called sinapaw. The steamed malakumpit is mashed with a little water. The strained green liquid is mixed with steamed bagoong alamang to produce a sawsawan (dip) that is unique to natives of Cavite.

Small seeds are sweet — A fool-proof way to tell a sweet tamarind fruit is by examining the size of its seeds. Tamarinds with small seeds are generally sweet and therefore fetch a higher price since they are harvested when fully ripe and sold as snacks.  Sour tamarind is picked at any stage and used mainly for sinigang.

Malasebo — Before tamarind fruit ripens fully, it passes through a stage called malasebo, a term describing the color of the flesh that’s like solid grease (sebo). Malasebo tamarind’s shell can be peeled off to reveal avocado-colored flesh that is sweet and sour, which appeals to young people and pregnant women who dip the malasebo in bagoong.

Tipe — The last stage of tamarind’s ripeness is when the flesh turns brown and the fruit covering becomes brittle. Tagalogs call this tipe, and form the peeled sour fruit, seeds and all, into baseball-size balls which keep for months without refrigeration and therefore could be used for cooking when green tamarind is no longer in season.

Tipe travels well, and thus gets shipped in sacks, later shaped into one-kilo blocks for export or for sale in wholesale markets like Divisoria.

SWEET SEEDS The smaller the seeds, the sweeter the tamarind

The brown flesh of ripe tamarind is highly prized by chefs and food manufacturers who value tamarind’s fruity acidity and thick consistency in barbecue sauces and chutneys. Tipe is also made into candy and simmered with sugar into a jam called tamarindo.

First royal export — Tamarind (tamarindus indica) has been a mainstay in Filipino homes and gardens for centuries. Spaniards documented natives eating tamarind when they first “discovered” the islands.

Culinary historian Felice Prudente Sta. Maria writes that in 1567 tamarind saplings were entrusted from Cebu to a ship captain for the Spanish King, to be planted in Mexico to provide a source for the commercially profitable ingredient. By 1573 they were fruiting, suggesting that Mexico’s first tamarinds came from our shores. It is known to have originated in Africa from where the plant migrated to the Indian subcontinent.

Related Tags

Sol Vanzi sinampalukan Sampalok sweet Meat seed dish
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.