<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Extending some of the phrases that are found by Text Explorer in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Extending-some-of-the-phrases-that-are-found-by-Text-Explorer/m-p/961750#M110242</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14503"&gt;@caseylott&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The LLM Prompt Runner (and all extensions on the marketplace) is free - it can be used to send multiple row entries to an LLM and get back its response - ie i have all my row descriptions of a card, rather than asking manually for an LLM to provide some analysis of it (i.e. "is this card overpowered? give me a yes/no") it will fire it to the LLMs automatically for each entry and collect the response. Very useful for processing data, especially with semantic text where different descriptors can be used to essentially point to the same thing (or vice versa).&lt;/P&gt;
&lt;P&gt;If you're planning on publishing this somewhere publicly, it would be cool to see!&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ben&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jul 2026 09:28:16 GMT</pubDate>
    <dc:creator>Ben_BarrIngh</dc:creator>
    <dc:date>2026-07-28T09:28:16Z</dc:date>
    <item>
      <title>Extending some of the phrases that are found by Text Explorer</title>
      <link>https://community.jmp.com/t5/Discussions/Extending-some-of-the-phrases-that-are-found-by-Text-Explorer/m-p/960862#M110220</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;I am using Text explorer to find phrases in a clean corpus that I know pretty well, oracle text from Magic the Gathering cards. It's doing a great job, but there's something I'd like to improve. It is finding the common phrase "destroy up to one target" but it is not finding the phrases "destroy up to one target creature" or "destroy up to one target enchantment". I'd like to be able to find these. They are common enough that they should probably be found. I have increased the maximum number of words per phrase from 10 to 100 to 1000 to see if this would affect algorithm behavior and it didn't. I've turned of all stop words and I am not using stemming. I have the maximum number of phrases to find parameter to 50,000 and it only found about 30,000, so I don't think that is the issue.&lt;/P&gt;
&lt;P&gt;Aside from these basic settings, is there something I can do to "train" the phrase finding algorithm to find these extended phrases? I don't understand Regex, but perhaps there's something that could be done there? This kind of unfortunate truncation (at least for the purposes of my research) happens throughout my corpus, so I'm looking for a solution that would fix this problem systemically, rather than a 1 time fix, like adding the specific phrase I am working for. I think I would find many of the phrases that I am looking for if it could just be taught to extend all existing phrases one word more. I imagine there's so rule that makes it think that it's found the optimal stopping point for each phrase as it adds one word at a time, but for this corpus, it often stops just a little too short. Of course, it's finding all kinds of non-sensical 10 word phrases that I am not looking for.&lt;/P&gt;
&lt;P&gt;Does anyone have an idea for how to get it to just extend each of the phrases that it finds by one word?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I haven't found that changing any settings makes a difference. Does anyone have any suggestions? I&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 00:03:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Extending-some-of-the-phrases-that-are-found-by-Text-Explorer/m-p/960862#M110220</guid>
      <dc:creator>caseylott</dc:creator>
      <dc:date>2026-07-23T00:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Extending some of the phrases that are found by Text Explorer</title>
      <link>https://community.jmp.com/t5/Discussions/Extending-some-of-the-phrases-that-are-found-by-Text-Explorer/m-p/961015#M110223</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14503"&gt;@caseylott&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cool idea - I'm wondering if the LLM Prompt Runner on the marketplace could be a good place to start - let an LLM do some of the hard work of identifying key phrases or cleaning up the original entries to simplify the data finding.&amp;nbsp;MTG oracle text has a very regular domain grammar (verb + "target" + optional quantifier + object type), so an LLM prompt asking it to extract the full object of each targeting clause would reliably produce "target creature," "target enchantment," "target creature or planeswalker," etc. as structured output.&lt;BR /&gt;&lt;BR /&gt;Other option would be to change the phrase "destroy up to one target" into a single phrase "destroy_up_to_one_target" - right now the text explorer is splitting the individual words up, and because none of the end terms dominate (ie theres not loads of 'target creature') theyre being placed as single entries. If you convert as 'destroy_up_to_one_target' it will float up 'destroy_up_to_one_target creature//enchantment' or similar. You can use Column &amp;gt; Recode&amp;gt; Replace String and do similar to the screenshot below:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ben_BarrIngh_0-1784803377366.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/110813i52CE2AFBB5E643A8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ben_BarrIngh_0-1784803377366.png" alt="Ben_BarrIngh_0-1784803377366.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 10:43:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Extending-some-of-the-phrases-that-are-found-by-Text-Explorer/m-p/961015#M110223</guid>
      <dc:creator>Ben_BarrIngh</dc:creator>
      <dc:date>2026-07-23T10:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Extending some of the phrases that are found by Text Explorer</title>
      <link>https://community.jmp.com/t5/Discussions/Extending-some-of-the-phrases-that-are-found-by-Text-Explorer/m-p/961097#M110230</link>
      <description>Thank you, Ben. I’ll try the manual recode trick. I’m not sure what the LLM on Marketplace option is, but if it’s an add-on I need to pay for, I’ll pass. &lt;BR /&gt;&lt;BR /&gt;Casey&lt;BR /&gt;&lt;BR /&gt;“Wrong models can be dangerous too”</description>
      <pubDate>Thu, 23 Jul 2026 19:00:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Extending-some-of-the-phrases-that-are-found-by-Text-Explorer/m-p/961097#M110230</guid>
      <dc:creator>caseylott</dc:creator>
      <dc:date>2026-07-23T19:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Extending some of the phrases that are found by Text Explorer</title>
      <link>https://community.jmp.com/t5/Discussions/Extending-some-of-the-phrases-that-are-found-by-Text-Explorer/m-p/961122#M110231</link>
      <description>&lt;P&gt;Hi Ben,&lt;/P&gt;
&lt;P&gt;Just wanted to give you kudos and let you know the manual recode worked, extremely well. Every time that I found a phrase that seemed to be missing a word at the end, I simply recoded the phrase to be one word with underscores and re-ran the analysis with the same settings. Each time, the phrase I was looking for showed up. For example, after "At the beginning of each opponents" was recoded to "At_ the_beginning_of_each_opponents" and moved to the term list, the next time I ran text explorer it found "At the beginning of each opponents upkeep", which is what I was looking for in the first place. My corpus and the phrases I am looking for is small enough that I can probably make these type of manual recodes in about 20-30 places and effectively find all of the terms I am looking for. For smaller analyses like this, I feel like I was just given a "hack" that I will use over and over again. I am grateful.&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 21:57:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Extending-some-of-the-phrases-that-are-found-by-Text-Explorer/m-p/961122#M110231</guid>
      <dc:creator>caseylott</dc:creator>
      <dc:date>2026-07-23T21:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Extending some of the phrases that are found by Text Explorer</title>
      <link>https://community.jmp.com/t5/Discussions/Extending-some-of-the-phrases-that-are-found-by-Text-Explorer/m-p/961750#M110242</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14503"&gt;@caseylott&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The LLM Prompt Runner (and all extensions on the marketplace) is free - it can be used to send multiple row entries to an LLM and get back its response - ie i have all my row descriptions of a card, rather than asking manually for an LLM to provide some analysis of it (i.e. "is this card overpowered? give me a yes/no") it will fire it to the LLMs automatically for each entry and collect the response. Very useful for processing data, especially with semantic text where different descriptors can be used to essentially point to the same thing (or vice versa).&lt;/P&gt;
&lt;P&gt;If you're planning on publishing this somewhere publicly, it would be cool to see!&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2026 09:28:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Extending-some-of-the-phrases-that-are-found-by-Text-Explorer/m-p/961750#M110242</guid>
      <dc:creator>Ben_BarrIngh</dc:creator>
      <dc:date>2026-07-28T09:28:16Z</dc:date>
    </item>
  </channel>
</rss>

