Skip to content

Using libschwa-java without annotations #4

@reckart

Description

@reckart

I looked into interfacing libschwa-java with UIMA based only on the UIMA type-system information, bypassing the JCas classes (and consequently the libschwa-java Java annotations).

I would like to create a DocSchema manually and fill it with information obtained from a UIMA type system. But this appears not to be possible because the necessary methods are missing or are private. The only way to create a DocSchema is by using the create() method which takes an annotated Java class.

Maybe I am missing something? Do you have an example somewhere of using libschwa-java without the annotations by manually constructing a schema?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions