Skip to content
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

Add support for NAF output in alpino #15

Open
vanatteveldt opened this issue Feb 9, 2017 · 1 comment
Open

Add support for NAF output in alpino #15

vanatteveldt opened this issue Feb 9, 2017 · 1 comment

Comments

@vanatteveldt
Copy link
Owner

vanatteveldt commented Feb 9, 2017

It would be good to be able to output alpino in NAF format from nlpipe.

We can hopefully use the code from https://github.com/cltl/morphosyntactic_parser_nl to create the file. Complication is that it uses both the xml and dependency output.

I guess the xml->dependency step should be really cheap, so we could call alpino in the convert routine, which means that the server should have access to alpino as well.

Alternatively, we can do it as an actual pipeline and have a xml->naf step after alpino (but there's no support for actual pipelining yet :))

(and related, create a simple server for the alpino docker that can do the xml->dependencies step and/or accepts end_hook arguments)

@vanatteveldt
Copy link
Owner Author

(cc @antske )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant