Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python312-nltk | Distribution: openSUSE Tumbleweed |
Version: 3.9.1 | Vendor: openSUSE |
Release: 2.1 | Build date: Tue Oct 29 09:37:43 2024 |
Group: Unspecified | Build host: reproducible |
Size: 14002438 | Source RPM: python-nltk-3.9.1-2.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: http://nltk.org/ | |
Summary: Natural Language Toolkit |
NLTK -- the Natural Language Toolkit -- is a suite of Python modules, data sets and tutorials supporting research and development in Natural Language Processing.
Apache-2.0
* Tue Oct 29 2024 Daniel Garcia <daniel.garcia@suse.com> - Use _service to download source and exclude documentation that has non-commercial license (boo#1232448) - Remove nltk_data to avoid redistribution of files with non-commercial (boo#1232448): > NLTK corpora are provided under the terms given in the README file > for each corpus; all are redistributable and available for > non-commercial use. - Remove not needed skip-networked-test.patch * Mon Sep 30 2024 Thiago Bertoldi <thiago.bertoldi@suse.com> - Update to to 3.9.1 (changes since 3.8.1): * Fixed bug that prevented wordnet from loading * Fix security vulnerability CVE-2024-39705 (breaking change) * Replace pickled models (punkt, chunker, taggers) by new pickle-free "_tab" packages * No longer sort Wordnet synsets and relations (sort in calling function when required) * Only strip the last suffix in Wordnet Morphy, thus restricting synsets() results * Add Python 3.12 support * Many other minor fixes - Refresh nltk_data - Remome upstreamed patches: - CVE-2024-39705.patch - nltk-pr3207-py312.patch * Fri Jul 26 2024 Daniel Garcia <daniel.garcia@suse.com> - Add CVE-2024-39705.patch upstream patch to fix unsafe pickle usage. (CVE-2024-39705, gh#nltk/nltk#3266, bsc#1227174). - Drop CVE-2024-39705-disable-download.patch as it's not needed anymore. * Mon Jul 01 2024 Matej Cepl <mcepl@cepl.eu> - Use tarball from GitHub instead of the Zip archive from PyPI, the latter has very messy combination of CRLF and LF EOLs, which are hard to patch. - Refresh all patches from the original locations. - Add CVE-2024-39705-disable-download.patch to make a crude workaround around CVE-2024-39705 (gh#nltk/nltk#3266, bsc#1227174). * Thu Mar 21 2024 Ben Greiner <code@bnavigator.de> - Update to 3.8.1 * Resolve RCE & XSS vulnerabilities in localhost WordNet Browser * Add Python 3.11 support - Update nltk_data archive - Drop port-2to3.patch - Add nltk-pr3207-py312.patch for Python 3.12 support * gh#nltk/nltk#3207 * Tue Mar 28 2023 pgajdos@suse.com - python-six is not required * Fri Jan 06 2023 Yogalakshmi Arunachalam <yarunachalam@suse.com> - Update to 3.8 * Refactor dispersion plot (#3082) * Provide type hints for LazyCorpusLoader variables (#3081) * Throw warning when LanguageModel is initialized with incorrect vocabulary (#3080) * Fix WordNet's all_synsets() function (#3078) * Resolve TreebankWordDetokenizer inconsistency with end-of-string contractions (#3070) * Support both iso639-3 codes and BCP-47 language tags (#3060) * Avoid DeprecationWarning in Regexp tokenizer (#3055) * Fix many doctests, add doctests to CI (#3054, #3050, #3048) * Fix bool field not being read in VerbNet (#3044) * Greatly improve time efficiency of SyllableTokenizer when tokenizing numbers (#3042) * Fix encodings of Polish udhr corpus reader (#3038) * Allow TweetTokenizer to tokenize emoji flag sequences (#3034) * Prevent LazyModule from increasing the size of nltk.__dict__ (#3033) * Fix CoreNLPServer non-default port issue (#3031) * Add "acion" suffix to the Spanish SnowballStemmer (#3030) * Allow loading WordNet without OMW (#3026) * Use input() in nltk.chat.chatbot() for Jupyter support (#3022) * Fix edit_distance_align() in distance.py (#3017) * Tackle performance and accuracy regression of sentence tokenizer since NLTK 3.6.6 (#3014) * Add the Iota operator to semantic logic (#3010) * Resolve critical errors in WordNet app (#3008) * Resolve critical error in CHILDES Corpus (#2998) * Make WordNet information_content() accept adjective satellites (#2995) * Add "strict=True" parameter to CoreNLP (#2993, #3043) * Resolve issue with WordNet's synset_from_sense_key (#2988) * Handle WordNet synsets that were lost in mapping (#2985) * Resolve TypeError in Boxer (#2979) * Add function to retrieve WordNet synonyms (#2978) * Warn about nonexistent OMW offsets instead of raising an error (#2974) * Fix missing ic argument in res, jcn and lin similarity functions of WordNet (#2970) * Add support for the extended OMW (#2946) * Fix LC cutoff policy of text tiling (#2936) * Optimize ConditionalFreqDist.__add__ performance (#2939) * Add Markdown corpus reader (#2902) * Mon Dec 26 2022 Matej Cepl <mcepl@suse.com> - Complete nltk_data.tar.xz for offline testing - Fix failing tests (gh#nltk/nltk#2969) by adding patches: - port-2to3.patch - skip-networked-test.patch - Clean up the SPEC to get rid of rpmlint warnings. * Tue Mar 22 2022 Matej Cepl <mcepl@suse.com> - Update to 3.7 - Improve and update the NLTK team page on nltk.org (#2855, [#2941]) - Drop support for Python 3.6, support Python 3.10 (#2920) - Update to 3.6.7 - Resolve IndexError in `sent_tokenize` and `word_tokenize` (#2922) - Update to 3.6.6 - Refactor `gensim.doctest` to work for gensim 4.0.0 and up (#2914) - Add Precision, Recall, F-measure, Confusion Matrix to Taggers (#2862) - Added warnings if .zip files exist without any corresponding .csv files. (#2908) - Fix `FileNotFoundError` when the `download_dir` is a non-existing nested folder (#2910) - Rename omw to omw-1.4 (#2907) - Resolve ReDoS opportunity by fixing incorrectly specified regex (#2906, bsc#1191030, CVE-2021-3828). - Support OMW 1.4 (#2899) - Deprecate Tree get and set node methods (#2900) - Fix broken inaugural test case (#2903) - Use Multilingual Wordnet Data from OMW with newer Wordnet versions (#2889) - Keep NLTKs "tokenize" module working with pathlib (#2896) - Make prettyprinter to be more readable (#2893) - Update links to the nltk book (#2895) - Add `CITATION.cff` to nltk (#2880) - Resolve serious ReDoS in PunktSentenceTokenizer (#2869) - Delete old CI config files (#2881) - Improve Tokenize documentation + add TokenizerI as superclass for TweetTokenizer (#2878) - Fix expected value for BLEU score doctest after changes from [#2572] - Add multi Bleu functionality and tests (#2793) - Deprecate 'return_str' parameter in NLTKWordTokenizer and TreebankWordTokenizer (#2883) - Allow empty string in CFG's + more (#2888) - Partition `tree.py` module into `tree` package + pickle fix (#2863) - Fix several TreebankWordTokenizer and NLTKWordTokenizer bugs (#2877) - Rewind Wordnet data file after each lookup (#2868) - Correct __init__ call for SyntaxCorpusReader subclasses (#2872) - Documentation fixes (#2873) - Fix levenstein distance for duplicated letters (#2849) - Support alternative Wordnet versions (#2860) - Remove hundreds of formatting warnings for nltk.org (#2859) - Modernize `nltk.org/howto` pages (#2856) - Fix Bleu Score smoothing function from taking log(0) (#2839) - Update third party tools to newer versions and removing MaltParser fixed version (#2832) - Fix TypeError: _pretty() takes 1 positional argument but 2 were given in sem/drt.py (#2854) - Replace `http` with `https` in most URLs (#2852) - Update to 3.6.5 - modernised nltk.org website - addressed LGTM.com issues - support ZWJ sequences emoji and skin tone modifer emoji in TweetTokenizer - METEOR evaluation now requires pre-tokenized input - Code linting and type hinting - implement get_refs function for DrtLambdaExpression - Enable automated CoreNLP, Senna, Prover9/Mace4, Megam, MaltParser CI tests - specify minimum regex version that supports regex.Pattern - avoid re.Pattern and regex.Pattern which fail for Python 3.6, 3.7 - Update to 3.6.4 - deprecate `nltk.usage(obj)` in favor of `help(obj)` - resolve ReDoS vulnerability in Corpus Reader - solidify performance tests - improve phone number recognition in tweet tokenizer - refactored CISTEM stemmer for German - identify NLTK Team as the author - replace travis badge with github actions badge - add SECURITY.md - Update to 3.6.3 - Dropped support for Python 3.5 - Run CI tests on Windows, too - Moved from Travis CI to GitHub Actions - Code and comment cleanups - Visualize WordNet relation graphs using Graphviz - Fixed large error in METEOR score - Apply isort, pyupgrade, black, added as pre-commit hooks - Prevent debug_decisions in Punkt from throwing IndexError - Resolved ZeroDivisionError in RIBES with dissimilar sentences - Initialize WordNet IC total counts with smoothing value - Fixed AttributeError for Arabic ARLSTem2 stemmer - Many fixes and improvements to lm language model package - Fix bug in nltk.metrics.aline, C_skip = -10 - Improvements to TweetTokenizer - Optional show arg for FreqDist.plot, ConditionalFreqDist.plot - edit_distance now computes Damerau-Levenshtein edit-distance - Update to 3.6.2 - move test code to nltk/test - fix bug in NgramAssocMeasures (order preserving fix) - Update to 3.6 - add support for Python 3.9 - add Tree.fromlist - compute Minimum Spanning Tree of unweighted graph using BFS - fix bug with infinite loop in Wordnet closure and tree - fix bug in calculating BLEU using smoothing method 4 - Wordnet synset similarities work for all pos - new Arabic light stemmer (ARLSTem2) - new syllable tokenizer (LegalitySyllableTokenizer) - remove nose in favor of pytest * Thu Apr 23 2020 John Vandenberg <jayvdb@gmail.com> - Update to v3.5 * add support for Python 3.8 * drop support for Python 2 * create NLTK's own Tokenizer class distinct from the Treebank reference tokeniser * update Vader sentiment analyser * fix JSON serialization of some PoS taggers * minor improvements in grammar.CFG, Vader, pl196x corpus reader, StringTokenizer * change implementation <= and >= for FreqDist so they are partial orders * make FreqDist iterable * correctly handle Penn Treebank trees with a unlabeled branching top node
/etc/alternatives/nltk /usr/bin/nltk /usr/bin/nltk-3.12 /usr/lib/python3.12/site-packages/nltk /usr/lib/python3.12/site-packages/nltk-3.9.1.dist-info /usr/lib/python3.12/site-packages/nltk-3.9.1.dist-info/AUTHORS.md /usr/lib/python3.12/site-packages/nltk-3.9.1.dist-info/INSTALLER /usr/lib/python3.12/site-packages/nltk-3.9.1.dist-info/LICENSE.txt /usr/lib/python3.12/site-packages/nltk-3.9.1.dist-info/METADATA /usr/lib/python3.12/site-packages/nltk-3.9.1.dist-info/README.md /usr/lib/python3.12/site-packages/nltk-3.9.1.dist-info/RECORD /usr/lib/python3.12/site-packages/nltk-3.9.1.dist-info/REQUESTED /usr/lib/python3.12/site-packages/nltk-3.9.1.dist-info/WHEEL /usr/lib/python3.12/site-packages/nltk-3.9.1.dist-info/entry_points.txt /usr/lib/python3.12/site-packages/nltk-3.9.1.dist-info/top_level.txt /usr/lib/python3.12/site-packages/nltk/VERSION /usr/lib/python3.12/site-packages/nltk/__init__.py /usr/lib/python3.12/site-packages/nltk/__pycache__ /usr/lib/python3.12/site-packages/nltk/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/book.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/book.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/cli.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/cli.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/collections.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/collections.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/collocations.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/collocations.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/compat.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/compat.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/data.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/data.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/decorators.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/decorators.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/downloader.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/downloader.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/featstruct.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/featstruct.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/grammar.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/grammar.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/help.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/help.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/internals.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/internals.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/jsontags.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/jsontags.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/langnames.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/langnames.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/lazyimport.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/lazyimport.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/probability.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/probability.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/tabdata.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/tabdata.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/text.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/text.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/tgrep.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/tgrep.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/toolbox.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/toolbox.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/treeprettyprinter.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/treeprettyprinter.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/treetransforms.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/treetransforms.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/util.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/util.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/wsd.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/__pycache__/wsd.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/app /usr/lib/python3.12/site-packages/nltk/app/__init__.py /usr/lib/python3.12/site-packages/nltk/app/__pycache__ /usr/lib/python3.12/site-packages/nltk/app/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/app/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/app/__pycache__/chartparser_app.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/app/__pycache__/chartparser_app.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/app/__pycache__/chunkparser_app.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/app/__pycache__/chunkparser_app.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/app/__pycache__/collocations_app.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/app/__pycache__/collocations_app.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/app/__pycache__/concordance_app.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/app/__pycache__/concordance_app.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/app/__pycache__/nemo_app.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/app/__pycache__/nemo_app.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/app/__pycache__/rdparser_app.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/app/__pycache__/rdparser_app.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/app/__pycache__/srparser_app.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/app/__pycache__/srparser_app.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/app/__pycache__/wordfreq_app.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/app/__pycache__/wordfreq_app.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/app/__pycache__/wordnet_app.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/app/__pycache__/wordnet_app.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/app/chartparser_app.py /usr/lib/python3.12/site-packages/nltk/app/chunkparser_app.py /usr/lib/python3.12/site-packages/nltk/app/collocations_app.py /usr/lib/python3.12/site-packages/nltk/app/concordance_app.py /usr/lib/python3.12/site-packages/nltk/app/nemo_app.py /usr/lib/python3.12/site-packages/nltk/app/rdparser_app.py /usr/lib/python3.12/site-packages/nltk/app/srparser_app.py /usr/lib/python3.12/site-packages/nltk/app/wordfreq_app.py /usr/lib/python3.12/site-packages/nltk/app/wordnet_app.py /usr/lib/python3.12/site-packages/nltk/book.py /usr/lib/python3.12/site-packages/nltk/ccg /usr/lib/python3.12/site-packages/nltk/ccg/__init__.py /usr/lib/python3.12/site-packages/nltk/ccg/__pycache__ /usr/lib/python3.12/site-packages/nltk/ccg/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/ccg/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/ccg/__pycache__/api.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/ccg/__pycache__/api.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/ccg/__pycache__/chart.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/ccg/__pycache__/chart.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/ccg/__pycache__/combinator.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/ccg/__pycache__/combinator.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/ccg/__pycache__/lexicon.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/ccg/__pycache__/lexicon.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/ccg/__pycache__/logic.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/ccg/__pycache__/logic.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/ccg/api.py /usr/lib/python3.12/site-packages/nltk/ccg/chart.py /usr/lib/python3.12/site-packages/nltk/ccg/combinator.py /usr/lib/python3.12/site-packages/nltk/ccg/lexicon.py /usr/lib/python3.12/site-packages/nltk/ccg/logic.py /usr/lib/python3.12/site-packages/nltk/chat /usr/lib/python3.12/site-packages/nltk/chat/__init__.py /usr/lib/python3.12/site-packages/nltk/chat/__pycache__ /usr/lib/python3.12/site-packages/nltk/chat/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/chat/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/chat/__pycache__/eliza.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/chat/__pycache__/eliza.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/chat/__pycache__/iesha.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/chat/__pycache__/iesha.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/chat/__pycache__/rude.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/chat/__pycache__/rude.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/chat/__pycache__/suntsu.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/chat/__pycache__/suntsu.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/chat/__pycache__/util.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/chat/__pycache__/util.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/chat/__pycache__/zen.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/chat/__pycache__/zen.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/chat/eliza.py /usr/lib/python3.12/site-packages/nltk/chat/iesha.py /usr/lib/python3.12/site-packages/nltk/chat/rude.py /usr/lib/python3.12/site-packages/nltk/chat/suntsu.py /usr/lib/python3.12/site-packages/nltk/chat/util.py /usr/lib/python3.12/site-packages/nltk/chat/zen.py /usr/lib/python3.12/site-packages/nltk/chunk /usr/lib/python3.12/site-packages/nltk/chunk/__init__.py /usr/lib/python3.12/site-packages/nltk/chunk/__pycache__ /usr/lib/python3.12/site-packages/nltk/chunk/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/chunk/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/chunk/__pycache__/api.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/chunk/__pycache__/api.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/chunk/__pycache__/named_entity.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/chunk/__pycache__/named_entity.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/chunk/__pycache__/regexp.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/chunk/__pycache__/regexp.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/chunk/__pycache__/util.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/chunk/__pycache__/util.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/chunk/api.py /usr/lib/python3.12/site-packages/nltk/chunk/named_entity.py /usr/lib/python3.12/site-packages/nltk/chunk/regexp.py /usr/lib/python3.12/site-packages/nltk/chunk/util.py /usr/lib/python3.12/site-packages/nltk/classify /usr/lib/python3.12/site-packages/nltk/classify/__init__.py /usr/lib/python3.12/site-packages/nltk/classify/__pycache__ /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/api.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/api.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/decisiontree.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/decisiontree.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/maxent.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/maxent.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/megam.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/megam.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/naivebayes.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/naivebayes.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/positivenaivebayes.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/positivenaivebayes.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/rte_classify.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/rte_classify.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/scikitlearn.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/scikitlearn.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/senna.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/senna.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/svm.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/svm.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/tadm.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/tadm.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/textcat.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/textcat.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/util.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/util.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/weka.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/classify/__pycache__/weka.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/classify/api.py /usr/lib/python3.12/site-packages/nltk/classify/decisiontree.py /usr/lib/python3.12/site-packages/nltk/classify/maxent.py /usr/lib/python3.12/site-packages/nltk/classify/megam.py /usr/lib/python3.12/site-packages/nltk/classify/naivebayes.py /usr/lib/python3.12/site-packages/nltk/classify/positivenaivebayes.py /usr/lib/python3.12/site-packages/nltk/classify/rte_classify.py /usr/lib/python3.12/site-packages/nltk/classify/scikitlearn.py /usr/lib/python3.12/site-packages/nltk/classify/senna.py /usr/lib/python3.12/site-packages/nltk/classify/svm.py /usr/lib/python3.12/site-packages/nltk/classify/tadm.py /usr/lib/python3.12/site-packages/nltk/classify/textcat.py /usr/lib/python3.12/site-packages/nltk/classify/util.py /usr/lib/python3.12/site-packages/nltk/classify/weka.py /usr/lib/python3.12/site-packages/nltk/cli.py /usr/lib/python3.12/site-packages/nltk/cluster /usr/lib/python3.12/site-packages/nltk/cluster/__init__.py /usr/lib/python3.12/site-packages/nltk/cluster/__pycache__ /usr/lib/python3.12/site-packages/nltk/cluster/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/cluster/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/cluster/__pycache__/api.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/cluster/__pycache__/api.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/cluster/__pycache__/em.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/cluster/__pycache__/em.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/cluster/__pycache__/gaac.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/cluster/__pycache__/gaac.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/cluster/__pycache__/kmeans.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/cluster/__pycache__/kmeans.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/cluster/__pycache__/util.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/cluster/__pycache__/util.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/cluster/api.py /usr/lib/python3.12/site-packages/nltk/cluster/em.py /usr/lib/python3.12/site-packages/nltk/cluster/gaac.py /usr/lib/python3.12/site-packages/nltk/cluster/kmeans.py /usr/lib/python3.12/site-packages/nltk/cluster/util.py /usr/lib/python3.12/site-packages/nltk/collections.py /usr/lib/python3.12/site-packages/nltk/collocations.py /usr/lib/python3.12/site-packages/nltk/compat.py /usr/lib/python3.12/site-packages/nltk/corpus /usr/lib/python3.12/site-packages/nltk/corpus/__init__.py /usr/lib/python3.12/site-packages/nltk/corpus/__pycache__ /usr/lib/python3.12/site-packages/nltk/corpus/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/__pycache__/europarl_raw.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/__pycache__/europarl_raw.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/__pycache__/util.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/__pycache__/util.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/europarl_raw.py /usr/lib/python3.12/site-packages/nltk/corpus/reader /usr/lib/python3.12/site-packages/nltk/corpus/reader/__init__.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__ /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/aligned.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/aligned.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/api.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/api.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/bcp47.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/bcp47.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/bnc.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/bnc.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/bracket_parse.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/bracket_parse.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/categorized_sents.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/categorized_sents.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/chasen.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/chasen.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/childes.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/childes.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/chunked.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/chunked.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/cmudict.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/cmudict.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/comparative_sents.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/comparative_sents.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/conll.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/conll.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/crubadan.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/crubadan.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/dependency.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/dependency.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/framenet.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/framenet.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/ieer.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/ieer.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/indian.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/indian.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/ipipan.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/ipipan.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/knbc.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/knbc.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/lin.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/lin.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/markdown.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/markdown.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/mte.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/mte.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/nkjp.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/nkjp.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/nombank.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/nombank.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/nps_chat.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/nps_chat.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/opinion_lexicon.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/opinion_lexicon.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/panlex_lite.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/panlex_lite.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/panlex_swadesh.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/panlex_swadesh.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/pl196x.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/pl196x.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/plaintext.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/plaintext.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/ppattach.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/ppattach.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/propbank.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/propbank.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/pros_cons.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/pros_cons.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/reviews.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/reviews.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/rte.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/rte.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/semcor.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/semcor.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/senseval.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/senseval.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/sentiwordnet.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/sentiwordnet.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/sinica_treebank.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/sinica_treebank.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/string_category.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/string_category.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/switchboard.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/switchboard.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/tagged.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/tagged.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/timit.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/timit.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/toolbox.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/toolbox.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/twitter.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/twitter.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/udhr.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/udhr.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/util.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/util.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/verbnet.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/verbnet.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/wordlist.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/wordlist.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/wordnet.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/wordnet.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/xmldocs.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/xmldocs.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/ycoe.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/__pycache__/ycoe.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/corpus/reader/aligned.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/api.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/bcp47.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/bnc.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/bracket_parse.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/categorized_sents.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/chasen.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/childes.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/chunked.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/cmudict.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/comparative_sents.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/conll.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/crubadan.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/dependency.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/framenet.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/ieer.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/indian.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/ipipan.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/knbc.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/lin.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/markdown.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/mte.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/nkjp.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/nombank.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/nps_chat.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/opinion_lexicon.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/panlex_lite.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/panlex_swadesh.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/pl196x.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/plaintext.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/ppattach.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/propbank.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/pros_cons.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/reviews.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/rte.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/semcor.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/senseval.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/sentiwordnet.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/sinica_treebank.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/string_category.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/switchboard.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/tagged.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/timit.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/toolbox.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/twitter.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/udhr.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/util.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/verbnet.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/wordlist.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/wordnet.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/xmldocs.py /usr/lib/python3.12/site-packages/nltk/corpus/reader/ycoe.py /usr/lib/python3.12/site-packages/nltk/corpus/util.py /usr/lib/python3.12/site-packages/nltk/data.py /usr/lib/python3.12/site-packages/nltk/decorators.py /usr/lib/python3.12/site-packages/nltk/downloader.py /usr/lib/python3.12/site-packages/nltk/draw /usr/lib/python3.12/site-packages/nltk/draw/__init__.py /usr/lib/python3.12/site-packages/nltk/draw/__pycache__ /usr/lib/python3.12/site-packages/nltk/draw/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/draw/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/draw/__pycache__/cfg.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/draw/__pycache__/cfg.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/draw/__pycache__/dispersion.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/draw/__pycache__/dispersion.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/draw/__pycache__/table.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/draw/__pycache__/table.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/draw/__pycache__/tree.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/draw/__pycache__/tree.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/draw/__pycache__/util.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/draw/__pycache__/util.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/draw/cfg.py /usr/lib/python3.12/site-packages/nltk/draw/dispersion.py /usr/lib/python3.12/site-packages/nltk/draw/table.py /usr/lib/python3.12/site-packages/nltk/draw/tree.py /usr/lib/python3.12/site-packages/nltk/draw/util.py /usr/lib/python3.12/site-packages/nltk/featstruct.py /usr/lib/python3.12/site-packages/nltk/grammar.py /usr/lib/python3.12/site-packages/nltk/help.py /usr/lib/python3.12/site-packages/nltk/inference /usr/lib/python3.12/site-packages/nltk/inference/__init__.py /usr/lib/python3.12/site-packages/nltk/inference/__pycache__ /usr/lib/python3.12/site-packages/nltk/inference/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/inference/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/inference/__pycache__/api.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/inference/__pycache__/api.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/inference/__pycache__/discourse.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/inference/__pycache__/discourse.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/inference/__pycache__/mace.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/inference/__pycache__/mace.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/inference/__pycache__/nonmonotonic.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/inference/__pycache__/nonmonotonic.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/inference/__pycache__/prover9.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/inference/__pycache__/prover9.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/inference/__pycache__/resolution.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/inference/__pycache__/resolution.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/inference/__pycache__/tableau.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/inference/__pycache__/tableau.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/inference/api.py /usr/lib/python3.12/site-packages/nltk/inference/discourse.py /usr/lib/python3.12/site-packages/nltk/inference/mace.py /usr/lib/python3.12/site-packages/nltk/inference/nonmonotonic.py /usr/lib/python3.12/site-packages/nltk/inference/prover9.py /usr/lib/python3.12/site-packages/nltk/inference/resolution.py /usr/lib/python3.12/site-packages/nltk/inference/tableau.py /usr/lib/python3.12/site-packages/nltk/internals.py /usr/lib/python3.12/site-packages/nltk/jsontags.py /usr/lib/python3.12/site-packages/nltk/langnames.py /usr/lib/python3.12/site-packages/nltk/lazyimport.py /usr/lib/python3.12/site-packages/nltk/lm /usr/lib/python3.12/site-packages/nltk/lm/__init__.py /usr/lib/python3.12/site-packages/nltk/lm/__pycache__ /usr/lib/python3.12/site-packages/nltk/lm/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/lm/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/lm/__pycache__/api.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/lm/__pycache__/api.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/lm/__pycache__/counter.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/lm/__pycache__/counter.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/lm/__pycache__/models.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/lm/__pycache__/models.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/lm/__pycache__/preprocessing.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/lm/__pycache__/preprocessing.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/lm/__pycache__/smoothing.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/lm/__pycache__/smoothing.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/lm/__pycache__/util.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/lm/__pycache__/util.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/lm/__pycache__/vocabulary.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/lm/__pycache__/vocabulary.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/lm/api.py /usr/lib/python3.12/site-packages/nltk/lm/counter.py /usr/lib/python3.12/site-packages/nltk/lm/models.py /usr/lib/python3.12/site-packages/nltk/lm/preprocessing.py /usr/lib/python3.12/site-packages/nltk/lm/smoothing.py /usr/lib/python3.12/site-packages/nltk/lm/util.py /usr/lib/python3.12/site-packages/nltk/lm/vocabulary.py /usr/lib/python3.12/site-packages/nltk/metrics /usr/lib/python3.12/site-packages/nltk/metrics/__init__.py /usr/lib/python3.12/site-packages/nltk/metrics/__pycache__ /usr/lib/python3.12/site-packages/nltk/metrics/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/metrics/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/metrics/__pycache__/agreement.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/metrics/__pycache__/agreement.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/metrics/__pycache__/aline.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/metrics/__pycache__/aline.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/metrics/__pycache__/association.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/metrics/__pycache__/association.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/metrics/__pycache__/confusionmatrix.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/metrics/__pycache__/confusionmatrix.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/metrics/__pycache__/distance.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/metrics/__pycache__/distance.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/metrics/__pycache__/paice.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/metrics/__pycache__/paice.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/metrics/__pycache__/scores.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/metrics/__pycache__/scores.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/metrics/__pycache__/segmentation.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/metrics/__pycache__/segmentation.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/metrics/__pycache__/spearman.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/metrics/__pycache__/spearman.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/metrics/agreement.py /usr/lib/python3.12/site-packages/nltk/metrics/aline.py /usr/lib/python3.12/site-packages/nltk/metrics/association.py /usr/lib/python3.12/site-packages/nltk/metrics/confusionmatrix.py /usr/lib/python3.12/site-packages/nltk/metrics/distance.py /usr/lib/python3.12/site-packages/nltk/metrics/paice.py /usr/lib/python3.12/site-packages/nltk/metrics/scores.py /usr/lib/python3.12/site-packages/nltk/metrics/segmentation.py /usr/lib/python3.12/site-packages/nltk/metrics/spearman.py /usr/lib/python3.12/site-packages/nltk/misc /usr/lib/python3.12/site-packages/nltk/misc/__init__.py /usr/lib/python3.12/site-packages/nltk/misc/__pycache__ /usr/lib/python3.12/site-packages/nltk/misc/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/misc/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/misc/__pycache__/babelfish.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/misc/__pycache__/babelfish.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/misc/__pycache__/chomsky.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/misc/__pycache__/chomsky.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/misc/__pycache__/minimalset.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/misc/__pycache__/minimalset.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/misc/__pycache__/sort.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/misc/__pycache__/sort.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/misc/__pycache__/wordfinder.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/misc/__pycache__/wordfinder.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/misc/babelfish.py /usr/lib/python3.12/site-packages/nltk/misc/chomsky.py /usr/lib/python3.12/site-packages/nltk/misc/minimalset.py /usr/lib/python3.12/site-packages/nltk/misc/sort.py /usr/lib/python3.12/site-packages/nltk/misc/wordfinder.py /usr/lib/python3.12/site-packages/nltk/parse /usr/lib/python3.12/site-packages/nltk/parse/__init__.py /usr/lib/python3.12/site-packages/nltk/parse/__pycache__ /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/api.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/api.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/bllip.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/bllip.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/chart.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/chart.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/corenlp.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/corenlp.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/dependencygraph.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/dependencygraph.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/earleychart.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/earleychart.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/evaluate.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/evaluate.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/featurechart.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/featurechart.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/generate.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/generate.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/malt.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/malt.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/nonprojectivedependencyparser.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/nonprojectivedependencyparser.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/pchart.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/pchart.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/projectivedependencyparser.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/projectivedependencyparser.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/recursivedescent.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/recursivedescent.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/shiftreduce.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/shiftreduce.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/stanford.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/stanford.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/transitionparser.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/transitionparser.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/util.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/util.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/viterbi.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/parse/__pycache__/viterbi.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/parse/api.py /usr/lib/python3.12/site-packages/nltk/parse/bllip.py /usr/lib/python3.12/site-packages/nltk/parse/chart.py /usr/lib/python3.12/site-packages/nltk/parse/corenlp.py /usr/lib/python3.12/site-packages/nltk/parse/dependencygraph.py /usr/lib/python3.12/site-packages/nltk/parse/earleychart.py /usr/lib/python3.12/site-packages/nltk/parse/evaluate.py /usr/lib/python3.12/site-packages/nltk/parse/featurechart.py /usr/lib/python3.12/site-packages/nltk/parse/generate.py /usr/lib/python3.12/site-packages/nltk/parse/malt.py /usr/lib/python3.12/site-packages/nltk/parse/nonprojectivedependencyparser.py /usr/lib/python3.12/site-packages/nltk/parse/pchart.py /usr/lib/python3.12/site-packages/nltk/parse/projectivedependencyparser.py /usr/lib/python3.12/site-packages/nltk/parse/recursivedescent.py /usr/lib/python3.12/site-packages/nltk/parse/shiftreduce.py /usr/lib/python3.12/site-packages/nltk/parse/stanford.py /usr/lib/python3.12/site-packages/nltk/parse/transitionparser.py /usr/lib/python3.12/site-packages/nltk/parse/util.py /usr/lib/python3.12/site-packages/nltk/parse/viterbi.py /usr/lib/python3.12/site-packages/nltk/probability.py /usr/lib/python3.12/site-packages/nltk/sem /usr/lib/python3.12/site-packages/nltk/sem/__init__.py /usr/lib/python3.12/site-packages/nltk/sem/__pycache__ /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/boxer.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/boxer.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/chat80.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/chat80.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/cooper_storage.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/cooper_storage.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/drt.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/drt.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/drt_glue_demo.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/drt_glue_demo.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/evaluate.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/evaluate.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/glue.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/glue.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/hole.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/hole.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/lfg.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/lfg.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/linearlogic.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/linearlogic.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/logic.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/logic.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/relextract.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/relextract.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/skolemize.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/skolemize.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/util.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/sem/__pycache__/util.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/sem/boxer.py /usr/lib/python3.12/site-packages/nltk/sem/chat80.py /usr/lib/python3.12/site-packages/nltk/sem/cooper_storage.py /usr/lib/python3.12/site-packages/nltk/sem/drt.py /usr/lib/python3.12/site-packages/nltk/sem/drt_glue_demo.py /usr/lib/python3.12/site-packages/nltk/sem/evaluate.py /usr/lib/python3.12/site-packages/nltk/sem/glue.py /usr/lib/python3.12/site-packages/nltk/sem/hole.py /usr/lib/python3.12/site-packages/nltk/sem/lfg.py /usr/lib/python3.12/site-packages/nltk/sem/linearlogic.py /usr/lib/python3.12/site-packages/nltk/sem/logic.py /usr/lib/python3.12/site-packages/nltk/sem/relextract.py /usr/lib/python3.12/site-packages/nltk/sem/skolemize.py /usr/lib/python3.12/site-packages/nltk/sem/util.py /usr/lib/python3.12/site-packages/nltk/sentiment /usr/lib/python3.12/site-packages/nltk/sentiment/__init__.py /usr/lib/python3.12/site-packages/nltk/sentiment/__pycache__ /usr/lib/python3.12/site-packages/nltk/sentiment/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/sentiment/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/sentiment/__pycache__/sentiment_analyzer.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/sentiment/__pycache__/sentiment_analyzer.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/sentiment/__pycache__/util.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/sentiment/__pycache__/util.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/sentiment/__pycache__/vader.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/sentiment/__pycache__/vader.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/sentiment/sentiment_analyzer.py /usr/lib/python3.12/site-packages/nltk/sentiment/util.py /usr/lib/python3.12/site-packages/nltk/sentiment/vader.py /usr/lib/python3.12/site-packages/nltk/stem /usr/lib/python3.12/site-packages/nltk/stem/__init__.py /usr/lib/python3.12/site-packages/nltk/stem/__pycache__ /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/api.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/api.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/arlstem.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/arlstem.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/arlstem2.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/arlstem2.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/cistem.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/cistem.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/isri.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/isri.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/lancaster.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/lancaster.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/porter.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/porter.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/regexp.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/regexp.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/rslp.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/rslp.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/snowball.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/snowball.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/util.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/util.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/wordnet.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/stem/__pycache__/wordnet.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/stem/api.py /usr/lib/python3.12/site-packages/nltk/stem/arlstem.py /usr/lib/python3.12/site-packages/nltk/stem/arlstem2.py /usr/lib/python3.12/site-packages/nltk/stem/cistem.py /usr/lib/python3.12/site-packages/nltk/stem/isri.py /usr/lib/python3.12/site-packages/nltk/stem/lancaster.py /usr/lib/python3.12/site-packages/nltk/stem/porter.py /usr/lib/python3.12/site-packages/nltk/stem/regexp.py /usr/lib/python3.12/site-packages/nltk/stem/rslp.py /usr/lib/python3.12/site-packages/nltk/stem/snowball.py /usr/lib/python3.12/site-packages/nltk/stem/util.py /usr/lib/python3.12/site-packages/nltk/stem/wordnet.py /usr/lib/python3.12/site-packages/nltk/tabdata.py /usr/lib/python3.12/site-packages/nltk/tag /usr/lib/python3.12/site-packages/nltk/tag/__init__.py /usr/lib/python3.12/site-packages/nltk/tag/__pycache__ /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/api.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/api.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/brill.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/brill.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/brill_trainer.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/brill_trainer.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/crf.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/crf.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/hmm.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/hmm.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/hunpos.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/hunpos.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/mapping.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/mapping.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/perceptron.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/perceptron.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/senna.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/senna.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/sequential.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/sequential.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/stanford.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/stanford.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/tnt.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/tnt.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/util.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tag/__pycache__/util.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tag/api.py /usr/lib/python3.12/site-packages/nltk/tag/brill.py /usr/lib/python3.12/site-packages/nltk/tag/brill_trainer.py /usr/lib/python3.12/site-packages/nltk/tag/crf.py /usr/lib/python3.12/site-packages/nltk/tag/hmm.py /usr/lib/python3.12/site-packages/nltk/tag/hunpos.py /usr/lib/python3.12/site-packages/nltk/tag/mapping.py /usr/lib/python3.12/site-packages/nltk/tag/perceptron.py /usr/lib/python3.12/site-packages/nltk/tag/senna.py /usr/lib/python3.12/site-packages/nltk/tag/sequential.py /usr/lib/python3.12/site-packages/nltk/tag/stanford.py /usr/lib/python3.12/site-packages/nltk/tag/tnt.py /usr/lib/python3.12/site-packages/nltk/tag/util.py /usr/lib/python3.12/site-packages/nltk/tbl /usr/lib/python3.12/site-packages/nltk/tbl/__init__.py /usr/lib/python3.12/site-packages/nltk/tbl/__pycache__ /usr/lib/python3.12/site-packages/nltk/tbl/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tbl/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tbl/__pycache__/api.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tbl/__pycache__/api.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tbl/__pycache__/demo.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tbl/__pycache__/demo.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tbl/__pycache__/erroranalysis.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tbl/__pycache__/erroranalysis.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tbl/__pycache__/feature.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tbl/__pycache__/feature.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tbl/__pycache__/rule.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tbl/__pycache__/rule.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tbl/__pycache__/template.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tbl/__pycache__/template.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tbl/api.py /usr/lib/python3.12/site-packages/nltk/tbl/demo.py /usr/lib/python3.12/site-packages/nltk/tbl/erroranalysis.py /usr/lib/python3.12/site-packages/nltk/tbl/feature.py /usr/lib/python3.12/site-packages/nltk/tbl/rule.py /usr/lib/python3.12/site-packages/nltk/tbl/template.py /usr/lib/python3.12/site-packages/nltk/test /usr/lib/python3.12/site-packages/nltk/test/__init__.py /usr/lib/python3.12/site-packages/nltk/test/__pycache__ /usr/lib/python3.12/site-packages/nltk/test/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/__pycache__/all.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/__pycache__/all.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/__pycache__/childes_fixt.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/__pycache__/childes_fixt.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/__pycache__/classify_fixt.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/__pycache__/classify_fixt.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/__pycache__/conftest.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/__pycache__/conftest.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/__pycache__/gensim_fixt.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/__pycache__/gensim_fixt.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/__pycache__/gluesemantics_malt_fixt.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/__pycache__/gluesemantics_malt_fixt.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/__pycache__/portuguese_en_fixt.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/__pycache__/portuguese_en_fixt.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/__pycache__/probability_fixt.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/__pycache__/probability_fixt.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/__pycache__/setup_fixt.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/__pycache__/setup_fixt.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/all.py /usr/lib/python3.12/site-packages/nltk/test/bleu.doctest /usr/lib/python3.12/site-packages/nltk/test/bnc.doctest /usr/lib/python3.12/site-packages/nltk/test/ccg.doctest /usr/lib/python3.12/site-packages/nltk/test/ccg_semantics.doctest /usr/lib/python3.12/site-packages/nltk/test/chat80.doctest /usr/lib/python3.12/site-packages/nltk/test/childes.doctest /usr/lib/python3.12/site-packages/nltk/test/childes_fixt.py /usr/lib/python3.12/site-packages/nltk/test/chunk.doctest /usr/lib/python3.12/site-packages/nltk/test/classify.doctest /usr/lib/python3.12/site-packages/nltk/test/classify_fixt.py /usr/lib/python3.12/site-packages/nltk/test/collections.doctest /usr/lib/python3.12/site-packages/nltk/test/collocations.doctest /usr/lib/python3.12/site-packages/nltk/test/concordance.doctest /usr/lib/python3.12/site-packages/nltk/test/conftest.py /usr/lib/python3.12/site-packages/nltk/test/corpus.doctest /usr/lib/python3.12/site-packages/nltk/test/crubadan.doctest /usr/lib/python3.12/site-packages/nltk/test/data.doctest /usr/lib/python3.12/site-packages/nltk/test/dependency.doctest /usr/lib/python3.12/site-packages/nltk/test/discourse.doctest /usr/lib/python3.12/site-packages/nltk/test/drt.doctest /usr/lib/python3.12/site-packages/nltk/test/featgram.doctest /usr/lib/python3.12/site-packages/nltk/test/featstruct.doctest /usr/lib/python3.12/site-packages/nltk/test/framenet.doctest /usr/lib/python3.12/site-packages/nltk/test/generate.doctest /usr/lib/python3.12/site-packages/nltk/test/gensim.doctest /usr/lib/python3.12/site-packages/nltk/test/gensim_fixt.py /usr/lib/python3.12/site-packages/nltk/test/gluesemantics.doctest /usr/lib/python3.12/site-packages/nltk/test/gluesemantics_malt.doctest /usr/lib/python3.12/site-packages/nltk/test/gluesemantics_malt_fixt.py /usr/lib/python3.12/site-packages/nltk/test/grammar.doctest /usr/lib/python3.12/site-packages/nltk/test/grammartestsuites.doctest /usr/lib/python3.12/site-packages/nltk/test/index.doctest /usr/lib/python3.12/site-packages/nltk/test/inference.doctest /usr/lib/python3.12/site-packages/nltk/test/internals.doctest /usr/lib/python3.12/site-packages/nltk/test/japanese.doctest /usr/lib/python3.12/site-packages/nltk/test/lm.doctest /usr/lib/python3.12/site-packages/nltk/test/logic.doctest /usr/lib/python3.12/site-packages/nltk/test/meteor.doctest /usr/lib/python3.12/site-packages/nltk/test/metrics.doctest /usr/lib/python3.12/site-packages/nltk/test/misc.doctest /usr/lib/python3.12/site-packages/nltk/test/nonmonotonic.doctest /usr/lib/python3.12/site-packages/nltk/test/paice.doctest /usr/lib/python3.12/site-packages/nltk/test/parse.doctest /usr/lib/python3.12/site-packages/nltk/test/portuguese_en.doctest /usr/lib/python3.12/site-packages/nltk/test/portuguese_en_fixt.py /usr/lib/python3.12/site-packages/nltk/test/probability.doctest /usr/lib/python3.12/site-packages/nltk/test/probability_fixt.py /usr/lib/python3.12/site-packages/nltk/test/propbank.doctest /usr/lib/python3.12/site-packages/nltk/test/relextract.doctest /usr/lib/python3.12/site-packages/nltk/test/resolution.doctest /usr/lib/python3.12/site-packages/nltk/test/semantics.doctest /usr/lib/python3.12/site-packages/nltk/test/sentiment.doctest /usr/lib/python3.12/site-packages/nltk/test/sentiwordnet.doctest /usr/lib/python3.12/site-packages/nltk/test/setup_fixt.py /usr/lib/python3.12/site-packages/nltk/test/simple.doctest /usr/lib/python3.12/site-packages/nltk/test/stem.doctest /usr/lib/python3.12/site-packages/nltk/test/tag.doctest /usr/lib/python3.12/site-packages/nltk/test/tokenize.doctest /usr/lib/python3.12/site-packages/nltk/test/toolbox.doctest /usr/lib/python3.12/site-packages/nltk/test/translate.doctest /usr/lib/python3.12/site-packages/nltk/test/tree.doctest /usr/lib/python3.12/site-packages/nltk/test/treeprettyprinter.doctest /usr/lib/python3.12/site-packages/nltk/test/treetransforms.doctest /usr/lib/python3.12/site-packages/nltk/test/unit /usr/lib/python3.12/site-packages/nltk/test/unit/__init__.py /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__ /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_aline.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_aline.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_bllip.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_bllip.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_brill.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_brill.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_cfd_mutation.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_cfd_mutation.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_cfg2chomsky.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_cfg2chomsky.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_chunk.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_chunk.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_classify.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_classify.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_collocations.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_collocations.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_concordance.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_concordance.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_corenlp.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_corenlp.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_corpora.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_corpora.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_corpus_views.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_corpus_views.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_data.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_data.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_disagreement.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_disagreement.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_distance.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_distance.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_downloader.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_downloader.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_freqdist.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_freqdist.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_hmm.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_hmm.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_json2csv_corpus.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_json2csv_corpus.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_json_serialization.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_json_serialization.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_metrics.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_metrics.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_naivebayes.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_naivebayes.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_nombank.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_nombank.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_pl196x.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_pl196x.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_pos_tag.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_pos_tag.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_ribes.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_ribes.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_rte_classify.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_rte_classify.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_seekable_unicode_stream_reader.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_seekable_unicode_stream_reader.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_senna.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_senna.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_stem.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_stem.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_tag.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_tag.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_tgrep.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_tgrep.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_tokenize.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_tokenize.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_twitter_auth.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_twitter_auth.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_util.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_util.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_wordnet.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/__pycache__/test_wordnet.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/lm /usr/lib/python3.12/site-packages/nltk/test/unit/lm/__init__.py /usr/lib/python3.12/site-packages/nltk/test/unit/lm/__pycache__ /usr/lib/python3.12/site-packages/nltk/test/unit/lm/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/lm/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/lm/__pycache__/test_counter.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/lm/__pycache__/test_counter.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/lm/__pycache__/test_models.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/lm/__pycache__/test_models.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/lm/__pycache__/test_preprocessing.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/lm/__pycache__/test_preprocessing.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/lm/__pycache__/test_vocabulary.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/lm/__pycache__/test_vocabulary.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/lm/test_counter.py /usr/lib/python3.12/site-packages/nltk/test/unit/lm/test_models.py /usr/lib/python3.12/site-packages/nltk/test/unit/lm/test_preprocessing.py /usr/lib/python3.12/site-packages/nltk/test/unit/lm/test_vocabulary.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_aline.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_bllip.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_brill.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_cfd_mutation.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_cfg2chomsky.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_chunk.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_classify.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_collocations.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_concordance.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_corenlp.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_corpora.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_corpus_views.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_data.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_disagreement.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_distance.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_downloader.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_freqdist.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_hmm.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_json2csv_corpus.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_json_serialization.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_metrics.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_naivebayes.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_nombank.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_pl196x.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_pos_tag.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_ribes.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_rte_classify.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_seekable_unicode_stream_reader.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_senna.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_stem.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_tag.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_tgrep.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_tokenize.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_twitter_auth.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_util.py /usr/lib/python3.12/site-packages/nltk/test/unit/test_wordnet.py /usr/lib/python3.12/site-packages/nltk/test/unit/translate /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__init__.py /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__pycache__ /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__pycache__/test_bleu.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__pycache__/test_bleu.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__pycache__/test_gdfa.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__pycache__/test_gdfa.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__pycache__/test_ibm1.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__pycache__/test_ibm1.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__pycache__/test_ibm2.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__pycache__/test_ibm2.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__pycache__/test_ibm3.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__pycache__/test_ibm3.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__pycache__/test_ibm4.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__pycache__/test_ibm4.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__pycache__/test_ibm5.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__pycache__/test_ibm5.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__pycache__/test_ibm_model.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__pycache__/test_ibm_model.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__pycache__/test_meteor.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__pycache__/test_meteor.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__pycache__/test_nist.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__pycache__/test_nist.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__pycache__/test_stack_decoder.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/translate/__pycache__/test_stack_decoder.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/test/unit/translate/test_bleu.py /usr/lib/python3.12/site-packages/nltk/test/unit/translate/test_gdfa.py /usr/lib/python3.12/site-packages/nltk/test/unit/translate/test_ibm1.py /usr/lib/python3.12/site-packages/nltk/test/unit/translate/test_ibm2.py /usr/lib/python3.12/site-packages/nltk/test/unit/translate/test_ibm3.py /usr/lib/python3.12/site-packages/nltk/test/unit/translate/test_ibm4.py /usr/lib/python3.12/site-packages/nltk/test/unit/translate/test_ibm5.py /usr/lib/python3.12/site-packages/nltk/test/unit/translate/test_ibm_model.py /usr/lib/python3.12/site-packages/nltk/test/unit/translate/test_meteor.py /usr/lib/python3.12/site-packages/nltk/test/unit/translate/test_nist.py /usr/lib/python3.12/site-packages/nltk/test/unit/translate/test_stack_decoder.py /usr/lib/python3.12/site-packages/nltk/test/util.doctest /usr/lib/python3.12/site-packages/nltk/test/wordnet.doctest /usr/lib/python3.12/site-packages/nltk/test/wordnet_lch.doctest /usr/lib/python3.12/site-packages/nltk/test/wsd.doctest /usr/lib/python3.12/site-packages/nltk/text.py /usr/lib/python3.12/site-packages/nltk/tgrep.py /usr/lib/python3.12/site-packages/nltk/tokenize /usr/lib/python3.12/site-packages/nltk/tokenize/__init__.py /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__ /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/api.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/api.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/casual.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/casual.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/destructive.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/destructive.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/legality_principle.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/legality_principle.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/mwe.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/mwe.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/nist.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/nist.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/punkt.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/punkt.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/regexp.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/regexp.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/repp.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/repp.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/sexpr.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/sexpr.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/simple.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/simple.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/sonority_sequencing.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/sonority_sequencing.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/stanford.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/stanford.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/stanford_segmenter.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/stanford_segmenter.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/texttiling.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/texttiling.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/toktok.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/toktok.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/treebank.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/treebank.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/util.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/__pycache__/util.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tokenize/api.py /usr/lib/python3.12/site-packages/nltk/tokenize/casual.py /usr/lib/python3.12/site-packages/nltk/tokenize/destructive.py /usr/lib/python3.12/site-packages/nltk/tokenize/legality_principle.py /usr/lib/python3.12/site-packages/nltk/tokenize/mwe.py /usr/lib/python3.12/site-packages/nltk/tokenize/nist.py /usr/lib/python3.12/site-packages/nltk/tokenize/punkt.py /usr/lib/python3.12/site-packages/nltk/tokenize/regexp.py /usr/lib/python3.12/site-packages/nltk/tokenize/repp.py /usr/lib/python3.12/site-packages/nltk/tokenize/sexpr.py /usr/lib/python3.12/site-packages/nltk/tokenize/simple.py /usr/lib/python3.12/site-packages/nltk/tokenize/sonority_sequencing.py /usr/lib/python3.12/site-packages/nltk/tokenize/stanford.py /usr/lib/python3.12/site-packages/nltk/tokenize/stanford_segmenter.py /usr/lib/python3.12/site-packages/nltk/tokenize/texttiling.py /usr/lib/python3.12/site-packages/nltk/tokenize/toktok.py /usr/lib/python3.12/site-packages/nltk/tokenize/treebank.py /usr/lib/python3.12/site-packages/nltk/tokenize/util.py /usr/lib/python3.12/site-packages/nltk/toolbox.py /usr/lib/python3.12/site-packages/nltk/translate /usr/lib/python3.12/site-packages/nltk/translate/__init__.py /usr/lib/python3.12/site-packages/nltk/translate/__pycache__ /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/api.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/api.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/bleu_score.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/bleu_score.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/chrf_score.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/chrf_score.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/gale_church.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/gale_church.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/gdfa.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/gdfa.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/gleu_score.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/gleu_score.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/ibm1.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/ibm1.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/ibm2.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/ibm2.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/ibm3.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/ibm3.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/ibm4.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/ibm4.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/ibm5.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/ibm5.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/ibm_model.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/ibm_model.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/meteor_score.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/meteor_score.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/metrics.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/metrics.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/nist_score.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/nist_score.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/phrase_based.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/phrase_based.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/ribes_score.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/ribes_score.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/stack_decoder.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/translate/__pycache__/stack_decoder.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/translate/api.py /usr/lib/python3.12/site-packages/nltk/translate/bleu_score.py /usr/lib/python3.12/site-packages/nltk/translate/chrf_score.py /usr/lib/python3.12/site-packages/nltk/translate/gale_church.py /usr/lib/python3.12/site-packages/nltk/translate/gdfa.py /usr/lib/python3.12/site-packages/nltk/translate/gleu_score.py /usr/lib/python3.12/site-packages/nltk/translate/ibm1.py /usr/lib/python3.12/site-packages/nltk/translate/ibm2.py /usr/lib/python3.12/site-packages/nltk/translate/ibm3.py /usr/lib/python3.12/site-packages/nltk/translate/ibm4.py /usr/lib/python3.12/site-packages/nltk/translate/ibm5.py /usr/lib/python3.12/site-packages/nltk/translate/ibm_model.py /usr/lib/python3.12/site-packages/nltk/translate/meteor_score.py /usr/lib/python3.12/site-packages/nltk/translate/metrics.py /usr/lib/python3.12/site-packages/nltk/translate/nist_score.py /usr/lib/python3.12/site-packages/nltk/translate/phrase_based.py /usr/lib/python3.12/site-packages/nltk/translate/ribes_score.py /usr/lib/python3.12/site-packages/nltk/translate/stack_decoder.py /usr/lib/python3.12/site-packages/nltk/tree /usr/lib/python3.12/site-packages/nltk/tree/__init__.py /usr/lib/python3.12/site-packages/nltk/tree/__pycache__ /usr/lib/python3.12/site-packages/nltk/tree/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tree/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tree/__pycache__/immutable.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tree/__pycache__/immutable.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tree/__pycache__/parented.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tree/__pycache__/parented.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tree/__pycache__/parsing.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tree/__pycache__/parsing.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tree/__pycache__/prettyprinter.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tree/__pycache__/prettyprinter.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tree/__pycache__/probabilistic.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tree/__pycache__/probabilistic.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tree/__pycache__/transforms.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tree/__pycache__/transforms.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tree/__pycache__/tree.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/tree/__pycache__/tree.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/tree/immutable.py /usr/lib/python3.12/site-packages/nltk/tree/parented.py /usr/lib/python3.12/site-packages/nltk/tree/parsing.py /usr/lib/python3.12/site-packages/nltk/tree/prettyprinter.py /usr/lib/python3.12/site-packages/nltk/tree/probabilistic.py /usr/lib/python3.12/site-packages/nltk/tree/transforms.py /usr/lib/python3.12/site-packages/nltk/tree/tree.py /usr/lib/python3.12/site-packages/nltk/treeprettyprinter.py /usr/lib/python3.12/site-packages/nltk/treetransforms.py /usr/lib/python3.12/site-packages/nltk/twitter /usr/lib/python3.12/site-packages/nltk/twitter/__init__.py /usr/lib/python3.12/site-packages/nltk/twitter/__pycache__ /usr/lib/python3.12/site-packages/nltk/twitter/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/twitter/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/twitter/__pycache__/api.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/twitter/__pycache__/api.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/twitter/__pycache__/common.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/twitter/__pycache__/common.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/twitter/__pycache__/twitter_demo.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/twitter/__pycache__/twitter_demo.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/twitter/__pycache__/twitterclient.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/twitter/__pycache__/twitterclient.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/twitter/__pycache__/util.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/nltk/twitter/__pycache__/util.cpython-312.pyc /usr/lib/python3.12/site-packages/nltk/twitter/api.py /usr/lib/python3.12/site-packages/nltk/twitter/common.py /usr/lib/python3.12/site-packages/nltk/twitter/twitter_demo.py /usr/lib/python3.12/site-packages/nltk/twitter/twitterclient.py /usr/lib/python3.12/site-packages/nltk/twitter/util.py /usr/lib/python3.12/site-packages/nltk/util.py /usr/lib/python3.12/site-packages/nltk/wsd.py /usr/share/doc/packages/python312-nltk /usr/share/doc/packages/python312-nltk/README.md /usr/share/licenses/python312-nltk /usr/share/licenses/python312-nltk/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Nov 17 00:23:02 2024