Author |
Message |
cyberguy
|
Posted: 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
|
|
|
DemonWasp
|
Posted: 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
|
Posted: 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. The lexical analysis for - is pretty easy. It looks like -, minus.
Cheers |
|
|
|
|
|
cwarrior
|
Posted: 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
|
Posted: 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. |
|
|
|
|
|
|