Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

NullPointerException #37

Open
wangxiangtao opened this issue Apr 2, 2016 · 0 comments
Open

NullPointerException #37

wangxiangtao opened this issue Apr 2, 2016 · 0 comments

Comments

@wangxiangtao
Copy link

Got the NullPointerException . How to solve it ?

public class OpenIETest {
public static void main(String a[])
{
OpenIE openie = new OpenIE(new ClearParser(new ClearPostagger(new ClearTokenizer())),new ClearSrl(),false,false);
System.out.println( openie.extract("The whales will not eat the otters"));

}

}

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

No branches or pull requests

1 participant