Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 What Is Semantic Analysis?
Index -> General Discussion
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
cyberguy




PostPosted: Sun Oct 11, 2009 6:21 pm   Post subject: What Is Semantic Analysis?

SEMANTIC ANALYSIS? is it where it check the meanings of syntactically organized tokens?
Sponsor
Sponsor
Sponsor
sponsor
DemonWasp




PostPosted: Mon Oct 12, 2009 10:12 pm   Post subject: RE:What Is Semantic Analysis?

Semantic Analysis has several different meanings. They all boil down to determining meaning (semantics) from inputs.
btiffin




PostPosted: Mon Oct 12, 2009 11:19 pm   Post subject: Re: What Is Semantic Analysis?

Quick example:

minus (-).

Does it mean unary minus -X, or binary minus, A - B when encountered? Or do the semantics go to a much higher level and A - B kicks off a huge matrix equation? Or perhaps it - acts as a marker in a regex range expression?

The semantics of - is actually kinda mind boggling. Wink The lexical analysis for - is pretty easy. It looks like -, minus.

Cheers
cwarrior




PostPosted: Tue Oct 13, 2009 1:40 am   Post subject: RE:What Is Semantic Analysis?

I think it means Analyzing people from the Middle East specially Jews.
apomb




PostPosted: Tue Oct 13, 2009 9:18 am   Post subject: RE:What Is Semantic Analysis?

that last comment was neither helpful, funny, or appropriate.

Semantic analysis with respect to computer science usually deals with parsers and compilers, such as this parser written by our own md.

I came across the definition for semantic analysis while looking up exactly what a parser does while trying to understand md's post. Razz
Display posts from previous:   
   Index -> General Discussion
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 5 Posts ]
Jump to:   


Style:  
Search: