Hi Maciej,
it's possible with UIMA, but I don't know of any off-the-shelf
components for you. One of the issues is that the documentation
will be different for each product/domain. So you will often
have to adapt the rules how you associate documentation snippets
with schema elements. I do not know of any generic solution to
this problem.
--Thilo
Maciej Gawinecki wrote:
> Hello,
>
> Documentation (for databases and different types of data) very often is
> given in non-structured (PDF, RTF) or semi-structurated form (HTML with
> tables). For instance I've seen HTML documentation about XML schema
> instances, where the table describing element name and its definition is
> given in form of some HTML table.
>
> I would like to be able to get from the documentation a fragment
> relating to the particular schema element.
>
> Is it possible with UIMA?
>
> If so, can you provide me with some off-the-shelf examples?
>
> Thank you,
> Maciej
|