From 56cb0c1657421458aebd9d039c289b4eeac624dc Mon Sep 17 00:00:00 2001 From: Qiang Ning Date: Sun, 23 Sep 2018 22:39:49 -0500 Subject: [PATCH] readme update for memory usage of Verb SRL in pipeline (close #656) --- pipeline/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/README.md b/pipeline/README.md index 5cb0ba52a..7684bc230 100644 --- a/pipeline/README.md +++ b/pipeline/README.md @@ -39,7 +39,7 @@ of several other components for which it is a dependency. 6. [Constituency Parser](http://nlp.stanford.edu/software/lex-parser.shtml) (Stanford): 1G, no dependencies. 6. [Dependency Parser](http://nlp.stanford.edu/software/lex-parser.shtml) (Stanford): shares resources of Constituency parser so no individual footprint; no dependencies. 7. Dependency Parser (CogComp): <1G requires Part-of-Speech tagger, Chunker. -8. Verb Semantic Role Labeler: 4G, requires Lemmatizer, Part-of-Speech, Named Entity Recognizer (CoNLL), +8. Verb Semantic Role Labeler: ~40G (see [issue656](https://github.com/CogComp/cogcomp-nlp/issues/656)), requires Lemmatizer, Part-of-Speech, Shallow Parsing, Named Entity Recognizer (CoNLL), Constituency Parser. 9. Noun Semantic Role Labeler: 1G, requires Lemmatizer, Part-of-Speech, Named Entity Recognizer (CoNLL), Constituency Parser.