java - Other coreference resolution alternatives -
i'm working project requires use of coreference resolution sentences. tried out stanford corenlp's coreference resolution , works fine, though noticeably , expectedly run slower larger pieces of text i'm analyzing.
could suggest alternative coreference resolution tools may run faster stanford's? (preferably in java or python)
you may want try berkeley coreference resolution system (superceded berkeley entity resolution system or illinois coreference package. of them run on jvm (first 2 in scala).
Comments
Post a Comment