hub.com/jchampemont/gunip
> > >
> > > Is indeed the right repository, and licensed under Apache 2.0
> > >
> > > Bruno
> > >
> > >
> > > - Original Message -----
> > > > From: Gary Gregory
> > > > To: Common
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
> > >
> >
; 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
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
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
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
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