Click here to Skip to main content
15,892,005 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Thought of the Day Pin
W Balboos, GHB14-May-20 6:47
W Balboos, GHB14-May-20 6:47 
GeneralRe: Thought of the Day Pin
Richard Deeming14-May-20 7:21
mveRichard Deeming14-May-20 7:21 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer14-May-20 9:09
professionalDaniel Pfeffer14-May-20 9:09 
GeneralRe: Thought of the Day Pin
Cp-Coder14-May-20 9:30
Cp-Coder14-May-20 9:30 
GeneralMusings on generalized and context sensitive parsing Pin
honey the codewitch14-May-20 4:37
mvahoney the codewitch14-May-20 4:37 
GeneralRe: Musings on generalized and context sensitive parsing Pin
Member 1298255814-May-20 8:56
Member 1298255814-May-20 8:56 
GeneralRe: Musings on generalized and context sensitive parsing Pin
honey the codewitch14-May-20 9:31
mvahoney the codewitch14-May-20 9:31 
GeneralRe: Musings on generalized and context sensitive parsing Pin
Member 1298255815-May-20 1:50
Member 1298255815-May-20 1:50 
Indeed the A68 description was person-made, not mechanically.
It would be interesting though to see with what degree of constraints it would
be possible to handle it mechanically.
The most simple variant is of course an underlying LL(1) grammar with
predicates (or general functions) between symbols in the rules, predicates
that solely depend on the left context.
However, as soon as you are able - what you are - to generate a multitude of parse trees
you can evaluate constraints in a later stage and delete the trees where the
predicate results are false. The question is of course not whether or not it is theoretically
possible but whether or not you can formulate (levels of) constraints to make it practical.

For AG's is is pretty well known how to limit them such that the attributes can be computed
is a given number of scans over the tree, so given a finite amount of trees and a finite
amount of scans per tree to see whether or not the tree is viable, extracting the valid tree is - in principle - solvable. Assuming in natural language processing the basic elements to
parse and interpret are sentences, that should not give to many problems.

I do not know much about natural language processing, I do know though that most sentences
can be parsed in (many) different ways depending on the context. Context here in a very broad sense! (Due to sloppiness by most speakers the sentences spoken are inherently ambiguous
and require knowledge of the background of the speaker to be able to extract the precise intention of the spoken words.)
My examples would be in Dutch, so probably not very meaningful to you

Anyway, good luck with you parser (parsing) development, although I am not very active in that field anymore, I'll keep an eye on your progress




I
GeneralRe: Musings on generalized and context sensitive parsing Pin
honey the codewitch15-May-20 5:39
mvahoney the codewitch15-May-20 5:39 
GeneralCcc - solution Pin
The pompey14-May-20 3:17
The pompey14-May-20 3:17 
GeneralRe: Ccc - solution Pin
super14-May-20 3:24
professionalsuper14-May-20 3:24 
GeneralRe: Ccc - solution Pin
The pompey14-May-20 4:01
The pompey14-May-20 4:01 
GeneralRe: Ccc - solution Pin
Richard MacCutchan14-May-20 4:31
mveRichard MacCutchan14-May-20 4:31 
GeneralRe: Ccc - solution Pin
Greg Utas14-May-20 4:41
professionalGreg Utas14-May-20 4:41 
GeneralRe: Ccc - solution Pin
pkfox14-May-20 5:09
professionalpkfox14-May-20 5:09 
GeneralRe: Ccc - solution Pin
The pompey14-May-20 23:36
The pompey14-May-20 23:36 
NewsTWOTD Pin
Mel Padden14-May-20 2:18
Mel Padden14-May-20 2:18 
GeneralRe: TWOTD Pin
OriginalGriff14-May-20 2:32
mveOriginalGriff14-May-20 2:32 
GeneralRe: TWOTD Pin
Jacquers14-May-20 4:52
Jacquers14-May-20 4:52 
GeneralRe: TWOTD Pin
lopatir14-May-20 5:34
lopatir14-May-20 5:34 
GeneralCcc Pin
The pompey13-May-20 23:13
The pompey13-May-20 23:13 
GeneralPre and Post cooking activities are killjoy PinPopular
super13-May-20 23:04
professionalsuper13-May-20 23:04 
GeneralRe: Pre and Post cooking activities are killjoy Pin
RickZeeland13-May-20 23:17
mveRickZeeland13-May-20 23:17 
GeneralRe: Pre and Post cooking activities are killjoy Pin
glennPattonWork313-May-20 23:20
professionalglennPattonWork313-May-20 23:20 
GeneralRe: Pre and Post cooking activities are killjoy Pin
Tony Hill14-May-20 0:24
mveTony Hill14-May-20 0:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.