|
|
@pl |
Plural There are two cases when @pl is not used:
Example1
: In English qua
( person.@pl.@entry, 2 ) Example
2 : In Chinese qua
( person, 2 ) |
|
@angle_bracket or @<> |
<
> is used |
|
@double_parenthesis or @(()) |
((
)) is used |
|
@double_quotation or @gh |
g
h is used |
|
@parenthesis or @() |
(
) is used |
|
@single_quotation or @ef |
e
f is used |
|
@square_bracket or @[] |
[
] is used |
When
these attributes appears in an UNL expression, it means that in the
original sentence the corresponding convention signs are used, but
this do not necessarily obligate to use the same convention signs in
the output text. That is, certain language could have a different way
to express the meaning of the convention marks.
There
are two important points to care about:
These
attributes should mark the beginning and the end of the expression
affected by the signs.
The relation
between the whole expression enclosed by the signs and the rest of
the UNL expression.
The method to use convention mark is by using Scope
It
consists on using a scope for the words or phrases affected by the
marks and at the attribute associated with the mark to the Scope node,
then use the appropriated Conceptual relation to associate the Scope
node and the related UW. Most of the times 2modh will be used.
Example
1
English
: UNL (An Electronic Language)
UNL
: mod ( UNL, :01.@parenthesis )
: mod :01 ( language.@entry, electronic )
Example
2
English :
gThe child ( his mother I know ) is crying.h
UNL
: agt ( cry.@entry.@continue, child.@def )
: mod ( child.@def, :01.@parenthesis )
: obj:01 ( know.@entry, mother )
: agt:01 ( know.@entry, I )
: pos:01 ( mother, child.@def )
Explanation
In
example 2, there are two linkages between the sentence in parenthesis
and words gthe childh. One is mod ( child.@def,
:01.@parenthesis ), this means, the whole sentence in parenthesis
modifies gthe childh. Another is pos:01 ( mother, child.@def ),
shows the meaning of ghis motherh. The first linkage is absolutely
necessary, because it links the part in parenthesis and the related
words in the sentence, without this linkage, it would be difficult to
control the deconvertion of this sentence. The second linkage depends
on the meaning of the words in parenthesis.
Exceptions:
1. When the whole expression is affected by this kind of mark, it is not possible to use Scope. (We have to apply the rule that said that it is not possible to create a Scope at the top level.
Example
3
English
: [ Exception 1 ]
UNL
: mod ( exception.@entry.@square_bracket, 1 )
2.
When the expression
affect by this kind of marks is only one word, it is not possible to
use Scope.
Example
4
English
: Universal Networking Language (UNL) is a c
UNL
: cnt ( Universal Networking Language, UNL.@ parenthesis )
last updated 2000/09/21