Commit c02ac58a by Steven Bird

updated URL for the MaltParser

parent aa2c2cc8
...@@ -81,7 +81,7 @@ class MaltParser(ParserI): ...@@ -81,7 +81,7 @@ class MaltParser(ParserI):
# Find the malt binary. # Find the malt binary.
self._malt_bin = find_binary('malt.jar', bin, self._malt_bin = find_binary('malt.jar', bin,
searchpath=malt_path, env_vars=['MALTPARSERHOME'], searchpath=malt_path, env_vars=['MALTPARSERHOME'],
url='http://w3.msi.vxu.se/~jha/maltparser/index.html', url='http://www.maltparser.org/',
verbose=verbose) verbose=verbose)
def parse(self, sentence, verbose=False): def parse(self, sentence, verbose=False):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment