<div dir="ltr">I&#39;m just starting to use PET.&nbsp; I&#39;ve got it parsing simple sentences using the July 2007 ERG.&nbsp; Now I&#39;m trying to get it to deal with sentences that contain lexical items it doesn&#39;t recognize.&nbsp; I know there are ways to specify richer input information like POS tags on the words, but I haven&#39;t been able to get this to work.&nbsp; I&#39;m looking for pointers to more documentation or better yet input files I could work with.<br>
<br>Say I try to parse a sentence like &quot;Xavier is tall.&quot;&nbsp; PET/ERG 2007 can&#39;t handle this because there is no lexicon entry for Xavier.&nbsp; I want to be able to tell PET that &quot;Xavier&quot; is a proper noun and have it generate parses.&nbsp; The first thing I&#39;ve tried is using the YY-input mode as documented on the <a href="http://wiki.delph-in.net/moin/PetInput">PetInput</a> page.&nbsp; I copied the example sentence &quot;This FAQ will <span style="font-family: arial,sans-serif;">concentrate...&quot; with its YY annotation from that page, put all the elements on a single line, and ran it in PET using the command line</span><br style="font-family: arial,sans-serif;">
<pre style="font-family: arial,sans-serif;">cheap -yy -packing -verbose=4 -default-les english.grm</pre>as specified on that page.&nbsp; However, this gave me the following error<br><br>no lexicon entries for:<br>&nbsp;&nbsp;&nbsp; &quot;faq&quot; [NP1 ]<br>
&nbsp;&nbsp;&nbsp; &quot;.&quot; [. ]<br><br><ol><li>Can anyone send me a simple YY-input format file that is known to work with the July 2007 ERG and a cheap command line that will parse it?</li><li>Is there documentation for the YY and XML-based PIC formats anywhere other than the PetInput page on the Delphin Wiki?&nbsp; I&#39;m still unclear where I&#39;m supposed to be looking for documentation.</li>
</ol>Thanks.<br><br>-- <br>Bill McNeill<br><a href="http://staff.washington.edu/billmcn/index.shtml">http://staff.washington.edu/billmcn/index.shtml</a><br>
</div>