Example #1
0
#### PATTERN | DE | RULE-BASED SHALLOW PARSER ######################################################
# Copyright (c) 2012 University of Antwerp, Belgium
# Author: Tom De Smedt <*****@*****.**>
# License: BSD (see LICENSE.txt for details).
# http://www.clips.ua.ac.be/pages/pattern

####################################################################################################
# In Python 2.7+ modules invoked from the command line  will look for a __main__.py.

from __init__ import commandline, parse
commandline(parse)
Example #2
0
#### PATTERN | EN | RULE-BASED SHALLOW PARSER ######################################################
# Copyright (c) 2010 University of Antwerp, Belgium
# Author: Tom De Smedt <*****@*****.**>
# License: BSD (see LICENSE.txt for details).
# http://www.clips.ua.ac.be/pages/pattern

####################################################################################################
# In Python 2.7+ modules invoked from the command line  will look for a __main__.py.

from __init__ import commandline
commandline()
Example #3
0
#### PATTERN | ES | RULE-BASED SHALLOW PARSER ######################################################
# Copyright (c) 2010 University of Antwerp, Belgium
# Author: Tom De Smedt <*****@*****.**>
# License: BSD (see LICENSE.txt for details).
# http://www.clips.ua.ac.be/pages/pattern

####################################################################################################
# In Python 2.7+ modules invoked from the command line  will look for a __main__.py.

from __init__ import commandline
commandline()