Re: [TEXT] Add a duration parser, using donated code from gunip

2016-11-08 Thread Benedikt Ritter
hub.com/jchampemont/gunip > > > > > > Is indeed the right repository, and licensed under Apache 2.0 > > > > > > Bruno > > > > > > > > > - Original Message ----- > > > > From: Gary Gregory > > > > To: Common

Re: [TEXT] Add a duration parser, using donated code from gunip

2016-11-08 Thread Matt Benson
gt; To: Commons Developers List ; Bruno P. > Kinoshita > > > Cc: "w...@jeanchampemont.com" > > > Sent: Tuesday, 8 November 2016 10:33 PM > > > Subject: Re: [TEXT] Add a duration parser, using donated code from > gunip > > > > >

Re: [TEXT] Add a duration parser, using donated code from gunip

2016-11-08 Thread Jean Champémont
; To: Commons Developers List ; Bruno P. Kinoshita > > > > Cc: "w...@jeanchampemont.com" > > Sent: Tuesday, 8 November 2016 10:33 PM > > Subject: Re: [TEXT] Add a duration parser, using donated code from gunip > > > > If it is this Gunip ht

Re: [TEXT] Add a duration parser, using donated code from gunip

2016-11-08 Thread Jean Champémont
ory, and licensed under Apache 2.0 > > Bruno > > > - Original Message - > > From: Gary Gregory > > To: Commons Developers List ; Bruno P. Kinoshita > > > > Cc: "w...@jeanchampemont.com" > > Sent: Tuesday, 8 November 2016 10:33 P

Re: [TEXT] Add a duration parser, using donated code from gunip

2016-11-08 Thread Bruno P. Kinoshita
s List ; Bruno P. Kinoshita > > Cc: "w...@jeanchampemont.com" > Sent: Tuesday, 8 November 2016 10:33 PM > Subject: Re: [TEXT] Add a duration parser, using donated code from gunip > > If it is this Gunip https://github.com/jchampemont/gunip, then it is > already license

Re: [TEXT] Add a duration parser, using donated code from gunip

2016-11-08 Thread Gary Gregory
If it is this Gunip https://github.com/jchampemont/gunip, then it is already licensed as Apache 2.0. Gary On Tue, Nov 8, 2016 at 1:23 AM, Bruno P. Kinoshita < brunodepau...@yahoo.com.br.invalid> wrote: > Hi all, > > This is regarding TEXT-25 [1], for adding a Duration Parser to [text]. > > Gunip

[TEXT] Add a duration parser, using donated code from gunip

2016-11-08 Thread Bruno P. Kinoshita
Hi all, This is regarding TEXT-25 [1], for adding a Duration Parser to [text]. Gunip is a "Generic UNIt Parser" by Jean Champémont (CC'ed). It provides a parser capable of interpreting text such as 2 hours, 1 mn and 22sec And get the value in base unit, such as seconds 2 * 60 * 60 + 1 * 6