σ
ω`]c           @@ sΝ  d  Z  d d l m Z m Z d d l Z yO e j j e j j e  d  Z	 e
 e	 d   Z e j   j   Z Wd QXWn3 e k
 r d Z n e k
 r¬ Z d e Z n Xe  d k	 rΚ e  d e 7Z  n  d	 Z d
 Z d Z d d d d d d d d d d d d g Z d Z d Z d Z e Z e Z d d d d d d  d! d" d# d$ d% d& d' d( d) d* d+ d, g Z d d- l m Z y d d l Z Wn e  k
 rn Xd d l! Z! e" e! d.  sΔd/   Z# e# e! _$ n  e" e! d0  sθd1   Z% e% e! _& n  d d2 l' Td d3 l( m) Z) m* Z* d d2 l+ Td d2 l, Td d2 l- Td d2 l. Td d2 l/ Td d2 l0 Td d2 l1 Td d2 l2 Td d2 l3 Td d2 l4 Td d2 l5 Td d2 l6 Td d2 l7 Td d2 l8 Td d2 l9 Td d2 l: Td d2 l; Td d4 l< m= Z= e= j> d5 e?   e@    ZA e= j> d6 e?   e@    ZB e= j> d7 e?   e@    ZC e= j> d8 e?   e@    ZD e= j> d9 e?   e@    ZE y d d lF ZF Wn e  k
 rln Xd d: l< mG ZG d d; lH mI ZI mJ ZJ y d d< lK mL ZL Wn e  k
 rΊnN Xy d d= lH mM ZM Wn6 eN k
 rZO d d lP ZP eP jQ d> eR eO   n Xd d? l< mS ZS mT ZT mU ZU mV ZV d d@ l< mW ZW mX ZX mY ZY mZ ZZ m[ Z[ m\ Z\ d dA l< m] Z] m^ Z^ m_ Z_ m` Z` ma Za mb Zb d dB l< mc Zc md Zd me Ze mf Zf mg Zg mh Zh mi Zi mj Zj dC   Zk d S(D   sU  
The Natural Language Toolkit (NLTK) is an open source Python library
for Natural Language Processing.  A free online book is available.
(If you use the library for academic research, please cite the book.)

Steven Bird, Ewan Klein, and Edward Loper (2009).
Natural Language Processing with Python.  O'Reilly Media Inc.
http://nltk.org/book
i    (   t   print_functiont   absolute_importNt   VERSIONt   rs%   unknown (running code interactively?)s   unknown (%s)s   
@version: s   Copyright (C) 2001-2019 NLTK Project.

Distributed and Licensed under the Apache License, Version 2.0,
which is included by reference.
s   Apache License, Version 2.0s}   The Natural Language Toolkit (NLTK) is a Python package for
natural language processing.  NLTK requires Python 2.6 or higher.t   NLPt   CLs   natural language processings   computational linguisticst   parsingt   taggingt
   tokenizingt   syntaxt   linguisticst   languages   natural languages   text analyticss   http://nltk.org/s%   Steven Bird, Edward Loper, Ewan Kleins   stevenbird1@gmail.coms+   Development Status :: 5 - Production/Stables   Intended Audience :: Developerss   Intended Audience :: Educations+   Intended Audience :: Information Technologys%   Intended Audience :: Science/Researchs2   License :: OSI Approved :: Apache Software Licenses"   Operating System :: OS Independents%   Programming Language :: Python :: 2.6s%   Programming Language :: Python :: 2.7s   Topic :: Scientific/Engineerings:   Topic :: Scientific/Engineering :: Artificial Intelligences;   Topic :: Scientific/Engineering :: Human Machine Interfacess7   Topic :: Scientific/Engineering :: Information Analysiss   Topic :: Text Processings#   Topic :: Text Processing :: Filterss#   Topic :: Text Processing :: Generals$   Topic :: Text Processing :: Indexings&   Topic :: Text Processing :: Linguistic(   t   config_javat   PIPEc          O@ s   t  d   d  S(   Ns!   subprocess.PIPE is not supported.(   t   NotImplementedError(   t   argst   kwargs(    (    s,   lib/python2.7/site-packages/nltk/__init__.pyt
   _fake_PIPEp   s    t   Popenc          O@ s   t  d   d  S(   Ns"   subprocess.Popen is not supported.(   R   (   R   R   (    (    s,   lib/python2.7/site-packages/nltk/__init__.pyt   _fake_Popenv   s    (   t   *(   t	   decoratort   memoize(   t
   lazyimports   nltk.apps	   nltk.chats   nltk.corpuss	   nltk.draws   nltk.toolbox(   t   cluster(   t   downloadt   download_shell(   t   tkinter(   t   download_guisA   Corpus downloader GUI not loaded (RuntimeError during import: %s)(   t   ccgt   chunkt   classifyt   collocations(   t   datat
   featstructt   grammart   helpt	   inferencet   metrics(   t   misct   parset   probabilityt   semt   stemt   wsd(   t   tagt   tblt   textt   tokenizet	   translatet   treet   treetransformst   utilc           C@ s   t  d  d  S(   Ns:   To run the demo code for a module, type nltk.module.demo()(   t   print(    (    (    s,   lib/python2.7/site-packages/nltk/__init__.pyt   demoΜ   s    (l   t   __doc__t
   __future__R    R   t   ost   patht   joint   dirnamet   __file__t   version_filet   opent   infilet   readt   stript   __version__t	   NameErrort   IOErrort   ext   Nonet   __copyright__t   __license__t   __longdescr__t   __keywords__t   __url__t   __maintainer__t   __maintainer_email__t
   __author__t   __author_email__t   __classifiers__t   nltk.internalsR   t   numpypyt   ImportErrort
   subprocesst   hasattrR   R   R   R   t   nltk.collocationst   nltk.decoratorsR   R   t   nltk.featstructt   nltk.grammart   nltk.probabilityt	   nltk.textt	   nltk.treet	   nltk.utilt   nltk.jsontagst
   nltk.chunkt   nltk.classifyt   nltk.inferencet   nltk.metricst
   nltk.parset   nltk.tagt   nltk.tokenizet   nltk.translatet   nltk.semt	   nltk.stemt   nltkR   t
   LazyModulet   localst   globalst   appt   chatt   corpust   drawt   toolboxt   numpyR   t   nltk.downloaderR   R   t	   six.movesR   R   t   RuntimeErrort   et   warningst   warnt   strR   R   R   R    R!   R"   R#   R$   R%   R&   R'   R(   R)   R*   R+   R,   R-   R.   R/   R0   R1   R2   R3   R4   R6   (    (    (    s,   lib/python2.7/site-packages/nltk/__init__.pyt   <module>   sΪ   !						

















"..: