Skip to content

Commit

Permalink
adding a comment on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bhadramani committed Dec 12, 2014
1 parent 0e2044f commit d1bbefb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SRLIE
=====
SRLIE is a component of Open IE 4.0 that automatically identifies n-ary extractions from English sentences.
SRLIE is a component of Open IE 4.x that automatically identifies n-ary extractions from English sentences.
SRLIE is designed for Web-scale information extraction, where target relations are not specified in advance.

SRLIE constructs richer extractions than OLLIE. It builds extractions from Semantic Role Labelling (SRL)
Expand All @@ -21,4 +21,5 @@ SRLIE is composed of a layer of functions on the input sentence.
## Concurrency

When operating at web scale, parallelism is essential. While the base SRLIE extractor is immutable and
thread safe, the underlying SRL system provided by ClearNLP is not threadsafe.
thread safe, the underlying SRL system provided by ClearNLP is not threadsafe.
Version 1.0.3 onwards it is thread-safe. Works well with java-7-openjdk.

0 comments on commit d1bbefb

Please sign in to comment.