<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>rousso.eu &#187; Algorithms</title>
	<atom:link href="http://rousso.eu/?feed=rss2&#038;cat=14" rel="self" type="application/rss+xml" />
	<link>http://rousso.eu</link>
	<description>a Greek guy, writing from Sweden, his blog in the States.</description>
	<lastBuildDate>Tue, 22 Jun 2010 16:51:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>GreekEuroVerbalizer</title>
		<link>http://rousso.eu/?p=24</link>
		<comments>http://rousso.eu/?p=24#comments</comments>
		<pubDate>Tue, 23 Aug 2005 08:35:00 +0000</pubDate>
		<dc:creator>rousso</dc:creator>
				<category><![CDATA[Algorithms]]></category>

		<guid isPermaLink="false">http://rousso.gr/Lists/Posts/ViewPost.aspx?ID=29</guid>
		<description><![CDATA[Reading a recent post in dotNetZone.gr I decided to implement as a proof-of-concept an algorithm using regular expressions to convert a decimal numeral representing an amount of money, to a verbal from in Greek text. So to make it more obvious the problem was to convert 1,234,567.89 Euros to the string &#8220;One Million, Two Hundred Thirty [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Reading a <a href="http://www.dotnetzone.gr/cs/blogs/equilibrium/articles/Greek_Money_Verbage.aspx" target="_blank">recent post in dotNetZone.gr</a> I decided to implement as a proof-of-concept an algorithm using regular expressions to convert a decimal numeral representing an amount of money, to a verbal from in Greek text.</p>
<p>So to make it more obvious the problem was to convert 1,234,567.89 Euros to the string &#8220;One Million, Two Hundred Thirty Four, Five Hundred Sixtyseven Euros and Eightynine Cents&#8221; (only that the text should be in Greek and not English as I typed here to make the concept clear for everyone).</p>
<p>The algorithm I came up with is not the best that I could do but is enough as a proof of concept. Do not be alarmed if it seems too long at first glance. It&#8217;s just the code comments that make it so long.</p>
<p>So to find the algorithm:</p>
<ul>
<li>Either read it online in my <a href="http://www.dotnetzone.gr/cs/blogs/rousso/articles/GreekEuroVerbalizer.aspx" target="_blank">relevant blog article in dotNetZone.gr here</a>. Apart from code comments, all other text in the refered article is in Greek but since you are reading this you do not realy need to be able to understand anything else
<li>or download <a href="http://blog.rousso.gr/content/binary/GreekEuroVerbalizer.zip">GreekEuroVerbalizer.zip (220,72 KB)</a> which contains a VS.NET 2003 solution with a demo windows application that tests the algorithm.
<li>You can also view online a <a href="http://blog.rousso.gr/doc/GreeekEuroVerbalizer/index.html" target="_blank">rough documentation</a> created with nDoc from my source comments <a href="http://blog.rousso.gr/doc/GreeekEuroVerbalizer/index.html">here</a>.</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://rousso.eu/?feed=rss2&amp;p=24</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
