class documentation
class CoreNLPServer(object): (source)
Constructor: CoreNLPServer(path_to_jar, path_to_models_jar, verbose, java_options, ...)
Undocumented
| Method | __enter__ |
Undocumented |
| Method | __exit__ |
Undocumented |
| Method | __init__ |
Undocumented |
| Method | start |
Starts the CoreNLP server |
| Method | stop |
Undocumented |
| Instance Variable | corenlp |
Undocumented |
| Instance Variable | java |
Undocumented |
| Instance Variable | popen |
Undocumented |
| Instance Variable | url |
Undocumented |
| Instance Variable | verbose |
Undocumented |
| Constant | _JAR |
Undocumented |
| Constant | _MODEL |
Undocumented |
| Instance Variable | _classpath |
Undocumented |
def __init__(self, path_to_jar=None, path_to_models_jar=None, verbose=False, java_options=None, corenlp_options=None, port=None):
(source)
¶
Undocumented
Starts the CoreNLP server
| Parameters | |
| stdout | Undocumented |
| stderr | Undocumented |
| stdout, stderr | Specifies where CoreNLP output is redirected. Valid values are 'devnull', 'stdout', 'pipe' |