Hi there - I'm working with complex documents feature densely tagged sentences (sometimes up to 4-40+ tags) and was wondering if the tags-projection method is 1. Language specific or 2. whether it can be tuned/trained somehow. Is there any information about this feature before I dive in and study the code? Many thanks!
Hi @nonsequitir
the tag projection feature is a 2-steps process:
The first step uses the aligner model, so this step is a classic machine-learning task. The second part is hard-coded into this class: XMLTagProjector.java
Awsome, I see that now. Thanks @davidecaroselli !
I'm closing this issue for now.
If you have any other question or something you want to discuss, please don't hesitate to re-open it!
Most helpful comment
Hi @nonsequitir
the tag projection feature is a 2-steps process:
The first step uses the aligner model, so this step is a classic machine-learning task. The second part is hard-coded into this class: XMLTagProjector.java