<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.apertium.org/w/index.php?action=history&amp;feed=atom&amp;title=Talk%3AEarley-based_structural_transfer_for_Apertium</id>
	<title>Talk:Earley-based structural transfer for Apertium - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.apertium.org/w/index.php?action=history&amp;feed=atom&amp;title=Talk%3AEarley-based_structural_transfer_for_Apertium"/>
	<link rel="alternate" type="text/html" href="https://wiki.apertium.org/w/index.php?title=Talk:Earley-based_structural_transfer_for_Apertium&amp;action=history"/>
	<updated>2026-05-05T18:37:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.apertium.org/w/index.php?title=Talk:Earley-based_structural_transfer_for_Apertium&amp;diff=44057&amp;oldid=prev</id>
		<title>Francis Tyers at 21:20, 2 October 2013</title>
		<link rel="alternate" type="text/html" href="https://wiki.apertium.org/w/index.php?title=Talk:Earley-based_structural_transfer_for_Apertium&amp;diff=44057&amp;oldid=prev"/>
		<updated>2013-10-02T21:20:42Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 21:20, 2 October 2013&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-context diff-side-deleted&quot;&gt;&lt;div&gt;The current transfer assumes lemma/PoS/sub-pos (and possibly lexical selection) are all completely disambiguated. This reduces parse ambiguity _a lot_. It might even reduce it so much that it&#039;s not worth it to do parse selection, but simply choose the first, longest match, similar to what transfer currently does. This might make writing a recursive parse module a bit simpler since the Earley parser wouldn&#039;t have to keep track of shorter matches, and would not have to do anything after parsing to select between them. It&#039;s an empirical question how well that would work though (most likely it would work a lot better for pairs that use syntactic/dependency CG&#039;s). --[[User:Unhammer|unhammer]] 13:20, 2 October 2013 (UTC)&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-context diff-side-added&quot;&gt;&lt;div&gt;The current transfer assumes lemma/PoS/sub-pos (and possibly lexical selection) are all completely disambiguated. This reduces parse ambiguity _a lot_. It might even reduce it so much that it&#039;s not worth it to do parse selection, but simply choose the first, longest match, similar to what transfer currently does. This might make writing a recursive parse module a bit simpler since the Earley parser wouldn&#039;t have to keep track of shorter matches, and would not have to do anything after parsing to select between them. It&#039;s an empirical question how well that would work though (most likely it would work a lot better for pairs that use syntactic/dependency CG&#039;s). --[[User:Unhammer|unhammer]] 13:20, 2 October 2013 (UTC)&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-addedline diff-side-added&quot;&gt;&lt;br /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-addedline diff-side-added&quot;&gt;&lt;div&gt;::Check out [[recursive transfer]] :) - [[User:Francis Tyers|Francis Tyers]] 21:20, 2 October 2013 (UTC)&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Francis Tyers</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.apertium.org/w/index.php?title=Talk:Earley-based_structural_transfer_for_Apertium&amp;diff=44036&amp;oldid=prev</id>
		<title>Unhammer: Created page with &#039;The current transfer assumes lemma/PoS/sub-pos (and possibly lexical selection) are all completely disambiguated. This reduces parse ambiguity _a lot_. It might even reduce it so…&#039;</title>
		<link rel="alternate" type="text/html" href="https://wiki.apertium.org/w/index.php?title=Talk:Earley-based_structural_transfer_for_Apertium&amp;diff=44036&amp;oldid=prev"/>
		<updated>2013-10-02T13:20:02Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;The current transfer assumes lemma/PoS/sub-pos (and possibly lexical selection) are all completely disambiguated. This reduces parse ambiguity _a lot_. It might even reduce it so…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The current transfer assumes lemma/PoS/sub-pos (and possibly lexical selection) are all completely disambiguated. This reduces parse ambiguity _a lot_. It might even reduce it so much that it&amp;#039;s not worth it to do parse selection, but simply choose the first, longest match, similar to what transfer currently does. This might make writing a recursive parse module a bit simpler since the Earley parser wouldn&amp;#039;t have to keep track of shorter matches, and would not have to do anything after parsing to select between them. It&amp;#039;s an empirical question how well that would work though (most likely it would work a lot better for pairs that use syntactic/dependency CG&amp;#039;s). --[[User:Unhammer|unhammer]] 13:20, 2 October 2013 (UTC)&lt;/div&gt;</summary>
		<author><name>Unhammer</name></author>
		
	</entry>
</feed>