-
Notifications
You must be signed in to change notification settings - Fork 6
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
Documentation #25
Comments
Thanks for getting in touch! And sorry we haven't been better about writing documentation. In the short term -- is there anything in particular you're trying to do that I could help with? If you're happy to help with documentation, that would be fantastic. If you would like to write something, you are welcome to make a pull request. Have you run into any problems so far? |
Thanks, Guy! So I'm trying to decompose sentences into simpler sentences using DMRS (i.e. The boy named Daniel went to the store -> The boy is named Daniel. The boy went to the store). I was hoping I could use the pydmrs library to make cleaner modifications to DMRS structures, which I could then feed to a generator such as ACE or LKB. Modifying the structure while maintaining a valid form has been the difficult part... Do you have any recommendations within (or outside of) this library? I can definitely write up some "quick start" notes along with notes about anything else I end up using! |
Hi Clara! I'm working on a related problem, but mostly identifying semantically contained fragments, without restoring sentence form (example). Haoyue was an MPhil student who did some work on the restoration of partial DMRS. Section 3 of this paper somewhat describes her approach, but I suspect it doesn't contain enough practical details to be helpful. |
Hi Ewa! I'll email you directly :) I'll keep this issue open as a reminder to myself to work on some documentation... |
It would be great if someone could provide a bit of documentation for this repository! I've started to use it and have had to read the codebase to try to figure out how things work. I would be happy to help in any way I can.
The text was updated successfully, but these errors were encountered: