<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hello,<br>
      <br>
      I may be making some conceptual progress on this...<br>
      <br>
      I went back to the chart mapping tutorial
      (<a class="moz-txt-link-freetext" href="http://moin.delph-in.net/Chart_Mapping">http://moin.delph-in.net/Chart_Mapping</a>) and found myself looking
      at the following lexical filtering rule from the ERG's lfr.tdl:<br>
      <blockquote>
        ;; throw out generic whenever a native entry is available,
        unless the token is<br>
        ;; a named entity (which now includes names activated because of
        mixed case or<br>
        ;; non-sentence-initial capitalization).<br>
        ;;<br>
        generic_non_ne+native_lfr := lexical_filtering_rule &amp;<br>
        [ +CONTEXT &lt; [ SYNSEM.PHON.ONSET con_or_voc ] &gt;,<br>
        &nbsp; +INPUT &lt; [ SYNSEM.PHON.ONSET unk_onset, ORTH.CLASS non_ne ]
        &gt;,<br>
        &nbsp; +OUTPUT &lt; &gt;,<br>
        &nbsp; +POSITION "I1@C1" ].<br>
        <br>
      </blockquote>
      Is it the case that I want the +CONTEXT and +INPUT to be exactly
      reversed with NO_DEFAULT_LES or DEFAULT_LES_POSGAPS_LEXGAPS?<br>
      <br>
      Thank you,<br>
      Paul<br>
      <br>
      On 9/17/2013 4:54 PM, Paul Haley wrote:<br>
    </div>
    <blockquote cite="mid:5238C18A.1090302@haleyai.com" type="cite">Hi,
      <br>
      <br>
      It seems that when I send FSC w/ TNT tags for some but not all
      tokens I get ERG LEs that do not satisfy the provided tags when
      using any of NO_DEFAULT_LES, DEFAULT_LES_ALL, or
      DEFAULT_LES_POSGAPS_LEXGAPS.&nbsp; It does respect these tags when
      there are no corresponding ERG LEs, however, which is good.
      <br>
      <br>
      Is there a way that I can get PET w/ the ERG to respect the TNT
      tags when provided but otherwise use the ERG LEs?
      <br>
      <br>
      Thank you,
      <br>
      Paul
      <br>
      <br>
    </blockquote>
    <br>
  </body>
</html>