<?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 Content Categorization Studio/Server, Category and Classifier Concept question in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Content-Categorization-Studio-Server-Category-and-Classifier/m-p/835727#M10326</link>
    <description>&lt;P&gt;Hi...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know this is probably hopeless as the product is kinda deprecated, but I'm trying to retool some of our usage to try and get the best out of Categories and Classifier Concepts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In other words, I'd like to use the accent insensitivity of Classifier Concepts&amp;nbsp; but have the added power of Categories.&amp;nbsp; I know I can create a reference/dependency between Classifier rules and Concepts with the [] syntax.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem is that I have some Concepts that are plugged in as include files and generated programmatically.&amp;nbsp; They can get quiet large and contain many different unique quantities.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just for example, it's like I have an include file for the Concept NFL, and inside I have match keys for all of the different teams, all of their known nicknames, etc.&amp;nbsp; Every match in the Concept file has the return value specified, so all synonyms/alternate phrasings come back to a consistent representation, e.g&lt;/P&gt;&lt;PRE&gt;New England Patriots,
Pats,New England Patriots
New York Jets,&lt;BR /&gt;Jets,__TGIF:{(OR,"football")}:New York Jets&lt;/PRE&gt;&lt;P&gt;I'd like to write a Category rule referencing the NFL concept, but tailor it to a specific return value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;PRE&gt;(AND(OR,"Meadowlands","East Rutheford"),(OR,"[NFL]":"New York Jets"))&lt;/PRE&gt;&lt;P&gt;I tried approximating the xpath query syntax for a specific value.&amp;nbsp; It parses, but it doesn't match.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to do this?&amp;nbsp; Or do I need to create a separate Concept uniquely for each thing in the include file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 28 Sep 2022 21:51:36 GMT</pubDate>
    <dc:creator>mmodrall</dc:creator>
    <dc:date>2022-09-28T21:51:36Z</dc:date>
    <item>
      <title>Content Categorization Studio/Server, Category and Classifier Concept question</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Content-Categorization-Studio-Server-Category-and-Classifier/m-p/835727#M10326</link>
      <description>&lt;P&gt;Hi...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know this is probably hopeless as the product is kinda deprecated, but I'm trying to retool some of our usage to try and get the best out of Categories and Classifier Concepts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In other words, I'd like to use the accent insensitivity of Classifier Concepts&amp;nbsp; but have the added power of Categories.&amp;nbsp; I know I can create a reference/dependency between Classifier rules and Concepts with the [] syntax.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem is that I have some Concepts that are plugged in as include files and generated programmatically.&amp;nbsp; They can get quiet large and contain many different unique quantities.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just for example, it's like I have an include file for the Concept NFL, and inside I have match keys for all of the different teams, all of their known nicknames, etc.&amp;nbsp; Every match in the Concept file has the return value specified, so all synonyms/alternate phrasings come back to a consistent representation, e.g&lt;/P&gt;&lt;PRE&gt;New England Patriots,
Pats,New England Patriots
New York Jets,&lt;BR /&gt;Jets,__TGIF:{(OR,"football")}:New York Jets&lt;/PRE&gt;&lt;P&gt;I'd like to write a Category rule referencing the NFL concept, but tailor it to a specific return value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;PRE&gt;(AND(OR,"Meadowlands","East Rutheford"),(OR,"[NFL]":"New York Jets"))&lt;/PRE&gt;&lt;P&gt;I tried approximating the xpath query syntax for a specific value.&amp;nbsp; It parses, but it doesn't match.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to do this?&amp;nbsp; Or do I need to create a separate Concept uniquely for each thing in the include file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 21:51:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Content-Categorization-Studio-Server-Category-and-Classifier/m-p/835727#M10326</guid>
      <dc:creator>mmodrall</dc:creator>
      <dc:date>2022-09-28T21:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Content Categorization Studio/Server, Category and Classifier Concept question</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Content-Categorization-Studio-Server-Category-and-Classifier/m-p/841843#M10361</link>
      <description>&lt;P&gt;Thank you for your question! Yes, it appears that with the strategy you are using, you will get the results you are looking for only by separating your NFL list into the different sections you are interested in (probably by team based on my understanding of your use case).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: even though the product you are using is discontinued, the LITI syntax is alive and well at SAS. We use it for information extraction (concept and fact extraction) and it still integrates with the categorization syntax. There is a book on the&amp;nbsp; LITI syntax that may be useful to you published by SAS Press. Here is a link on Amazon (it is also available on O'Reilly and through your SAS representative):&amp;nbsp;&lt;A href="https://www.amazon.com/SAS-Text-Analytics-Business-Applications-ebook/dp/B07QC3S58F/ref=sr_1_1?keywords=Teresa+Jade&amp;amp;qid=1555095723&amp;amp;s=books&amp;amp;sr=1-1" target="_blank"&gt;https://www.amazon.com/SAS-Text-Analytics-Business-Applications-ebook/dp/B07QC3S58F/ref=sr_1_1?keywords=Teresa+Jade&amp;amp;qid=1555095723&amp;amp;s=books&amp;amp;sr=1-1&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 12:55:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Content-Categorization-Studio-Server-Category-and-Classifier/m-p/841843#M10361</guid>
      <dc:creator>TeresaJade</dc:creator>
      <dc:date>2022-11-01T12:55:03Z</dc:date>
    </item>
  </channel>
</rss>

