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

NullPointerException #37

@wangxiangtao

Description

@wangxiangtao

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"));

}

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions