<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inflexion.git/src/main/java/bjc/inflexion/InflectionML.java, branch trunk</title>
<subtitle>Java implementation of Damian Conway's english inflection algorithm
</subtitle>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/inflexion.git/'/>
<entry>
<title>General cleanup</title>
<updated>2022-08-17T03:05:19+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2022-08-17T03:05:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/inflexion.git/commit/?id=bdce1524bf06679573ed1875196bf43f4664fe91'/>
<id>bdce1524bf06679573ed1875196bf43f4664fe91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup pass</title>
<updated>2020-04-13T22:44:24+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2020-04-13T22:44:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/inflexion.git/commit/?id=2f6a7807f7180fb467e3d06f2af4263a45759c28'/>
<id>2f6a7807f7180fb467e3d06f2af4263a45759c28</id>
<content type='text'>
Pass to do some cleanups</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pass to do some cleanups</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up warnings</title>
<updated>2020-03-31T00:58:40+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2020-03-31T00:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/inflexion.git/commit/?id=2d140567edf035fe665f66b78d488bc12c0f157b'/>
<id>2d140567edf035fe665f66b78d488bc12c0f157b</id>
<content type='text'>
Clear up some warnings that had popped up. Mostly, closing some input
streams after we're done with them.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clear up some warnings that had popped up. Mostly, closing some input
streams after we're done with them.</pre>
</div>
</content>
</entry>
<entry>
<title>Import organization</title>
<updated>2018-10-28T18:53:22+00:00</updated>
<author>
<name>bculkin2442</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-10-28T18:53:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/inflexion.git/commit/?id=8a2048901d502eccf65366541e4bba72c404638e'/>
<id>8a2048901d502eccf65366541e4bba72c404638e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add compilation support</title>
<updated>2018-10-28T16:18:32+00:00</updated>
<author>
<name>bculkin2442</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-10-28T16:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/inflexion.git/commit/?id=91041ca9443c695a11244724bc6296b235bba716'/>
<id>91041ca9443c695a11244724bc6296b235bba716</id>
<content type='text'>
Inflection strings can now be compiled and reused, like regular
expressions.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inflection strings can now be compiled and reused, like regular
expressions.</pre>
</div>
</content>
</entry>
<entry>
<title>General update</title>
<updated>2018-10-15T00:15:17+00:00</updated>
<author>
<name>bculkin2442</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-10-15T00:15:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/inflexion.git/commit/?id=004bc5de7618bc44079e6cdd21a50d6814c76c50'/>
<id>004bc5de7618bc44079e6cdd21a50d6814c76c50</id>
<content type='text'>
Testing, plus some reorganization</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Testing, plus some reorganization</pre>
</div>
</content>
</entry>
<entry>
<title>Case folding options</title>
<updated>2018-09-17T02:28:05+00:00</updated>
<author>
<name>bculkin2442</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-09-17T02:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/inflexion.git/commit/?id=f8eff578b94fece2d02a15104b540537c2a6d0cc'/>
<id>f8eff578b94fece2d02a15104b540537c2a6d0cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix double-pluralizing</title>
<updated>2018-09-17T01:35:41+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-09-17T01:35:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/inflexion.git/commit/?id=5da4e3c87427abd7fee6457970399b06ceba2b98'/>
<id>5da4e3c87427abd7fee6457970399b06ceba2b98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Indefinites</title>
<updated>2018-06-07T19:26:46+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-06-07T19:26:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/inflexion.git/commit/?id=7f16ae0286ab7492eee9f4019d976bc5ca95d556'/>
<id>7f16ae0286ab7492eee9f4019d976bc5ca95d556</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup</title>
<updated>2017-10-12T00:34:29+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2017-10-12T00:34:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/inflexion.git/commit/?id=235208946ceb2bf0f422956a3ebc0ebb88ba28b6'/>
<id>235208946ceb2bf0f422956a3ebc0ebb88ba28b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
