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

Run on unseen material without annotations #8

Open
eponvert opened this issue Jun 10, 2013 · 0 comments
Open

Run on unseen material without annotations #8

eponvert opened this issue Jun 10, 2013 · 0 comments
Assignees
Labels
Milestone

Comments

@eponvert
Copy link
Owner

When passing a test file to chunk.py, if it does not have annotations for evaluation, we currently have this error:

Exception in thread "main" java.lang.AssertionError
    at upparse.corpus.UnlabeledBracketSet.fromTokens(UnlabeledBracketSet.java:113)
    at upparse.corpus.UnlabeledBracketSet.fromString(UnlabeledBracketSet.java:97)
    at upparse.corpus.CCLParserCorpusTreeIter.getNext(CCLParserCorpusTreeIter.java:17)
    at upparse.corpus.CCLParserCorpusTreeIter.getNext(CCLParserCorpusTreeIter.java:7)
    at upparse.util.Pipe$1.getNext(Pipe.java:24)
    at upparse.util.PipeIterator.next(PipeIterator.java:20)
    at upparse.corpus.UnlabeledBracketSetCorpus.fromTreeIter(UnlabeledBracketSetCorpus.java:36)
    at upparse.corpus.CorpusUtil.cclpUnlabeledBracketSetCorpus(CorpusUtil.java:207)
    at upparse.cli.Main.getCCLParserOutput(Main.java:507)
    at upparse.cli.Main.cclpEval(Main.java:499)
    at upparse.cli.Main.main(Main.java:530)
@ghost ghost assigned eponvert Jul 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant