<div dir="ltr">Hi DM,<div><br></div><div>There is a unit test attached to the previous e-mail that covers the scenarios you have mentioned:</div><div><div>    @Test</div><div>    public void testChapterParsing() {</div><div>
        assertEquals(&quot;Gen.1&quot;, SimpleOsisParser.parseOsisRef(testV11n, &quot;Gen.1&quot;).getOsisRef());</div><div>        assertEquals(&quot;Mark.10&quot;, SimpleOsisParser.parseOsisRef(testV11n, &quot;Mark.10&quot;).getOsisRef());</div>
<div>        assertEquals(&quot;Gen.1-Gen.3&quot;, SimpleOsisParser.parseOsisRef(testV11n, &quot;Gen.1-Gen.3&quot;).getOsisRef());</div><div>        assertEquals(&quot;Obad&quot;, SimpleOsisParser.parseOsisRef(testV11n, &quot;Obad.1&quot;).getOsisRef());</div>
<div>    }</div></div><div><br></div><div>One assumption is that chapters start with verse 1, although this could probably be changed to assume they start with verse 0 if that is correct.</div><div><br></div><div>Cheers</div>
<div>Martin</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 1 September 2014 16:22, DM Smith <span dir="ltr">&lt;<a href="mailto:dmsmith@crosswire.org" target="_blank">dmsmith@crosswire.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Meant to respond to your first email. This is needed. Hope to review it soon. Work is crazy.<div>
<br></div><div>The challenge with interpreting Gen.1 is that you have to know if it stands alone is the left part of a range or the right part of the range. When it stands alone it refers to the whole chapter, when it is the first part of a range it means the first verse of the chapter and if is the end of the range then it is the last verse of the range.</div>
<div><br></div><div>We also have the complication that of what the first verse or the whole chapter means. Does it include verse 0?</div><div><br></div><div>Since the start and the end of an OSIS range have to be valid OSIS refs the parsing of a range is much easier than user input ranges which might be like Gen 1:2-5. The -5 is ambiguous and has to be interpreted in context of what stands in front of it.<div>
<br></div><div>-- DM</div><div><br><div><div><div class="h5"><div>On Aug 30, 2014, at 3:05 PM, Martin Denham &lt;<a href="mailto:mjdenham@gmail.com" target="_blank">mjdenham@gmail.com</a>&gt; wrote:</div><br></div></div><blockquote type="cite">
<div><div class="h5"><div dir="ltr">I have taken a stab at adding the above functionality to SimpleOsisParser so that it can also parse refs like &#39;Gen.1&#39;, &#39;Gen.1-Gen.3&#39;, &#39;Obad.1&#39;.  I would like to make the methods non-static but tried to make as few changes as possible to the existing code but it may be that this enhancement necessitates some refactoring.<div>

<br></div><div>Can somebody review the attached code and say if it is acceptable?<br><div><br></div><div>Martin</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 30 August 2014 15:23, Martin Denham <span dir="ltr">&lt;<a href="mailto:mjdenham@gmail.com" target="_blank">mjdenham@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>Are there any plans to extend the SimpleOsisParser to be able to parse chapter references like &quot;Gen.1&quot; instead of just verse references e.g. &quot;Gen.1.1&quot; or verse range references e.g. &quot;Gen.1.1-Gen.1.3&quot;?</div>


<div><br></div><div>The following fails so I can&#39;t parse a reference to the whole of Genesis 1 easily:</div><div><br></div><div><div>        assertEquals(&quot;Gen.1&quot;, SimpleOsisParser.parseOsisRef(testV11n, &quot;Gen.1&quot;).getOsisRef());</div>


</div><div><br></div><div>other than by entering &quot;Gen.1.1-Gen.1.31&quot; which, funnily enough, returns the Osis I originally tried to enter &quot;Gen.1&quot;.<span><font color="#888888"><br></font></span></div>
<span><font color="#888888"><div><br></div><div>Martin</div></font></span></div>
</blockquote></div><br></div>
</div></div><span>&lt;SimpleOsisParser.java&gt;</span><span>&lt;SimpleOsisIDParserTest.java&gt;</span>_______________________________________________<br>jsword-devel mailing list<br><a href="mailto:jsword-devel@crosswire.org" target="_blank">jsword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/jsword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/jsword-devel</a><br></blockquote></div><br></div></div></div><br>_______________________________________________<br>

jsword-devel mailing list<br>
<a href="mailto:jsword-devel@crosswire.org">jsword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/jsword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/jsword-devel</a><br>
<br></blockquote></div><br></div>