Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Complete JSON deserialization with an eye toward being "permissive" to receive data models from other frameworks?

Big changes

More dynamic type systems

Support annotators that have no type system, or that have just a piece of a type system  This has two sub-ideas:

  • Annotators which are Generic, perhaps taking a specification at run time, and producing the specified outputs
  • The ability to deserialize data with type/feature metadata, either as separate type systems or embedded (e.g. JSON), and then have a way for annotators to work with selected parts (types/features) of that data, without knowing ahead of time the data's full type system.

UIMAv3DynamicTypes out this discussion.

More use of Java compiler (ecj) and decompiling

...