-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to UDPipe 1.1.0 #1039
Comments
@kouylekov-usit is this something you would like to do? |
Yes we are. Should I prepare the new build script ? I have created a version with the segmenter wrapper to handle the offsets (will make a pull request for this one). But will be interesting to see what they mean by:
* Improve|input_format|API to allow inter-block state (for correct tracking of inter-sentence spaces and document-level offsets).
Cheers Milen
…On 03/31/2017 03:41 PM, Richard Eckart de Castilho wrote:
@kouylekov-usit <https://github.com/kouylekov-usit> is this something
you would like to do?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1039 (comment)>, or
mute the thread
<https://github.com/notifications/unsubscribe-auth/AQGHYI1YMryJwLurgyRNYUqmXqHrxocSks5rrQJ8gaJpZM4Mvrka>.
|
@kouylekov-usit - yes, the build.xml needs updating - not sure if the models changed, but the binary definitely. No idea what the format change means. |
I am on it
On Apr 3, 2017 11:31 AM, Richard Eckart de Castilho <notifications@github.com> wrote:
@kouylekov-usit<https://github.com/kouylekov-usit> - yes, the build.xml needs updating - not sure if the models changed, but the binary definitely. No idea what the format change means.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#1039 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AQGHYAL6rMBlg5I70Vm_4LRM9sAB3S0zks5rsLxPgaJpZM4Mvrka>.
|
i have been in touch with milan stranka (the UDPipe developer) on a different project; in that thread, he wrote
so possibly the ‘magic’ to recover character offsets from comparing tokens to the underlying document may no longer be required when moving to the new version? |
I will verify. We have a working/tested version of the wrapper if it does not.
Cheers Milen
On Apr 3, 2017 11:39 AM, Stephan Oepen <notifications@github.com> wrote:
i have been in touch with milan stranka (the UDPipe developer) on a different project; in that thread, he wrote
UDPipe 1.1 is able to store token offsets in the CoNLL-U [...]
so possibly the ‘magic’ to recover character offsets from comparing tokens to the underlying document may no longer be required when moving to the new version?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#1039 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AQGHYEIdCRSvBwjJ-kq1yXFWjv11uVIoks5rsL5EgaJpZM4Mvrka>.
|
- Switch to udpipe 1.1.0 JAR - Switch to new binaries
@kouylekov-usit I have uploaded a new udpipe 1.1.0 JAR file to the UKP repo and also deployed the new binary JAR there. The POM has been updated accordingly. |
- Use new 1.1.0 API for setting the native library path
@kouylekov-usit You should check again in the new 1.1.0 Java API that is now available to the module if you find the methods for accessing the offset information. |
@kouylekov-usit any news regarding the offsets or any further plans atm? |
https://github.com/ufal/udpipe/releases/tag/v1.1.0
Additional tasks deferred to #1141.
The text was updated successfully, but these errors were encountered: