Hi Akim,
Ok, thanks anyway:)
Best regards,
r0ller
Eredeti levél
Feladó: Akim Demaille < a...@lrde.epita.fr (Link -> mailto:a...@lrde.epita.fr) >
Dátum: 2018 november 27 20:32:24
Tárgy: Re: bison for nlp
Címzett: r0ller < r0l...@freemail.hu (Link -> mailto:r0l
> Le 27 nov. 2018 à 16:49, r0ller a écrit :
>
> Hi Akim,
>
> Thanks for everything again. One thing came into my mind concerning your
> question if there's any feature of bison I miss (though this may not belong
> to the scope of bison but another tool): a kind of reverse mode would be
> gr
..@lrde.epita.fr) >
Dátum: 2018 november 23 19:13:10
Tárgy: Re: bison for nlp
Címzett: r0ller < r0l...@freemail.hu (Link -> mailto:r0l...@freemail.hu) >
Hi r0ller,
> Le 21 nov. 2018 à 11:07, r0ller a écrit :
>
> Hi Akim,
>
> Thanks again! After your answer I felt
Hi r0ller,
> Le 21 nov. 2018 à 11:07, r0ller a écrit :
>
> Hi Akim,
>
> Thanks again! After your answer I felt pretty dumb as I had to realize that
> the problems I mentioned came most probably due to my carelessness.
:) No worries.
> This is actually one thing that could be pointed out in
offline via voice control having a bison parser running under
the hood:)
Best regards,
r0ller
Eredeti levél
Feladó: Akim Demaille < a...@lrde.epita.fr (Link -> mailto:a...@lrde.epita.fr) >
Dátum: 2018 november 20 20:19:50
Tárgy: Re: bison for nlp
Címzett: r0ller < r0l
Hi!
> Le 19 nov. 2018 à 16:09, r0ller a écrit :
>
> Hi Akim,
>
> I managed to take the first step and get it running but it wasn’t as easy as
> I thought.
Sorry about that :(
> First, I wanted to take the approach that the 'Simple C++ Example'
> demonstrates in the bison manual. However, I
a
C parser but I manually modified and played around with it till I got it
working.
Thanks for any hints!
Best regards,
r0ller
Eredeti levél
Feladó: r0ller < r0l...@freemail.hu (Link -> mailto:r0l...@freemail.hu) >
Dátum: 2018 november 12 11:43:47
Tárgy: Re: bison f
to turn mine into a c++ parser:)
Best regards,
r0ller
Eredeti levél
Feladó: Akim Demaille < a...@lrde.epita.fr (Link -> mailto:a...@lrde.epita.fr) >
Dátum: 2018 november 9 06:13:29
Tárgy: Re: bison for nlp
Címzett: r0ller < r0l...@freemail.hu (Link -> mailto:r0l...@freema
> On 9 Nov 2018, at 12:11, Akim Demaille wrote:
>
>> Le 9 nov. 2018 à 09:58, Hans Åberg a écrit :
>>
>>
>>> On 9 Nov 2018, at 05:59, Akim Demaille wrote:
>>>
By the way, I’ll still get the error message as a string I guess, right?
>>>
>>> Yes. Some day we will work on improving error
> Le 9 nov. 2018 à 09:58, Hans Åberg a écrit :
>
>
>> On 9 Nov 2018, at 05:59, Akim Demaille wrote:
>>
>>> By the way, I’ll still get the error message as a string I guess, right?
>>
>> Yes. Some day we will work on improving error message generation,
>> there is much demand.
>
> One thin
> On 9 Nov 2018, at 05:59, Akim Demaille wrote:
>
>> By the way, I’ll still get the error message as a string I guess, right?
>
> Yes. Some day we will work on improving error message generation,
> there is much demand.
One thing I'd like to have is if there is an error with say a identifier,
Hi!
> Le 7 nov. 2018 à 10:09, r0ller a écrit :
>
> Hi Akim,
>
> The file hi_nongen.y is just left there as the last version that I wrote
> manually:) If you check out any other hi.y files in the platform specific
> directories (e.g. the one for the online demo is
> https://github.com/r0ller/
> Le 8 nov. 2018 à 22:35, r0ller a écrit :
>
> Hi Hans,
>
> Wow, I did not know that feature. Is such a string only used when creating
> an error message?
It also becomes an alias in the grammar file itself. For instance with
%token PLUS "+"
in addition to
exp: exp PLUS exp
you can als
as a string I guess, right?
Best regards,
r0ller
Eredeti levél
Feladó: Hans Åberg < haber...@telia.com (Link -> mailto:haber...@telia.com) >
Dátum: 2018 november 8 21:25:03
Tárgy: Re: bison for nlp
Címzett: r0ller < r0l...@freemail.hu (Link -> mailto:r0l...@freemai
rb", and you
can also use it in the grammar instead of t_ENG_Adv.
> Eredeti levél
> Feladó: Hans Åberg < haber...@telia.com (Link -> mailto:haber...@telia.com) >
> Dátum: 2018 november 8 14:28:03
> Tárgy: Re: bison for nlp
> Címzett: r0ller < r0l..
Hi Hans,
Sorry, I don't really get it:( What do you mean by replacing tokens by strings?
How can that be done?
Best regards,
r0ller
Eredeti levél
Feladó: Hans Åberg < haber...@telia.com (Link -> mailto:haber...@telia.com) >
Dátum: 2018 november 8 14:28:03
Tárgy:
> On 7 Nov 2018, at 10:09, r0ller wrote:
>
> Numbering tokens was introduced in the very beginning and has been questioned
> by myself quite a many times if it's still needed. I didn't give a hard try
> to get rid of it mainly due to one reason: I want to have an error handling
> that tells i
some time for
it -at least to check it out:) Could you give me any links pointing to any
tutorial or something like that? It'd be very kind if you could help me in
taking the first steps, thanks!
Using std::endl is something I never pondered about. But is really
std::cout< mailto:a...@lr
Hi!
> Le 6 nov. 2018 à 17:32, r0ller a écrit :
>
> To whoever it may concern,
>
> I’m using bison to create an open source nlp tool and it's kind of useable
> already (see online demo at https://r0ller.github.io/alice).
Wow! That’s impressive.
> The bison source itself is generated from the
19 matches
Mail list logo