Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Allow coref to use pre-POS-tagged text as input #4

Open
dmnapolitano opened this issue Jul 15, 2013 · 0 comments
Open

Allow coref to use pre-POS-tagged text as input #4

dmnapolitano opened this issue Jul 15, 2013 · 0 comments

Comments

@dmnapolitano
Copy link
Owner

public List<String> resolve_coreferences_from_tagged_text(String taggedText, String divider)
// needs the following in CoreNLPThriftUtil: 
public static Annotation getAnnotationFromTaggedText(String taggedText, String divider)

Probably want to convert taggedText into a List<List<TaggedToken>> object, then pass on CoreNLPThriftUtil.getAnnotationFromTaggedText().

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

No branches or pull requests

1 participant