Re: Expression in lemon

Hi Olivier,

I am very glad to here you are interested in using lemon. Lemon is used to
express how concepts are expressed in language, e.g., their part-of-speech,
morphology and syntactic-semantic correspondences. If you want to define a
concept like twins, you would first need to define it conceptually in an
ontology using the OWL language (however I believe your twin example is a
bit beyond OWL, so you will need to look into a more expressive language).

Once you have defined twin as a concept you can easily annotate the lexical
information using lemon (or of course the soon to be released model from
this list). For example

:Twin a owl:Concept

:Twin_noun a lemon:LexicalEntry ;
  lexinfo:partOfSpeech lexinfo:noun ;
  lemon:sense [ lemon:reference :Twin ] .

Regards,
John




On Fri, Aug 23, 2013 at 11:31 PM, Olivier Austina <olivier.austina@gmail.com
> wrote:

> Hi,
> I am learning a declarative way to express a word to ontology concept. I
> found lemon  more suitable for the task.How to express the word "twins" in
> lemon? We can defined as people with the birth date and same mother. It can
> be more than 2 persons (according the language and culture). Any suggestion
> is welcome. Thanks.
>
> Regards
> Olivier
>
>

Received on Monday, 2 September 2013 10:34:13 UTC