We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30a954 commit 9137230Copy full SHA for 9137230
nltk/parse/malt.py
@@ -135,7 +135,7 @@ def __init__(
135
:param additional_java_args: This is the additional Java arguments that
136
one can use when calling Maltparser, usually this is the heapsize
137
limits, e.g. `additional_java_args=['-Xmx1024m']`
138
- (see https://goo.gl/mpDBvQ)
+ (see https://javarevisited.blogspot.com/2011/05/java-heap-space-memory-size-jvm.html)
139
:type additional_java_args: list
140
"""
141
0 commit comments